Date: Tuesday, February 16, 2016 @ 09:27:40
  Author: arojas
Revision: 259466

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

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

---------------------------------+
 testing-i686/PKGBUILD           |   39 ++++++++++++++++++++++++++++++++++++++
 testing-i686/klickety.install   |   11 ++++++++++
 testing-x86_64/PKGBUILD         |   39 ++++++++++++++++++++++++++++++++++++++
 testing-x86_64/klickety.install |   11 ++++++++++
 4 files changed, 100 insertions(+)

Copied: klickety/repos/testing-i686/PKGBUILD (from rev 259465, 
klickety/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2016-02-16 08:27:40 UTC (rev 259466)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 251259 2015-11-19 20:20:39Z arojas $
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=klickety
+pkgver=15.12.1
+pkgrel=1
+pkgdesc="An adaptation of the Clickomania game"
+url="http://kde.org/applications/games/klickety/";
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames knotifyconfig hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+install=$pkgname.install
+conflicts=(kdegames-klickety)
+replaces=(kdegames-klickety)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+sha1sums=('e362ee1fbad583a0a0a14cfbb8bbfabc8cd9b7da')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$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: klickety/repos/testing-i686/klickety.install (from rev 259465, 
klickety/trunk/klickety.install)
===================================================================
--- testing-i686/klickety.install                               (rev 0)
+++ testing-i686/klickety.install       2016-02-16 08:27:40 UTC (rev 259466)
@@ -0,0 +1,11 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Copied: klickety/repos/testing-x86_64/PKGBUILD (from rev 259465, 
klickety/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2016-02-16 08:27:40 UTC (rev 259466)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 251259 2015-11-19 20:20:39Z arojas $
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=klickety
+pkgver=15.12.1
+pkgrel=1
+pkgdesc="An adaptation of the Clickomania game"
+url="http://kde.org/applications/games/klickety/";
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames knotifyconfig hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+install=$pkgname.install
+conflicts=(kdegames-klickety)
+replaces=(kdegames-klickety)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+sha1sums=('e362ee1fbad583a0a0a14cfbb8bbfabc8cd9b7da')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$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: klickety/repos/testing-x86_64/klickety.install (from rev 259465, 
klickety/trunk/klickety.install)
===================================================================
--- testing-x86_64/klickety.install                             (rev 0)
+++ testing-x86_64/klickety.install     2016-02-16 08:27:40 UTC (rev 259466)
@@ -0,0 +1,11 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Reply via email to