Date: Tuesday, January 12, 2016 @ 09:14:39
  Author: arojas
Revision: 258068

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-01-12 08:13:22 UTC (rev 258067)
+++ extra-i686/PKGBUILD 2016-01-12 08:14:39 UTC (rev 258068)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonm...@archlinux.org>
-# Maintainer: Antonio Rojas <aro...@archlinux.org>
-# Contributor: Andrea Scarpino <and...@archlinux.org>
-
-pkgname=ktuberling
-pkgver=15.12.0
-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=('70fcfe09cb2d296c30ada8c1e36233b0e683637f')
-
-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/extra-i686/PKGBUILD (from rev 258067, 
ktuberling/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD                         (rev 0)
+++ extra-i686/PKGBUILD 2016-01-12 08:14:39 UTC (rev 258068)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@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
+}

Deleted: extra-i686/ktuberling.install
===================================================================
--- extra-i686/ktuberling.install       2016-01-12 08:13:22 UTC (rev 258067)
+++ extra-i686/ktuberling.install       2016-01-12 08:14:39 UTC (rev 258068)
@@ -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/extra-i686/ktuberling.install (from rev 258067, 
ktuberling/trunk/ktuberling.install)
===================================================================
--- extra-i686/ktuberling.install                               (rev 0)
+++ extra-i686/ktuberling.install       2016-01-12 08:14:39 UTC (rev 258068)
@@ -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: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD       2016-01-12 08:13:22 UTC (rev 258067)
+++ extra-x86_64/PKGBUILD       2016-01-12 08:14:39 UTC (rev 258068)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonm...@archlinux.org>
-# Maintainer: Antonio Rojas <aro...@archlinux.org>
-# Contributor: Andrea Scarpino <and...@archlinux.org>
-
-pkgname=ktuberling
-pkgver=15.12.0
-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=('70fcfe09cb2d296c30ada8c1e36233b0e683637f')
-
-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/extra-x86_64/PKGBUILD (from rev 258067, 
ktuberling/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD                               (rev 0)
+++ extra-x86_64/PKGBUILD       2016-01-12 08:14:39 UTC (rev 258068)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@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
+}

Deleted: extra-x86_64/ktuberling.install
===================================================================
--- extra-x86_64/ktuberling.install     2016-01-12 08:13:22 UTC (rev 258067)
+++ extra-x86_64/ktuberling.install     2016-01-12 08:14:39 UTC (rev 258068)
@@ -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/extra-x86_64/ktuberling.install (from rev 258067, 
ktuberling/trunk/ktuberling.install)
===================================================================
--- extra-x86_64/ktuberling.install                             (rev 0)
+++ extra-x86_64/ktuberling.install     2016-01-12 08:14:39 UTC (rev 258068)
@@ -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
+}

Reply via email to