Date: Tuesday, February 16, 2016 @ 09:27:06
  Author: arojas
Revision: 259464

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

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

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

Copied: kiriki/repos/testing-i686/PKGBUILD (from rev 259463, 
kiriki/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2016-02-16 08:27:06 UTC (rev 259464)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
+# Maintainer: Antonio Rojas <[email protected]>
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kiriki
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="An addictive and fun dice game"
+url="http://kde.org/applications/games/kiriki/";
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+install=$pkgname.install
+conflicts=(kdegames-kiriki)
+replaces=(kdegames-kiriki)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+sha1sums=('777243961c01bc05a65eff8fe6e59056522ed6c6')
+
+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: kiriki/repos/testing-i686/kiriki.install (from rev 259463, 
kiriki/trunk/kiriki.install)
===================================================================
--- testing-i686/kiriki.install                         (rev 0)
+++ testing-i686/kiriki.install 2016-02-16 08:27:06 UTC (rev 259464)
@@ -0,0 +1,11 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Copied: kiriki/repos/testing-x86_64/PKGBUILD (from rev 259463, 
kiriki/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2016-02-16 08:27:06 UTC (rev 259464)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
+# Maintainer: Antonio Rojas <[email protected]>
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kiriki
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="An addictive and fun dice game"
+url="http://kde.org/applications/games/kiriki/";
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+install=$pkgname.install
+conflicts=(kdegames-kiriki)
+replaces=(kdegames-kiriki)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+sha1sums=('777243961c01bc05a65eff8fe6e59056522ed6c6')
+
+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: kiriki/repos/testing-x86_64/kiriki.install (from rev 259463, 
kiriki/trunk/kiriki.install)
===================================================================
--- testing-x86_64/kiriki.install                               (rev 0)
+++ testing-x86_64/kiriki.install       2016-02-16 08:27:06 UTC (rev 259464)
@@ -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