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

2016-04-28 Thread Felix Yan
Date: Thursday, April 28, 2016 @ 17:18:28
  Author: fyan
Revision: 266493

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

Added:
  klines/repos/extra-i686/PKGBUILD
(from rev 266492, klines/trunk/PKGBUILD)
  klines/repos/extra-x86_64/PKGBUILD
(from rev 266492, klines/trunk/PKGBUILD)
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   |   68 ++
 extra-i686/PKGBUILD |   35 -
 extra-i686/klines.install   |   11 --
 extra-x86_64/PKGBUILD   |   35 -
 extra-x86_64/klines.install |   11 --
 5 files changed, 68 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-28 15:17:34 UTC (rev 266492)
+++ extra-i686/PKGBUILD 2016-04-28 15:18:28 UTC (rev 266493)
@@ -1,35 +0,0 @@
-# $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
-}

Copied: klines/repos/extra-i686/PKGBUILD (from rev 266492, 
klines/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-28 15:18:28 UTC (rev 266493)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=klines
+pkgver=16.04.0
+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')
+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: extra-i686/klines.install
===
--- extra-i686/klines.install   2016-04-28 15:17:34 UTC (rev 266492)
+++ extra-i686/klines.install   2016-04-28 15:18:28 UTC (rev 266493)
@@ -1,11 +0,0 @@
-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-04-28 15:17:34 UTC (rev 266492)
+++ extra-x86_64/PKGBUILD   2016-04-28 15:18:28 UTC (rev 266493)
@@ -1,35 +0,0 @@
-# $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
-}

Copied: 

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

2016-03-26 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 00:13:42
  Author: arojas
Revision: 262712

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

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

---+
 staging-i686/PKGBUILD |   35 +++
 staging-i686/klines.install   |   11 +++
 staging-x86_64/PKGBUILD   |   35 +++
 staging-x86_64/klines.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: klines/repos/staging-i686/PKGBUILD (from rev 262711, 
klines/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-26 23:13:42 UTC (rev 262712)
@@ -0,0 +1,35 @@
+# $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/staging-i686/klines.install (from rev 262711, 
klines/kde-unstable/klines.install)
===
--- staging-i686/klines.install (rev 0)
+++ staging-i686/klines.install 2016-03-26 23:13:42 UTC (rev 262712)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: klines/repos/staging-x86_64/PKGBUILD (from rev 262711, 
klines/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-26 23:13:42 UTC (rev 262712)
@@ -0,0 +1,35 @@
+# $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/staging-x86_64/klines.install (from rev 262711, 
klines/kde-unstable/klines.install)
===
--- staging-x86_64/klines.install   (rev 0)
+++ staging-x86_64/klines.install   2016-03-26 23:13:42 UTC (rev 262712)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2016-02-16 Thread Antonio Rojas
Date: Tuesday, February 16, 2016 @ 09:28:00
  Author: arojas
Revision: 259467

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

Added:
  klines/repos/testing-i686/
  klines/repos/testing-i686/PKGBUILD
(from rev 259466, klines/trunk/PKGBUILD)
  klines/repos/testing-i686/klines.install
(from rev 259466, klines/trunk/klines.install)
  klines/repos/testing-x86_64/
  klines/repos/testing-x86_64/PKGBUILD
(from rev 259466, klines/trunk/PKGBUILD)
  klines/repos/testing-x86_64/klines.install
(from rev 259466, klines/trunk/klines.install)

---+
 testing-i686/PKGBUILD |   35 +++
 testing-i686/klines.install   |   11 +++
 testing-x86_64/PKGBUILD   |   35 +++
 testing-x86_64/klines.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: klines/repos/testing-i686/PKGBUILD (from rev 259466, 
klines/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-16 08:28:00 UTC (rev 259467)
@@ -0,0 +1,35 @@
+# $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/testing-i686/klines.install (from rev 259466, 
klines/trunk/klines.install)
===
--- testing-i686/klines.install (rev 0)
+++ testing-i686/klines.install 2016-02-16 08:28:00 UTC (rev 259467)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: klines/repos/testing-x86_64/PKGBUILD (from rev 259466, 
klines/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-16 08:28:00 UTC (rev 259467)
@@ -0,0 +1,35 @@
+# $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/testing-x86_64/klines.install (from rev 259466, 
klines/trunk/klines.install)
===
--- testing-x86_64/klines.install   (rev 0)
+++ testing-x86_64/klines.install   2016-02-16 08:28:00 UTC (rev 259467)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-12-08 Thread Evangelos Foutras
Date: Tuesday, December 8, 2015 @ 14:54:27
  Author: foutrelis
Revision: 253863

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

Added:
  klines/repos/staging-i686/
  klines/repos/staging-i686/PKGBUILD
(from rev 253862, klines/trunk/PKGBUILD)
  klines/repos/staging-i686/klines.install
(from rev 253862, klines/trunk/klines.install)
  klines/repos/staging-x86_64/
  klines/repos/staging-x86_64/PKGBUILD
(from rev 253862, klines/trunk/PKGBUILD)
  klines/repos/staging-x86_64/klines.install
(from rev 253862, klines/trunk/klines.install)

---+
 staging-i686/PKGBUILD |   35 +++
 staging-i686/klines.install   |   11 +++
 staging-x86_64/PKGBUILD   |   35 +++
 staging-x86_64/klines.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: klines/repos/staging-i686/PKGBUILD (from rev 253862, 
klines/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-08 13:54:27 UTC (rev 253863)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=klines
+pkgver=15.08.3
+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')
+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
+}

Copied: klines/repos/staging-i686/klines.install (from rev 253862, 
klines/trunk/klines.install)
===
--- staging-i686/klines.install (rev 0)
+++ staging-i686/klines.install 2015-12-08 13:54:27 UTC (rev 253863)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: klines/repos/staging-x86_64/PKGBUILD (from rev 253862, 
klines/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-08 13:54:27 UTC (rev 253863)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=klines
+pkgver=15.08.3
+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')
+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
+}

Copied: klines/repos/staging-x86_64/klines.install (from rev 253862, 
klines/trunk/klines.install)
===
--- staging-x86_64/klines.install   (rev 0)
+++ staging-x86_64/klines.install   2015-12-08 13:54:27 UTC (rev 253863)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-11-19 Thread Antonio Rojas
Date: Thursday, November 19, 2015 @ 22:02:49
  Author: arojas
Revision: 251350

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

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

---+
 staging-i686/PKGBUILD |   35 +++
 staging-i686/klines.install   |   11 +++
 staging-x86_64/PKGBUILD   |   35 +++
 staging-x86_64/klines.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: klines/repos/staging-i686/PKGBUILD (from rev 251349, 
klines/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-19 21:02:49 UTC (rev 251350)
@@ -0,0 +1,35 @@
+# $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/staging-i686/klines.install (from rev 251349, 
klines/kde-unstable/klines.install)
===
--- staging-i686/klines.install (rev 0)
+++ staging-i686/klines.install 2015-11-19 21:02:49 UTC (rev 251350)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: klines/repos/staging-x86_64/PKGBUILD (from rev 251349, 
klines/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-19 21:02:49 UTC (rev 251350)
@@ -0,0 +1,35 @@
+# $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/staging-x86_64/klines.install (from rev 251349, 
klines/kde-unstable/klines.install)
===
--- staging-x86_64/klines.install   (rev 0)
+++ staging-x86_64/klines.install   2015-11-19 21:02:49 UTC (rev 251350)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-09-14 Thread Antonio Rojas
Date: Monday, September 14, 2015 @ 23:32:16
  Author: arojas
Revision: 246148

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

Added:
  klines/repos/testing-i686/
  klines/repos/testing-i686/PKGBUILD
(from rev 246147, klines/trunk/PKGBUILD)
  klines/repos/testing-i686/klines.install
(from rev 246147, klines/trunk/klines.install)
  klines/repos/testing-x86_64/
  klines/repos/testing-x86_64/PKGBUILD
(from rev 246147, klines/trunk/PKGBUILD)
  klines/repos/testing-x86_64/klines.install
(from rev 246147, klines/trunk/klines.install)

---+
 testing-i686/PKGBUILD |   35 +++
 testing-i686/klines.install   |   11 +++
 testing-x86_64/PKGBUILD   |   35 +++
 testing-x86_64/klines.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: klines/repos/testing-i686/PKGBUILD (from rev 246147, 
klines/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-14 21:32:16 UTC (rev 246148)
@@ -0,0 +1,35 @@
+# $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/testing-i686/klines.install (from rev 246147, 
klines/trunk/klines.install)
===
--- testing-i686/klines.install (rev 0)
+++ testing-i686/klines.install 2015-09-14 21:32:16 UTC (rev 246148)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: klines/repos/testing-x86_64/PKGBUILD (from rev 246147, 
klines/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-14 21:32:16 UTC (rev 246148)
@@ -0,0 +1,35 @@
+# $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/testing-x86_64/klines.install (from rev 246147, 
klines/trunk/klines.install)
===
--- testing-x86_64/klines.install   (rev 0)
+++ testing-x86_64/klines.install   2015-09-14 21:32:16 UTC (rev 246148)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:47:11
  Author: arojas
Revision: 242713

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

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

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

Copied: klines/repos/kde-unstable-i686/PKGBUILD (from rev 242712, 
klines/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:47:11 UTC (rev 242713)
@@ -0,0 +1,35 @@
+# $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/klines.install (from rev 242712, 
klines/kde-unstable/klines.install)
===
--- kde-unstable-i686/klines.install(rev 0)
+++ kde-unstable-i686/klines.install2015-07-29 07:47:11 UTC (rev 242713)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: klines/repos/kde-unstable-x86_64/PKGBUILD (from rev 242712, 
klines/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:47:11 UTC (rev 242713)
@@ -0,0 +1,35 @@
+# $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-x86_64/klines.install (from rev 242712, 
klines/kde-unstable/klines.install)
===
--- kde-unstable-x86_64/klines.install  (rev 0)
+++ kde-unstable-x86_64/klines.install  2015-07-29 07:47:11 UTC (rev 242713)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}