[arch-commits] Commit in klines/repos (8 files)

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:19:27
  Author: arojas
Revision: 265345

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  klines/repos/kde-unstable-i686/PKGBUILD
(from rev 265344, klines/trunk/PKGBUILD)
  klines/repos/kde-unstable-i686/klines.install
(from rev 265344, klines/trunk/klines.install)
  klines/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265344, klines/trunk/PKGBUILD)
  klines/repos/kde-unstable-x86_64/klines.install
(from rev 265344, klines/trunk/klines.install)
Deleted:
  klines/repos/kde-unstable-i686/PKGBUILD
  klines/repos/kde-unstable-i686/klines.install
  klines/repos/kde-unstable-x86_64/PKGBUILD
  klines/repos/kde-unstable-x86_64/klines.install

+
 /PKGBUILD  |   70 +++
 /klines.install|   22 +++
 kde-unstable-i686/PKGBUILD |   35 -
 kde-unstable-i686/klines.install   |   11 -
 kde-unstable-x86_64/PKGBUILD   |   35 -
 kde-unstable-x86_64/klines.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:19:11 UTC (rev 265344)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:19:27 UTC (rev 265345)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=klines
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="A simple but highly addictive, one player game"
-url="http://kde.org/applications/games/klines/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-klines')
-replaces=('kdegames-klines')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
-sha1sums=('fb31264a0b7c28849276974335c9151b9a5ba988')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../klines-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: klines/repos/kde-unstable-i686/PKGBUILD (from rev 265344, 
klines/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:19:27 UTC (rev 265345)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=klines
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A simple but highly addictive, one player game"
+url="http://kde.org/applications/games/klines/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-klines')
+replaces=('kdegames-klines')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
+sha1sums=('1f3a3c2a60bdf0caf5124350622d0723a674ff9d')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../klines-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/klines.install
===
--- kde-unstable-i686/klines.install2016-04-19 12:19:11 UTC (rev 265344)
+++ kde-unstable-i686/klines.install2016-04-19 12:19:27 UTC (rev 265345)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: klines/repos/kde-unstable-i686/klines.install (from rev 265344, 
klines/trunk/klines.install)
===
--- kde-unstable-i686/klines.install(rev 0)
+++ kde-unstable-i686/klines.install2016-04-19 12:19:27 UTC (rev 265345)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:19:11 UTC (rev 265344)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:19:27 UTC (rev 265345)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 

[arch-commits] Commit in klines/repos (8 files)

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:05:49
  Author: arojas
Revision: 264107

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  klines/repos/kde-unstable-i686/PKGBUILD
(from rev 264106, klines/kde-unstable/PKGBUILD)
  klines/repos/kde-unstable-i686/klines.install
(from rev 264106, klines/kde-unstable/klines.install)
  klines/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264106, klines/kde-unstable/PKGBUILD)
  klines/repos/kde-unstable-x86_64/klines.install
(from rev 264106, klines/kde-unstable/klines.install)
Deleted:
  klines/repos/kde-unstable-i686/PKGBUILD
  klines/repos/kde-unstable-i686/klines.install
  klines/repos/kde-unstable-x86_64/PKGBUILD
  klines/repos/kde-unstable-x86_64/klines.install

+
 /PKGBUILD  |   70 +++
 /klines.install|   22 +++
 kde-unstable-i686/PKGBUILD |   35 -
 kde-unstable-i686/klines.install   |   11 -
 kde-unstable-x86_64/PKGBUILD   |   35 -
 kde-unstable-x86_64/klines.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:05:28 UTC (rev 264106)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:05:49 UTC (rev 264107)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=klines
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="A simple but highly addictive, one player game"
-url="http://kde.org/applications/games/klines/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-klines')
-replaces=('kdegames-klines')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
-sha1sums=('bc585a85a145b713e617731361891f2168b18ad8')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../klines-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: klines/repos/kde-unstable-i686/PKGBUILD (from rev 264106, 
klines/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:05:49 UTC (rev 264107)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=klines
+pkgver=16.03.90
+pkgrel=1
+pkgdesc="A simple but highly addictive, one player game"
+url="http://kde.org/applications/games/klines/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-klines')
+replaces=('kdegames-klines')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
+sha1sums=('fb31264a0b7c28849276974335c9151b9a5ba988')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../klines-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/klines.install
===
--- kde-unstable-i686/klines.install2016-04-08 07:05:28 UTC (rev 264106)
+++ kde-unstable-i686/klines.install2016-04-08 07:05:49 UTC (rev 264107)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: klines/repos/kde-unstable-i686/klines.install (from rev 264106, 
klines/kde-unstable/klines.install)
===
--- kde-unstable-i686/klines.install(rev 0)
+++ kde-unstable-i686/klines.install2016-04-08 07:05:49 UTC (rev 264107)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:05:28 UTC (rev 264106)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:05:49 UTC (rev 264107)

[arch-commits] Commit in klines/repos (8 files)

2016-03-15 Thread Antonio Rojas
Date: Tuesday, March 15, 2016 @ 12:00:50
  Author: arojas
Revision: 261575

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  klines/repos/extra-i686/PKGBUILD
(from rev 261574, klines/trunk/PKGBUILD)
  klines/repos/extra-i686/klines.install
(from rev 261574, klines/trunk/klines.install)
  klines/repos/extra-x86_64/PKGBUILD
(from rev 261574, klines/trunk/PKGBUILD)
  klines/repos/extra-x86_64/klines.install
(from rev 261574, klines/trunk/klines.install)
Deleted:
  klines/repos/extra-i686/PKGBUILD
  klines/repos/extra-i686/klines.install
  klines/repos/extra-x86_64/PKGBUILD
  klines/repos/extra-x86_64/klines.install

-+
 /PKGBUILD   |   70 ++
 /klines.install |   22 +
 extra-i686/PKGBUILD |   35 -
 extra-i686/klines.install   |   11 --
 extra-x86_64/PKGBUILD   |   35 -
 extra-x86_64/klines.install |   11 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-15 11:00:34 UTC (rev 261574)
+++ extra-i686/PKGBUILD 2016-03-15 11:00:50 UTC (rev 261575)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=klines
-pkgver=15.12.2
-pkgrel=1
-pkgdesc="A simple but highly addictive, one player game"
-url="http://kde.org/applications/games/klines/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-klines')
-replaces=('kdegames-klines')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
-sha1sums=('35c5e2cfaefc79bca76f2c0d23d3688e71fc9b50')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../klines-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: klines/repos/extra-i686/PKGBUILD (from rev 261574, 
klines/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-15 11:00:50 UTC (rev 261575)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=klines
+pkgver=15.12.3
+pkgrel=1
+pkgdesc="A simple but highly addictive, one player game"
+url="http://kde.org/applications/games/klines/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-klines')
+replaces=('kdegames-klines')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
+sha1sums=('2e5dc78c12b85801f617f189724dfdd903c19e04')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../klines-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/klines.install
===
--- extra-i686/klines.install   2016-03-15 11:00:34 UTC (rev 261574)
+++ extra-i686/klines.install   2016-03-15 11:00:50 UTC (rev 261575)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: klines/repos/extra-i686/klines.install (from rev 261574, 
klines/trunk/klines.install)
===
--- extra-i686/klines.install   (rev 0)
+++ extra-i686/klines.install   2016-03-15 11:00:50 UTC (rev 261575)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-15 11:00:34 UTC (rev 261574)
+++ extra-x86_64/PKGBUILD   2016-03-15 11:00:50 UTC (rev 261575)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=klines
-pkgver=15.12.2
-pkgrel=1
-pkgdesc="A simple but highly addictive, one player game"

[arch-commits] Commit in klines/repos (8 files)

2016-01-12 Thread Antonio Rojas
Date: Tuesday, January 12, 2016 @ 09:02:18
  Author: arojas
Revision: 258052

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  klines/repos/extra-i686/PKGBUILD
(from rev 258051, klines/trunk/PKGBUILD)
  klines/repos/extra-i686/klines.install
(from rev 258051, klines/trunk/klines.install)
  klines/repos/extra-x86_64/PKGBUILD
(from rev 258051, klines/trunk/PKGBUILD)
  klines/repos/extra-x86_64/klines.install
(from rev 258051, klines/trunk/klines.install)
Deleted:
  klines/repos/extra-i686/PKGBUILD
  klines/repos/extra-i686/klines.install
  klines/repos/extra-x86_64/PKGBUILD
  klines/repos/extra-x86_64/klines.install

-+
 /PKGBUILD   |   70 ++
 /klines.install |   22 +
 extra-i686/PKGBUILD |   35 -
 extra-i686/klines.install   |   11 --
 extra-x86_64/PKGBUILD   |   35 -
 extra-x86_64/klines.install |   11 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-12 08:01:56 UTC (rev 258051)
+++ extra-i686/PKGBUILD 2016-01-12 08:02:18 UTC (rev 258052)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=klines
-pkgver=15.12.0
-pkgrel=1
-pkgdesc="A simple but highly addictive, one player game"
-url="http://kde.org/applications/games/klines/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-klines')
-replaces=('kdegames-klines')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
-sha1sums=('e69dbe95b82e7ca9f06e48021ffe7f07084004eb')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../klines-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: klines/repos/extra-i686/PKGBUILD (from rev 258051, 
klines/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-12 08:02:18 UTC (rev 258052)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=klines
+pkgver=15.12.1
+pkgrel=1
+pkgdesc="A simple but highly addictive, one player game"
+url="http://kde.org/applications/games/klines/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-klines')
+replaces=('kdegames-klines')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
+sha1sums=('9ea237b02158cdae43b8cdebd50dc1933d8a255e')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../klines-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/klines.install
===
--- extra-i686/klines.install   2016-01-12 08:01:56 UTC (rev 258051)
+++ extra-i686/klines.install   2016-01-12 08:02:18 UTC (rev 258052)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: klines/repos/extra-i686/klines.install (from rev 258051, 
klines/trunk/klines.install)
===
--- extra-i686/klines.install   (rev 0)
+++ extra-i686/klines.install   2016-01-12 08:02:18 UTC (rev 258052)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-01-12 08:01:56 UTC (rev 258051)
+++ extra-x86_64/PKGBUILD   2016-01-12 08:02:18 UTC (rev 258052)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=klines
-pkgver=15.12.0
-pkgrel=1
-pkgdesc="A simple but highly addictive, one player game"

[arch-commits] Commit in klines/repos (8 files)

2015-12-15 Thread Antonio Rojas
Date: Wednesday, December 16, 2015 @ 08:54:20
  Author: arojas
Revision: 256373

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  klines/repos/kde-unstable-i686/PKGBUILD
(from rev 256372, klines/trunk/PKGBUILD)
  klines/repos/kde-unstable-i686/klines.install
(from rev 256372, klines/trunk/klines.install)
  klines/repos/kde-unstable-x86_64/PKGBUILD
(from rev 256372, klines/trunk/PKGBUILD)
  klines/repos/kde-unstable-x86_64/klines.install
(from rev 256372, klines/trunk/klines.install)
Deleted:
  klines/repos/kde-unstable-i686/PKGBUILD
  klines/repos/kde-unstable-i686/klines.install
  klines/repos/kde-unstable-x86_64/PKGBUILD
  klines/repos/kde-unstable-x86_64/klines.install

+
 /PKGBUILD  |   70 +++
 /klines.install|   22 +++
 kde-unstable-i686/PKGBUILD |   35 -
 kde-unstable-i686/klines.install   |   11 -
 kde-unstable-x86_64/PKGBUILD   |   35 -
 kde-unstable-x86_64/klines.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-16 07:54:00 UTC (rev 256372)
+++ kde-unstable-i686/PKGBUILD  2015-12-16 07:54:20 UTC (rev 256373)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=klines
-pkgver=15.11.90
-pkgrel=2
-pkgdesc="A simple but highly addictive, one player game"
-url="http://kde.org/applications/games/klines/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-klines')
-replaces=('kdegames-klines')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
-sha1sums=('4f7c31fdec2fff71ba3c93e01cd04ced7831b040')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../klines-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: klines/repos/kde-unstable-i686/PKGBUILD (from rev 256372, 
klines/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-16 07:54:20 UTC (rev 256373)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=klines
+pkgver=15.12.0
+pkgrel=1
+pkgdesc="A simple but highly addictive, one player game"
+url="http://kde.org/applications/games/klines/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-klines')
+replaces=('kdegames-klines')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
+sha1sums=('e69dbe95b82e7ca9f06e48021ffe7f07084004eb')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../klines-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/klines.install
===
--- kde-unstable-i686/klines.install2015-12-16 07:54:00 UTC (rev 256372)
+++ kde-unstable-i686/klines.install2015-12-16 07:54:20 UTC (rev 256373)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: klines/repos/kde-unstable-i686/klines.install (from rev 256372, 
klines/trunk/klines.install)
===
--- kde-unstable-i686/klines.install(rev 0)
+++ kde-unstable-i686/klines.install2015-12-16 07:54:20 UTC (rev 256373)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-16 07:54:00 UTC (rev 256372)
+++ kde-unstable-x86_64/PKGBUILD2015-12-16 07:54:20 UTC (rev 256373)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix 

[arch-commits] Commit in klines/repos (8 files)

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:49:07
  Author: arojas
Revision: 254898

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  klines/repos/kde-unstable-i686/PKGBUILD
(from rev 254897, klines/kde-unstable/PKGBUILD)
  klines/repos/kde-unstable-i686/klines.install
(from rev 254897, klines/kde-unstable/klines.install)
  klines/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254897, klines/kde-unstable/PKGBUILD)
  klines/repos/kde-unstable-x86_64/klines.install
(from rev 254897, klines/kde-unstable/klines.install)
Deleted:
  klines/repos/kde-unstable-i686/PKGBUILD
  klines/repos/kde-unstable-i686/klines.install
  klines/repos/kde-unstable-x86_64/PKGBUILD
  klines/repos/kde-unstable-x86_64/klines.install

+
 /PKGBUILD  |   70 +++
 /klines.install|   22 +++
 kde-unstable-i686/PKGBUILD |   35 -
 kde-unstable-i686/klines.install   |   11 -
 kde-unstable-x86_64/PKGBUILD   |   35 -
 kde-unstable-x86_64/klines.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:48:48 UTC (rev 254897)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:49:07 UTC (rev 254898)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=klines
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="A simple but highly addictive, one player game"
-url="http://kde.org/applications/games/klines/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-klines')
-replaces=('kdegames-klines')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
-sha1sums=('4f7c31fdec2fff71ba3c93e01cd04ced7831b040')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../klines-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: klines/repos/kde-unstable-i686/PKGBUILD (from rev 254897, 
klines/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:49:07 UTC (rev 254898)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=klines
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="A simple but highly addictive, one player game"
+url="http://kde.org/applications/games/klines/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-klines')
+replaces=('kdegames-klines')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
+sha1sums=('4f7c31fdec2fff71ba3c93e01cd04ced7831b040')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../klines-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/klines.install
===
--- kde-unstable-i686/klines.install2015-12-09 07:48:48 UTC (rev 254897)
+++ kde-unstable-i686/klines.install2015-12-09 07:49:07 UTC (rev 254898)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: klines/repos/kde-unstable-i686/klines.install (from rev 254897, 
klines/kde-unstable/klines.install)
===
--- kde-unstable-i686/klines.install(rev 0)
+++ kde-unstable-i686/klines.install2015-12-09 07:49:07 UTC (rev 254898)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:48:48 UTC (rev 254897)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:49:07 UTC (rev 

[arch-commits] Commit in klines/repos (8 files)

2015-12-03 Thread Antonio Rojas
Date: Thursday, December 3, 2015 @ 21:28:30
  Author: arojas
Revision: 252246

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  klines/repos/kde-unstable-i686/PKGBUILD
(from rev 252245, klines/kde-unstable/PKGBUILD)
  klines/repos/kde-unstable-i686/klines.install
(from rev 252245, klines/kde-unstable/klines.install)
  klines/repos/kde-unstable-x86_64/PKGBUILD
(from rev 252245, klines/kde-unstable/PKGBUILD)
  klines/repos/kde-unstable-x86_64/klines.install
(from rev 252245, klines/kde-unstable/klines.install)
Deleted:
  klines/repos/kde-unstable-i686/PKGBUILD
  klines/repos/kde-unstable-i686/klines.install
  klines/repos/kde-unstable-x86_64/PKGBUILD
  klines/repos/kde-unstable-x86_64/klines.install

+
 /PKGBUILD  |   70 +++
 /klines.install|   22 +++
 kde-unstable-i686/PKGBUILD |   35 -
 kde-unstable-i686/klines.install   |   11 -
 kde-unstable-x86_64/PKGBUILD   |   35 -
 kde-unstable-x86_64/klines.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-03 20:28:10 UTC (rev 252245)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 20:28:30 UTC (rev 252246)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=klines
-pkgver=15.11.80
-pkgrel=1
-pkgdesc="A simple but highly addictive, one player game"
-url="http://kde.org/applications/games/klines/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-klines')
-replaces=('kdegames-klines')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
-sha1sums=('c8e4ab63fc2ee7f95c0b43403bb842aa1ec87f46')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../klines-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: klines/repos/kde-unstable-i686/PKGBUILD (from rev 252245, 
klines/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 20:28:30 UTC (rev 252246)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=klines
+pkgver=15.11.90
+pkgrel=1
+pkgdesc="A simple but highly addictive, one player game"
+url="http://kde.org/applications/games/klines/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-klines')
+replaces=('kdegames-klines')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
+sha1sums=('4f7c31fdec2fff71ba3c93e01cd04ced7831b040')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../klines-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/klines.install
===
--- kde-unstable-i686/klines.install2015-12-03 20:28:10 UTC (rev 252245)
+++ kde-unstable-i686/klines.install2015-12-03 20:28:30 UTC (rev 252246)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: klines/repos/kde-unstable-i686/klines.install (from rev 252245, 
klines/kde-unstable/klines.install)
===
--- kde-unstable-i686/klines.install(rev 0)
+++ kde-unstable-i686/klines.install2015-12-03 20:28:30 UTC (rev 252246)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-03 20:28:10 UTC (rev 252245)
+++ kde-unstable-x86_64/PKGBUILD2015-12-03 20:28:30 UTC (rev 252246)
@@ -1,35 +0,0 @@

[arch-commits] Commit in klines/repos (8 files)

2015-11-09 Thread Antonio Rojas
Date: Monday, November 9, 2015 @ 22:49:59
  Author: arojas
Revision: 250385

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  klines/repos/extra-i686/PKGBUILD
(from rev 250384, klines/trunk/PKGBUILD)
  klines/repos/extra-i686/klines.install
(from rev 250384, klines/trunk/klines.install)
  klines/repos/extra-x86_64/PKGBUILD
(from rev 250384, klines/trunk/PKGBUILD)
  klines/repos/extra-x86_64/klines.install
(from rev 250384, klines/trunk/klines.install)
Deleted:
  klines/repos/extra-i686/PKGBUILD
  klines/repos/extra-i686/klines.install
  klines/repos/extra-x86_64/PKGBUILD
  klines/repos/extra-x86_64/klines.install

-+
 /PKGBUILD   |   70 ++
 /klines.install |   22 +
 extra-i686/PKGBUILD |   35 -
 extra-i686/klines.install   |   11 --
 extra-x86_64/PKGBUILD   |   35 -
 extra-x86_64/klines.install |   11 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-09 21:49:40 UTC (rev 250384)
+++ extra-i686/PKGBUILD 2015-11-09 21:49:59 UTC (rev 250385)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=klines
-pkgver=15.08.2
-pkgrel=1
-pkgdesc="A simple but highly addictive, one player game"
-url="http://kde.org/applications/games/klines/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-klines')
-replaces=('kdegames-klines')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
-sha1sums=('92bde3a127e8b6621ad00a6aa5391a3703af23ec')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../klines-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: klines/repos/extra-i686/PKGBUILD (from rev 250384, 
klines/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-09 21:49:59 UTC (rev 250385)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=klines
+pkgver=15.08.3
+pkgrel=1
+pkgdesc="A simple but highly addictive, one player game"
+url="http://kde.org/applications/games/klines/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-klines')
+replaces=('kdegames-klines')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
+sha1sums=('1d2ea0df9d16fde1d3000a8b1bc5b857a41ca170')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../klines-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/klines.install
===
--- extra-i686/klines.install   2015-11-09 21:49:40 UTC (rev 250384)
+++ extra-i686/klines.install   2015-11-09 21:49:59 UTC (rev 250385)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: klines/repos/extra-i686/klines.install (from rev 250384, 
klines/trunk/klines.install)
===
--- extra-i686/klines.install   (rev 0)
+++ extra-i686/klines.install   2015-11-09 21:49:59 UTC (rev 250385)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-09 21:49:40 UTC (rev 250384)
+++ extra-x86_64/PKGBUILD   2015-11-09 21:49:59 UTC (rev 250385)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=klines
-pkgver=15.08.2
-pkgrel=1
-pkgdesc="A simple but highly addictive, one player game"
-url="http://kde.org/applications/games/klines/;
-arch=('i686' 'x86_64')

[arch-commits] Commit in klines/repos (8 files)

2015-10-13 Thread Antonio Rojas
Date: Tuesday, October 13, 2015 @ 09:32:10
  Author: arojas
Revision: 249064

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  klines/repos/extra-i686/PKGBUILD
(from rev 249063, klines/trunk/PKGBUILD)
  klines/repos/extra-i686/klines.install
(from rev 249063, klines/trunk/klines.install)
  klines/repos/extra-x86_64/PKGBUILD
(from rev 249063, klines/trunk/PKGBUILD)
  klines/repos/extra-x86_64/klines.install
(from rev 249063, klines/trunk/klines.install)
Deleted:
  klines/repos/extra-i686/PKGBUILD
  klines/repos/extra-i686/klines.install
  klines/repos/extra-x86_64/PKGBUILD
  klines/repos/extra-x86_64/klines.install

-+
 /PKGBUILD   |   70 ++
 /klines.install |   22 +
 extra-i686/PKGBUILD |   35 -
 extra-i686/klines.install   |   11 --
 extra-x86_64/PKGBUILD   |   35 -
 extra-x86_64/klines.install |   11 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-13 07:31:50 UTC (rev 249063)
+++ extra-i686/PKGBUILD 2015-10-13 07:32:10 UTC (rev 249064)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=klines
-pkgver=15.08.1
-pkgrel=1
-pkgdesc="A simple but highly addictive, one player game"
-url="http://kde.org/applications/games/klines/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-klines')
-replaces=('kdegames-klines')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
-sha1sums=('f96f7bea1df8e3b6beb3091756cc9deda829974e')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../klines-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: klines/repos/extra-i686/PKGBUILD (from rev 249063, 
klines/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-13 07:32:10 UTC (rev 249064)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=klines
+pkgver=15.08.2
+pkgrel=1
+pkgdesc="A simple but highly addictive, one player game"
+url="http://kde.org/applications/games/klines/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-klines')
+replaces=('kdegames-klines')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
+sha1sums=('92bde3a127e8b6621ad00a6aa5391a3703af23ec')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../klines-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/klines.install
===
--- extra-i686/klines.install   2015-10-13 07:31:50 UTC (rev 249063)
+++ extra-i686/klines.install   2015-10-13 07:32:10 UTC (rev 249064)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: klines/repos/extra-i686/klines.install (from rev 249063, 
klines/trunk/klines.install)
===
--- extra-i686/klines.install   (rev 0)
+++ extra-i686/klines.install   2015-10-13 07:32:10 UTC (rev 249064)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-13 07:31:50 UTC (rev 249063)
+++ extra-x86_64/PKGBUILD   2015-10-13 07:32:10 UTC (rev 249064)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=klines
-pkgver=15.08.1
-pkgrel=1
-pkgdesc="A simple but highly addictive, one player game"
-url="http://kde.org/applications/games/klines/;
-arch=('i686' 'x86_64')

[arch-commits] Commit in klines/repos (8 files)

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:50:50
  Author: arojas
Revision: 244064

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  klines/repos/kde-unstable-i686/PKGBUILD
(from rev 244063, klines/trunk/PKGBUILD)
  klines/repos/kde-unstable-i686/klines.install
(from rev 244063, klines/trunk/klines.install)
  klines/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244063, klines/trunk/PKGBUILD)
  klines/repos/kde-unstable-x86_64/klines.install
(from rev 244063, klines/trunk/klines.install)
Deleted:
  klines/repos/kde-unstable-i686/PKGBUILD
  klines/repos/kde-unstable-i686/klines.install
  klines/repos/kde-unstable-x86_64/PKGBUILD
  klines/repos/kde-unstable-x86_64/klines.install

+
 /PKGBUILD  |   70 +++
 /klines.install|   22 +++
 kde-unstable-i686/PKGBUILD |   35 -
 kde-unstable-i686/klines.install   |   11 -
 kde-unstable-x86_64/PKGBUILD   |   35 -
 kde-unstable-x86_64/klines.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:50:29 UTC (rev 244063)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:50:50 UTC (rev 244064)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=klines
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=A simple but highly addictive, one player game
-url=http://kde.org/applications/games/klines/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-klines')
-replaces=('kdegames-klines')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
-sha1sums=('f9dbf8e36cec8a21d1e2d2ab435b9b50c67bb858')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../klines-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: klines/repos/kde-unstable-i686/PKGBUILD (from rev 244063, 
klines/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:50:50 UTC (rev 244064)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=klines
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=A simple but highly addictive, one player game
+url=http://kde.org/applications/games/klines/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-klines')
+replaces=('kdegames-klines')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
+sha1sums=('0daa0e70ebf6cb58cd96ab405ee11fcbb4f3e3d3')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../klines-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/klines.install
===
--- kde-unstable-i686/klines.install2015-08-19 06:50:29 UTC (rev 244063)
+++ kde-unstable-i686/klines.install2015-08-19 06:50:50 UTC (rev 244064)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: klines/repos/kde-unstable-i686/klines.install (from rev 244063, 
klines/trunk/klines.install)
===
--- kde-unstable-i686/klines.install(rev 0)
+++ kde-unstable-i686/klines.install2015-08-19 06:50:50 UTC (rev 244064)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-19 06:50:29 UTC (rev 244063)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:50:50 UTC (rev 244064)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino 

[arch-commits] Commit in klines/repos (8 files)

2015-08-13 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 07:01:37
  Author: arojas
Revision: 243530

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  klines/repos/kde-unstable-i686/PKGBUILD
(from rev 243529, klines/kde-unstable/PKGBUILD)
  klines/repos/kde-unstable-i686/klines.install
(from rev 243529, klines/kde-unstable/klines.install)
  klines/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243529, klines/kde-unstable/PKGBUILD)
  klines/repos/kde-unstable-x86_64/klines.install
(from rev 243529, klines/kde-unstable/klines.install)
Deleted:
  klines/repos/kde-unstable-i686/PKGBUILD
  klines/repos/kde-unstable-i686/klines.install
  klines/repos/kde-unstable-x86_64/PKGBUILD
  klines/repos/kde-unstable-x86_64/klines.install

+
 /PKGBUILD  |   70 +++
 /klines.install|   22 +++
 kde-unstable-i686/PKGBUILD |   35 -
 kde-unstable-i686/klines.install   |   11 -
 kde-unstable-x86_64/PKGBUILD   |   35 -
 kde-unstable-x86_64/klines.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-14 05:01:01 UTC (rev 243529)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 05:01:37 UTC (rev 243530)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=klines
-pkgver=15.07.80
-pkgrel=1
-pkgdesc=A simple but highly addictive, one player game
-url=http://kde.org/applications/games/klines/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-klines')
-replaces=('kdegames-klines')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
-sha1sums=('cc36bb20b46a0bec1ada2058abfb897ee892bc74')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../klines-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: klines/repos/kde-unstable-i686/PKGBUILD (from rev 243529, 
klines/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 05:01:37 UTC (rev 243530)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=klines
+pkgver=15.07.90
+pkgrel=1
+pkgdesc=A simple but highly addictive, one player game
+url=http://kde.org/applications/games/klines/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-klines')
+replaces=('kdegames-klines')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
+sha1sums=('f9dbf8e36cec8a21d1e2d2ab435b9b50c67bb858')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../klines-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/klines.install
===
--- kde-unstable-i686/klines.install2015-08-14 05:01:01 UTC (rev 243529)
+++ kde-unstable-i686/klines.install2015-08-14 05:01:37 UTC (rev 243530)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: klines/repos/kde-unstable-i686/klines.install (from rev 243529, 
klines/kde-unstable/klines.install)
===
--- kde-unstable-i686/klines.install(rev 0)
+++ kde-unstable-i686/klines.install2015-08-14 05:01:37 UTC (rev 243530)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-14 05:01:01 UTC (rev 243529)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 05:01:37 UTC (rev 243530)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 

[arch-commits] Commit in klines/repos (8 files)

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 22:53:30
  Author: arojas
Revision: 241556

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  klines/repos/extra-i686/PKGBUILD
(from rev 241555, klines/trunk/PKGBUILD)
  klines/repos/extra-i686/klines.install
(from rev 241555, klines/trunk/klines.install)
  klines/repos/extra-x86_64/PKGBUILD
(from rev 241555, klines/trunk/PKGBUILD)
  klines/repos/extra-x86_64/klines.install
(from rev 241555, klines/trunk/klines.install)
Deleted:
  klines/repos/extra-i686/PKGBUILD
  klines/repos/extra-i686/klines.install
  klines/repos/extra-x86_64/PKGBUILD
  klines/repos/extra-x86_64/klines.install

-+
 /PKGBUILD   |   70 ++
 /klines.install |   22 +
 extra-i686/PKGBUILD |   35 -
 extra-i686/klines.install   |   11 --
 extra-x86_64/PKGBUILD   |   35 -
 extra-x86_64/klines.install |   11 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 20:34:47 UTC (rev 241555)
+++ extra-i686/PKGBUILD 2015-06-30 20:53:30 UTC (rev 241556)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=klines
-pkgver=15.04.3
-pkgrel=1
-pkgdesc=A simple but highly addictive, one player game
-url=http://kde.org/applications/games/klines/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-klines')
-replaces=('kdegames-klines')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
-sha1sums=('b4c6e9a0f382f7a84a34c6344e088d3256f6b043')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../klines-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: klines/repos/extra-i686/PKGBUILD (from rev 241555, 
klines/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 20:53:30 UTC (rev 241556)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=klines
+pkgver=15.04.3
+pkgrel=1
+pkgdesc=A simple but highly addictive, one player game
+url=http://kde.org/applications/games/klines/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-klines')
+replaces=('kdegames-klines')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
+sha1sums=('b4c6e9a0f382f7a84a34c6344e088d3256f6b043')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../klines-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/klines.install
===
--- extra-i686/klines.install   2015-06-30 20:34:47 UTC (rev 241555)
+++ extra-i686/klines.install   2015-06-30 20:53:30 UTC (rev 241556)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: klines/repos/extra-i686/klines.install (from rev 241555, 
klines/trunk/klines.install)
===
--- extra-i686/klines.install   (rev 0)
+++ extra-i686/klines.install   2015-06-30 20:53:30 UTC (rev 241556)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 20:34:47 UTC (rev 241555)
+++ extra-x86_64/PKGBUILD   2015-06-30 20:53:30 UTC (rev 241556)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=klines
-pkgver=15.04.3
-pkgrel=1
-pkgdesc=A simple but highly addictive, one player game
-url=http://kde.org/applications/games/klines/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')

[arch-commits] Commit in klines/repos (8 files)

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 22:34:47
  Author: arojas
Revision: 241555

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  klines/repos/extra-i686/PKGBUILD
(from rev 241554, klines/trunk/PKGBUILD)
  klines/repos/extra-i686/klines.install
(from rev 241554, klines/trunk/klines.install)
  klines/repos/extra-x86_64/PKGBUILD
(from rev 241554, klines/trunk/PKGBUILD)
  klines/repos/extra-x86_64/klines.install
(from rev 241554, klines/trunk/klines.install)
Deleted:
  klines/repos/extra-i686/PKGBUILD
  klines/repos/extra-i686/klines.install
  klines/repos/extra-x86_64/PKGBUILD
  klines/repos/extra-x86_64/klines.install

-+
 /PKGBUILD   |   70 ++
 /klines.install |   22 +
 extra-i686/PKGBUILD |   35 -
 extra-i686/klines.install   |   11 --
 extra-x86_64/PKGBUILD   |   35 -
 extra-x86_64/klines.install |   11 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 20:34:32 UTC (rev 241554)
+++ extra-i686/PKGBUILD 2015-06-30 20:34:47 UTC (rev 241555)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=klines
-pkgver=15.04.2
-pkgrel=1
-pkgdesc=A simple but highly addictive, one player game
-url=http://kde.org/applications/games/klines/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-klines')
-replaces=('kdegames-klines')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
-sha1sums=('a6cdc1e769c8c7c06cb9e8ec2dae72a69103b0c0')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../klines-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: klines/repos/extra-i686/PKGBUILD (from rev 241554, 
klines/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 20:34:47 UTC (rev 241555)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=klines
+pkgver=15.04.3
+pkgrel=1
+pkgdesc=A simple but highly addictive, one player game
+url=http://kde.org/applications/games/klines/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-klines')
+replaces=('kdegames-klines')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
+sha1sums=('b4c6e9a0f382f7a84a34c6344e088d3256f6b043')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../klines-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/klines.install
===
--- extra-i686/klines.install   2015-06-30 20:34:32 UTC (rev 241554)
+++ extra-i686/klines.install   2015-06-30 20:34:47 UTC (rev 241555)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: klines/repos/extra-i686/klines.install (from rev 241554, 
klines/trunk/klines.install)
===
--- extra-i686/klines.install   (rev 0)
+++ extra-i686/klines.install   2015-06-30 20:34:47 UTC (rev 241555)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 20:34:32 UTC (rev 241554)
+++ extra-x86_64/PKGBUILD   2015-06-30 20:34:47 UTC (rev 241555)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=klines
-pkgver=15.04.2
-pkgrel=1
-pkgdesc=A simple but highly addictive, one player game
-url=http://kde.org/applications/games/klines/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')

[arch-commits] Commit in klines/repos (8 files)

2015-06-02 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 09:04:52
  Author: arojas
Revision: 240084

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  klines/repos/extra-i686/PKGBUILD
(from rev 240083, klines/trunk/PKGBUILD)
  klines/repos/extra-i686/klines.install
(from rev 240083, klines/trunk/klines.install)
  klines/repos/extra-x86_64/PKGBUILD
(from rev 240083, klines/trunk/PKGBUILD)
  klines/repos/extra-x86_64/klines.install
(from rev 240083, klines/trunk/klines.install)
Deleted:
  klines/repos/extra-i686/PKGBUILD
  klines/repos/extra-i686/klines.install
  klines/repos/extra-x86_64/PKGBUILD
  klines/repos/extra-x86_64/klines.install

-+
 /PKGBUILD   |   70 ++
 /klines.install |   22 +
 extra-i686/PKGBUILD |   35 -
 extra-i686/klines.install   |   11 --
 extra-x86_64/PKGBUILD   |   35 -
 extra-x86_64/klines.install |   11 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 07:04:37 UTC (rev 240083)
+++ extra-i686/PKGBUILD 2015-06-02 07:04:52 UTC (rev 240084)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=klines
-pkgver=15.04.1
-pkgrel=1
-pkgdesc=A simple but highly addictive, one player game
-url=http://kde.org/applications/games/klines/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-klines')
-replaces=('kdegames-klines')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
-sha1sums=('2bc2c64dc72e997b3b2102dfed088af54b982bdf')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../klines-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: klines/repos/extra-i686/PKGBUILD (from rev 240083, 
klines/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 07:04:52 UTC (rev 240084)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=klines
+pkgver=15.04.2
+pkgrel=1
+pkgdesc=A simple but highly addictive, one player game
+url=http://kde.org/applications/games/klines/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-klines')
+replaces=('kdegames-klines')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
+sha1sums=('a6cdc1e769c8c7c06cb9e8ec2dae72a69103b0c0')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../klines-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/klines.install
===
--- extra-i686/klines.install   2015-06-02 07:04:37 UTC (rev 240083)
+++ extra-i686/klines.install   2015-06-02 07:04:52 UTC (rev 240084)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: klines/repos/extra-i686/klines.install (from rev 240083, 
klines/trunk/klines.install)
===
--- extra-i686/klines.install   (rev 0)
+++ extra-i686/klines.install   2015-06-02 07:04:52 UTC (rev 240084)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 07:04:37 UTC (rev 240083)
+++ extra-x86_64/PKGBUILD   2015-06-02 07:04:52 UTC (rev 240084)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=klines
-pkgver=15.04.1
-pkgrel=1
-pkgdesc=A simple but highly addictive, one player game
-url=http://kde.org/applications/games/klines/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')

[arch-commits] Commit in klines/repos (8 files)

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:48:37
  Author: arojas
Revision: 239053

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  klines/repos/extra-i686/PKGBUILD
(from rev 239052, klines/trunk/PKGBUILD)
  klines/repos/extra-i686/klines.install
(from rev 239052, klines/trunk/klines.install)
  klines/repos/extra-x86_64/PKGBUILD
(from rev 239052, klines/trunk/PKGBUILD)
  klines/repos/extra-x86_64/klines.install
(from rev 239052, klines/trunk/klines.install)
Deleted:
  klines/repos/extra-i686/PKGBUILD
  klines/repos/extra-i686/klines.install
  klines/repos/extra-x86_64/PKGBUILD
  klines/repos/extra-x86_64/klines.install

-+
 /PKGBUILD   |   70 ++
 /klines.install |   22 +
 extra-i686/PKGBUILD |   35 -
 extra-i686/klines.install   |   11 --
 extra-x86_64/PKGBUILD   |   35 -
 extra-x86_64/klines.install |   11 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:48:16 UTC (rev 239052)
+++ extra-i686/PKGBUILD 2015-05-12 07:48:37 UTC (rev 239053)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=klines
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=A simple but highly addictive, one player game
-url=http://kde.org/applications/games/klines/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-klines')
-replaces=('kdegames-klines')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
-sha1sums=('ada70a8a63a67c6486e8442a2fc24632d8f827c5')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../klines-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: klines/repos/extra-i686/PKGBUILD (from rev 239052, 
klines/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:48:37 UTC (rev 239053)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=klines
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=A simple but highly addictive, one player game
+url=http://kde.org/applications/games/klines/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-klines')
+replaces=('kdegames-klines')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
+sha1sums=('2bc2c64dc72e997b3b2102dfed088af54b982bdf')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../klines-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/klines.install
===
--- extra-i686/klines.install   2015-05-12 07:48:16 UTC (rev 239052)
+++ extra-i686/klines.install   2015-05-12 07:48:37 UTC (rev 239053)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: klines/repos/extra-i686/klines.install (from rev 239052, 
klines/trunk/klines.install)
===
--- extra-i686/klines.install   (rev 0)
+++ extra-i686/klines.install   2015-05-12 07:48:37 UTC (rev 239053)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:48:16 UTC (rev 239052)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:48:37 UTC (rev 239053)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=klines
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=A simple but highly addictive, one player game
-url=http://kde.org/applications/games/klines/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')

[arch-commits] Commit in klines/repos (8 files)

2015-03-27 Thread Antonio Rojas
Date: Friday, March 27, 2015 @ 09:46:48
  Author: arojas
Revision: 235083

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  klines/repos/kde-unstable-i686/PKGBUILD
(from rev 235082, klines/kde-unstable/PKGBUILD)
  klines/repos/kde-unstable-i686/klines.install
(from rev 235082, klines/kde-unstable/klines.install)
  klines/repos/kde-unstable-x86_64/PKGBUILD
(from rev 235082, klines/kde-unstable/PKGBUILD)
  klines/repos/kde-unstable-x86_64/klines.install
(from rev 235082, klines/kde-unstable/klines.install)
Deleted:
  klines/repos/kde-unstable-i686/PKGBUILD
  klines/repos/kde-unstable-i686/klines.install
  klines/repos/kde-unstable-x86_64/PKGBUILD
  klines/repos/kde-unstable-x86_64/klines.install

+
 /PKGBUILD  |   70 +++
 /klines.install|   22 +++
 kde-unstable-i686/PKGBUILD |   35 -
 kde-unstable-i686/klines.install   |   11 -
 kde-unstable-x86_64/PKGBUILD   |   35 -
 kde-unstable-x86_64/klines.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-27 08:46:27 UTC (rev 235082)
+++ kde-unstable-i686/PKGBUILD  2015-03-27 08:46:48 UTC (rev 235083)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=klines
-pkgver=15.03.95
-pkgrel=1
-pkgdesc=A simple but highly addictive, one player game
-url=http://kde.org/applications/games/klines/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-klines')
-replaces=('kdegames-klines')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
-sha1sums=('03ebfa270d166de8c43cc8ca1d375fbcafba84d6')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../klines-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: klines/repos/kde-unstable-i686/PKGBUILD (from rev 235082, 
klines/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-27 08:46:48 UTC (rev 235083)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=klines
+pkgver=15.03.97
+pkgrel=1
+pkgdesc=A simple but highly addictive, one player game
+url=http://kde.org/applications/games/klines/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-klines')
+replaces=('kdegames-klines')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
+sha1sums=('65de37a0a9e6a9e8c7a5fbf3d26fd10d80fbb70d')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../klines-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/klines.install
===
--- kde-unstable-i686/klines.install2015-03-27 08:46:27 UTC (rev 235082)
+++ kde-unstable-i686/klines.install2015-03-27 08:46:48 UTC (rev 235083)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: klines/repos/kde-unstable-i686/klines.install (from rev 235082, 
klines/kde-unstable/klines.install)
===
--- kde-unstable-i686/klines.install(rev 0)
+++ kde-unstable-i686/klines.install2015-03-27 08:46:48 UTC (rev 235083)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-03-27 08:46:27 UTC (rev 235082)
+++ kde-unstable-x86_64/PKGBUILD2015-03-27 08:46:48 UTC (rev 235083)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 

[arch-commits] Commit in klines/repos (8 files)

2015-03-20 Thread Antonio Rojas
Date: Friday, March 20, 2015 @ 23:02:17
  Author: arojas
Revision: 234330

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  klines/repos/kde-unstable-i686/PKGBUILD
(from rev 234329, klines/kde-unstable/PKGBUILD)
  klines/repos/kde-unstable-i686/klines.install
(from rev 234329, klines/kde-unstable/klines.install)
  klines/repos/kde-unstable-x86_64/PKGBUILD
(from rev 234329, klines/kde-unstable/PKGBUILD)
  klines/repos/kde-unstable-x86_64/klines.install
(from rev 234329, klines/kde-unstable/klines.install)
Deleted:
  klines/repos/kde-unstable-i686/PKGBUILD
  klines/repos/kde-unstable-i686/klines.install
  klines/repos/kde-unstable-x86_64/PKGBUILD
  klines/repos/kde-unstable-x86_64/klines.install

+
 /PKGBUILD  |   70 +++
 /klines.install|   22 +++
 kde-unstable-i686/PKGBUILD |   35 -
 kde-unstable-i686/klines.install   |   11 -
 kde-unstable-x86_64/PKGBUILD   |   35 -
 kde-unstable-x86_64/klines.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 22:01:24 UTC (rev 234329)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 22:02:17 UTC (rev 234330)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=klines
-pkgver=15.03.90
-pkgrel=1
-pkgdesc=A simple but highly addictive, one player game
-url=http://kde.org/applications/games/klines/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('libkdegames')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-klines')
-replaces=('kdegames-klines')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
-sha1sums=('884a34817383898d1c0e70dbc401d012411e9ea3')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../klines-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: klines/repos/kde-unstable-i686/PKGBUILD (from rev 234329, 
klines/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 22:02:17 UTC (rev 234330)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=klines
+pkgver=15.03.95
+pkgrel=1
+pkgdesc=A simple but highly addictive, one player game
+url=http://kde.org/applications/games/klines/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-klines')
+replaces=('kdegames-klines')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
+sha1sums=('03ebfa270d166de8c43cc8ca1d375fbcafba84d6')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../klines-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/klines.install
===
--- kde-unstable-i686/klines.install2015-03-20 22:01:24 UTC (rev 234329)
+++ kde-unstable-i686/klines.install2015-03-20 22:02:17 UTC (rev 234330)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: klines/repos/kde-unstable-i686/klines.install (from rev 234329, 
klines/kde-unstable/klines.install)
===
--- kde-unstable-i686/klines.install(rev 0)
+++ kde-unstable-i686/klines.install2015-03-20 22:02:17 UTC (rev 234330)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-03-20 22:01:24 UTC (rev 234329)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 22:02:17 UTC (rev 234330)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-#