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

Andrea Scarpino andrea at archlinux.org
Tue Dec 4 18:56:42 UTC 2012


    Date: Tuesday, December 4, 2012 @ 13:56:41
  Author: andrea
Revision: 172682

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

Added:
  kdegames-katomic/repos/kde-unstable-i686/PKGBUILD
    (from rev 172681, kdegames-katomic/kde-unstable/PKGBUILD)
  kdegames-katomic/repos/kde-unstable-i686/kdegames-katomic.install
    (from rev 172681, kdegames-katomic/kde-unstable/kdegames-katomic.install)
  kdegames-katomic/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 172681, kdegames-katomic/kde-unstable/PKGBUILD)
  kdegames-katomic/repos/kde-unstable-x86_64/kdegames-katomic.install
    (from rev 172681, kdegames-katomic/kde-unstable/kdegames-katomic.install)
Deleted:
  kdegames-katomic/repos/kde-unstable-i686/PKGBUILD
  kdegames-katomic/repos/kde-unstable-i686/kdegames-katomic.install
  kdegames-katomic/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-katomic/repos/kde-unstable-x86_64/kdegames-katomic.install

----------------------------------------------+
 kde-unstable-i686/PKGBUILD                   |   60 ++++++++++++-------------
 kde-unstable-i686/kdegames-katomic.install   |   22 ++++-----
 kde-unstable-x86_64/PKGBUILD                 |   60 ++++++++++++-------------
 kde-unstable-x86_64/kdegames-katomic.install |   22 ++++-----
 4 files changed, 82 insertions(+), 82 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2012-12-04 18:56:01 UTC (rev 172681)
+++ kde-unstable-i686/PKGBUILD	2012-12-04 18:56:41 UTC (rev 172682)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-katomic
-pkgver=4.9.80
-pkgrel=1
-pkgdesc="A fun and educational game built around molecular geometry"
-url="http://kde.org/applications/games/katomic/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/katomic-${pkgver}.tar.xz")
-sha1sums=('f0c9508c32f3d5f8f7adb75c39f11a539e756ef4')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../katomic-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-katomic/repos/kde-unstable-i686/PKGBUILD (from rev 172681, kdegames-katomic/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2012-12-04 18:56:41 UTC (rev 172682)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-katomic
+pkgver=4.9.90
+pkgrel=1
+pkgdesc="A fun and educational game built around molecular geometry"
+url="http://kde.org/applications/games/katomic/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/katomic-${pkgver}.tar.xz")
+sha1sums=('93f255ee148d58dfd21ad92bfb8fa4bd7ce5f9e2')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../katomic-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegames-katomic.install
===================================================================
--- kde-unstable-i686/kdegames-katomic.install	2012-12-04 18:56:01 UTC (rev 172681)
+++ kde-unstable-i686/kdegames-katomic.install	2012-12-04 18:56:41 UTC (rev 172682)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kdegames-katomic/repos/kde-unstable-i686/kdegames-katomic.install (from rev 172681, kdegames-katomic/kde-unstable/kdegames-katomic.install)
===================================================================
--- kde-unstable-i686/kdegames-katomic.install	                        (rev 0)
+++ kde-unstable-i686/kdegames-katomic.install	2012-12-04 18:56:41 UTC (rev 172682)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2012-12-04 18:56:01 UTC (rev 172681)
+++ kde-unstable-x86_64/PKGBUILD	2012-12-04 18:56:41 UTC (rev 172682)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-katomic
-pkgver=4.9.80
-pkgrel=1
-pkgdesc="A fun and educational game built around molecular geometry"
-url="http://kde.org/applications/games/katomic/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/katomic-${pkgver}.tar.xz")
-sha1sums=('f0c9508c32f3d5f8f7adb75c39f11a539e756ef4')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../katomic-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-katomic/repos/kde-unstable-x86_64/PKGBUILD (from rev 172681, kdegames-katomic/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2012-12-04 18:56:41 UTC (rev 172682)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-katomic
+pkgver=4.9.90
+pkgrel=1
+pkgdesc="A fun and educational game built around molecular geometry"
+url="http://kde.org/applications/games/katomic/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/katomic-${pkgver}.tar.xz")
+sha1sums=('93f255ee148d58dfd21ad92bfb8fa4bd7ce5f9e2')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../katomic-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/kdegames-katomic.install
===================================================================
--- kde-unstable-x86_64/kdegames-katomic.install	2012-12-04 18:56:01 UTC (rev 172681)
+++ kde-unstable-x86_64/kdegames-katomic.install	2012-12-04 18:56:41 UTC (rev 172682)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kdegames-katomic/repos/kde-unstable-x86_64/kdegames-katomic.install (from rev 172681, kdegames-katomic/kde-unstable/kdegames-katomic.install)
===================================================================
--- kde-unstable-x86_64/kdegames-katomic.install	                        (rev 0)
+++ kde-unstable-x86_64/kdegames-katomic.install	2012-12-04 18:56:41 UTC (rev 172682)
@@ -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