[arch-commits] Commit in klickety/repos (4 files)

Antonio Rojas arojas at archlinux.org
Tue Jun 14 16:57:16 UTC 2016


    Date: Tuesday, June 14, 2016 @ 16:57:16
  Author: arojas
Revision: 269840

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

Added:
  klickety/repos/extra-i686/PKGBUILD
    (from rev 269839, klickety/trunk/PKGBUILD)
  klickety/repos/extra-x86_64/PKGBUILD
    (from rev 269839, klickety/trunk/PKGBUILD)
Deleted:
  klickety/repos/extra-i686/PKGBUILD
  klickety/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   74 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   38 ------------------------
 extra-x86_64/PKGBUILD |   38 ------------------------
 3 files changed, 74 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-06-14 16:56:59 UTC (rev 269839)
+++ extra-i686/PKGBUILD	2016-06-14 16:57:16 UTC (rev 269840)
@@ -1,38 +0,0 @@
-# $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=16.04.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 python)
-conflicts=(kdegames-klickety)
-replaces=(kdegames-klickety)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('f60388766d3ae596cd6e67f603d4b27bc6ebd7bd')
-
-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/extra-i686/PKGBUILD (from rev 269839, klickety/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-06-14 16:57:16 UTC (rev 269840)
@@ -0,0 +1,37 @@
+# $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=16.04.2
+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 python)
+conflicts=(kdegames-klickety)
+replaces=(kdegames-klickety)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('bd278022068d3ae70ee71fba8d78b6c0aaf5452a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-06-14 16:56:59 UTC (rev 269839)
+++ extra-x86_64/PKGBUILD	2016-06-14 16:57:16 UTC (rev 269840)
@@ -1,38 +0,0 @@
-# $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=16.04.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 python)
-conflicts=(kdegames-klickety)
-replaces=(kdegames-klickety)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('f60388766d3ae596cd6e67f603d4b27bc6ebd7bd')
-
-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/extra-x86_64/PKGBUILD (from rev 269839, klickety/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-06-14 16:57:16 UTC (rev 269840)
@@ -0,0 +1,37 @@
+# $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=16.04.2
+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 python)
+conflicts=(kdegames-klickety)
+replaces=(kdegames-klickety)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('bd278022068d3ae70ee71fba8d78b6c0aaf5452a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list