[arch-commits] Commit in klickety (7 files)

Antonio Rojas arojas at archlinux.org
Thu Nov 19 22:18:58 UTC 2015


    Date: Thursday, November 19, 2015 @ 23:18:58
  Author: arojas
Revision: 251456

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

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

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

Copied: klickety/repos/staging-i686/PKGBUILD (from rev 251455, klickety/kde-unstable/PKGBUILD)
===================================================================
--- repos/staging-i686/PKGBUILD	                        (rev 0)
+++ repos/staging-i686/PKGBUILD	2015-11-19 22:18:58 UTC (rev 251456)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 251259 2015-11-19 20:20:39Z arojas $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=klickety
+pkgver=15.11.80
+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)
+makedepends=(extra-cmake-modules kdoctools)
+install=$pkgname.install
+conflicts=(kdegames-klickety)
+replaces=(kdegames-klickety)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('33fdef45b1f3f7fa063bd260168192c9d14b5b87')
+
+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/staging-i686/klickety.install (from rev 251455, klickety/kde-unstable/klickety.install)
===================================================================
--- repos/staging-i686/klickety.install	                        (rev 0)
+++ repos/staging-i686/klickety.install	2015-11-19 22:18:58 UTC (rev 251456)
@@ -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/staging-x86_64/PKGBUILD (from rev 251455, klickety/kde-unstable/PKGBUILD)
===================================================================
--- repos/staging-x86_64/PKGBUILD	                        (rev 0)
+++ repos/staging-x86_64/PKGBUILD	2015-11-19 22:18:58 UTC (rev 251456)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 251259 2015-11-19 20:20:39Z arojas $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=klickety
+pkgver=15.11.80
+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)
+makedepends=(extra-cmake-modules kdoctools)
+install=$pkgname.install
+conflicts=(kdegames-klickety)
+replaces=(kdegames-klickety)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('33fdef45b1f3f7fa063bd260168192c9d14b5b87')
+
+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/staging-x86_64/klickety.install (from rev 251455, klickety/kde-unstable/klickety.install)
===================================================================
--- repos/staging-x86_64/klickety.install	                        (rev 0)
+++ repos/staging-x86_64/klickety.install	2015-11-19 22:18:58 UTC (rev 251456)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}



More information about the arch-commits mailing list