[arch-commits] Commit in ktuberling/repos (8 files)

Antonio Rojas arojas at archlinux.org
Tue Feb 16 17:44:37 UTC 2016


    Date: Tuesday, February 16, 2016 @ 18:44:37
  Author: arojas
Revision: 259575

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

Added:
  ktuberling/repos/testing-i686/PKGBUILD
    (from rev 259574, ktuberling/trunk/PKGBUILD)
  ktuberling/repos/testing-i686/ktuberling.install
    (from rev 259574, ktuberling/trunk/ktuberling.install)
  ktuberling/repos/testing-x86_64/PKGBUILD
    (from rev 259574, ktuberling/trunk/PKGBUILD)
  ktuberling/repos/testing-x86_64/ktuberling.install
    (from rev 259574, ktuberling/trunk/ktuberling.install)
Deleted:
  ktuberling/repos/testing-i686/PKGBUILD
  ktuberling/repos/testing-i686/ktuberling.install
  ktuberling/repos/testing-x86_64/PKGBUILD
  ktuberling/repos/testing-x86_64/ktuberling.install

-----------------------------------+
 /PKGBUILD                         |   78 ++++++++++++++++++++++++++++++++++++
 /ktuberling.install               |   24 +++++++++++
 testing-i686/PKGBUILD             |   39 ------------------
 testing-i686/ktuberling.install   |   12 -----
 testing-x86_64/PKGBUILD           |   39 ------------------
 testing-x86_64/ktuberling.install |   12 -----
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2016-02-16 17:44:16 UTC (rev 259574)
+++ testing-i686/PKGBUILD	2016-02-16 17:44:37 UTC (rev 259575)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=ktuberling
-pkgver=15.12.1
-pkgrel=1
-pkgdesc="A simple constructor game suitable for children and adults alike"
-url="http://kde.org/applications/games/ktuberling/"
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(hicolor-icon-theme libkdegames knotifyconfig)
-makedepends=(extra-cmake-modules kdoctools kdelibs4support)
-conflicts=(kdegames-ktuberling)
-replaces=(kdegames-ktuberling)
-install=$pkgname.install
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('c07cf873984a5f819d6c1f389811ab8422d52cab')
-
-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: ktuberling/repos/testing-i686/PKGBUILD (from rev 259574, ktuberling/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-02-16 17:44:37 UTC (rev 259575)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=ktuberling
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="A simple constructor game suitable for children and adults alike"
+url="http://kde.org/applications/games/ktuberling/"
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(hicolor-icon-theme libkdegames knotifyconfig)
+makedepends=(extra-cmake-modules kdoctools kdelibs4support)
+conflicts=(kdegames-ktuberling)
+replaces=(kdegames-ktuberling)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('525df32502ba16a61ad43731c58d26270131939e')
+
+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
+}

Deleted: testing-i686/ktuberling.install
===================================================================
--- testing-i686/ktuberling.install	2016-02-16 17:44:16 UTC (rev 259574)
+++ testing-i686/ktuberling.install	2016-02-16 17:44:37 UTC (rev 259575)
@@ -1,12 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-	update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: ktuberling/repos/testing-i686/ktuberling.install (from rev 259574, ktuberling/trunk/ktuberling.install)
===================================================================
--- testing-i686/ktuberling.install	                        (rev 0)
+++ testing-i686/ktuberling.install	2016-02-16 17:44:37 UTC (rev 259575)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+	update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2016-02-16 17:44:16 UTC (rev 259574)
+++ testing-x86_64/PKGBUILD	2016-02-16 17:44:37 UTC (rev 259575)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=ktuberling
-pkgver=15.12.1
-pkgrel=1
-pkgdesc="A simple constructor game suitable for children and adults alike"
-url="http://kde.org/applications/games/ktuberling/"
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(hicolor-icon-theme libkdegames knotifyconfig)
-makedepends=(extra-cmake-modules kdoctools kdelibs4support)
-conflicts=(kdegames-ktuberling)
-replaces=(kdegames-ktuberling)
-install=$pkgname.install
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('c07cf873984a5f819d6c1f389811ab8422d52cab')
-
-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: ktuberling/repos/testing-x86_64/PKGBUILD (from rev 259574, ktuberling/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-02-16 17:44:37 UTC (rev 259575)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=ktuberling
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="A simple constructor game suitable for children and adults alike"
+url="http://kde.org/applications/games/ktuberling/"
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(hicolor-icon-theme libkdegames knotifyconfig)
+makedepends=(extra-cmake-modules kdoctools kdelibs4support)
+conflicts=(kdegames-ktuberling)
+replaces=(kdegames-ktuberling)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('525df32502ba16a61ad43731c58d26270131939e')
+
+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
+}

Deleted: testing-x86_64/ktuberling.install
===================================================================
--- testing-x86_64/ktuberling.install	2016-02-16 17:44:16 UTC (rev 259574)
+++ testing-x86_64/ktuberling.install	2016-02-16 17:44:37 UTC (rev 259575)
@@ -1,12 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-	update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: ktuberling/repos/testing-x86_64/ktuberling.install (from rev 259574, ktuberling/trunk/ktuberling.install)
===================================================================
--- testing-x86_64/ktuberling.install	                        (rev 0)
+++ testing-x86_64/ktuberling.install	2016-02-16 17:44:37 UTC (rev 259575)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+	update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}



More information about the arch-commits mailing list