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

Antonio Rojas arojas at archlinux.org
Thu Nov 10 18:25:27 UTC 2016


    Date: Thursday, November 10, 2016 @ 18:25:27
  Author: arojas
Revision: 280389

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-11-10 18:25:19 UTC (rev 280388)
+++ extra-i686/PKGBUILD	2016-11-10 18:25:27 UTC (rev 280389)
@@ -1,37 +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=katomic
-pkgver=16.08.2
-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-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-katomic')
-replaces=('kdegames-katomic')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/katomic-${pkgver}.tar.xz")
-sha1sums=('68d05ae161418b2bcc398e1d08de03783e5e0f71')
-
-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
-}

Copied: katomic/repos/extra-i686/PKGBUILD (from rev 280388, katomic/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-11-10 18:25:27 UTC (rev 280389)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=katomic
+pkgver=16.08.3
+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-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-katomic')
+replaces=('kdegames-katomic')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/katomic-${pkgver}.tar.xz")
+sha1sums=('b8f3526a01553b4ee8fc49db80e07fdd0aa5ac1a')
+
+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-11-10 18:25:19 UTC (rev 280388)
+++ extra-x86_64/PKGBUILD	2016-11-10 18:25:27 UTC (rev 280389)
@@ -1,37 +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=katomic
-pkgver=16.08.2
-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-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-katomic')
-replaces=('kdegames-katomic')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/katomic-${pkgver}.tar.xz")
-sha1sums=('68d05ae161418b2bcc398e1d08de03783e5e0f71')
-
-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
-}

Copied: katomic/repos/extra-x86_64/PKGBUILD (from rev 280388, katomic/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-11-10 18:25:27 UTC (rev 280389)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=katomic
+pkgver=16.08.3
+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-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-katomic')
+replaces=('kdegames-katomic')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/katomic-${pkgver}.tar.xz")
+sha1sums=('b8f3526a01553b4ee8fc49db80e07fdd0aa5ac1a')
+
+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