Date: Tuesday, October 13, 2015 @ 09:27:30
  Author: arojas
Revision: 249049

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

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

------------------------------+
 /PKGBUILD                    |   70 +++++++++++++++++++++++++++++++++++++++++
 /katomic.install             |   22 ++++++++++++
 extra-i686/PKGBUILD          |   35 --------------------
 extra-i686/katomic.install   |   11 ------
 extra-x86_64/PKGBUILD        |   35 --------------------
 extra-x86_64/katomic.install |   11 ------
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2015-10-13 07:27:09 UTC (rev 249048)
+++ extra-i686/PKGBUILD 2015-10-13 07:27:30 UTC (rev 249049)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonm...@archlinux.org>
-# Contributor: Andrea Scarpino <and...@archlinux.org>
-
-pkgname=katomic
-pkgver=15.08.1
-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' 'knotifyconfig')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-katomic')
-replaces=('kdegames-katomic')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/katomic-${pkgver}.tar.xz";)
-sha1sums=('7220842e0c9c6adb76840d6060e8c988d09d861e')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../katomic-${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: katomic/repos/extra-i686/PKGBUILD (from rev 249048, 
katomic/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD                         (rev 0)
+++ extra-i686/PKGBUILD 2015-10-13 07:27:30 UTC (rev 249049)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=katomic
+pkgver=15.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' 'knotifyconfig')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-katomic')
+replaces=('kdegames-katomic')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/katomic-${pkgver}.tar.xz";)
+sha1sums=('18eaa90141c850892fdc8a4624b9bc6e1a4b0c11')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../katomic-${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/katomic.install
===================================================================
--- extra-i686/katomic.install  2015-10-13 07:27:09 UTC (rev 249048)
+++ extra-i686/katomic.install  2015-10-13 07:27:30 UTC (rev 249049)
@@ -1,11 +0,0 @@
-post_install() {
-       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-       post_install
-}
-
-post_remove() {
-       post_install
-}

Copied: katomic/repos/extra-i686/katomic.install (from rev 249048, 
katomic/trunk/katomic.install)
===================================================================
--- extra-i686/katomic.install                          (rev 0)
+++ extra-i686/katomic.install  2015-10-13 07:27:30 UTC (rev 249049)
@@ -0,0 +1,11 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD       2015-10-13 07:27:09 UTC (rev 249048)
+++ extra-x86_64/PKGBUILD       2015-10-13 07:27:30 UTC (rev 249049)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonm...@archlinux.org>
-# Contributor: Andrea Scarpino <and...@archlinux.org>
-
-pkgname=katomic
-pkgver=15.08.1
-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' 'knotifyconfig')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-katomic')
-replaces=('kdegames-katomic')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/katomic-${pkgver}.tar.xz";)
-sha1sums=('7220842e0c9c6adb76840d6060e8c988d09d861e')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../katomic-${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: katomic/repos/extra-x86_64/PKGBUILD (from rev 249048, 
katomic/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD                               (rev 0)
+++ extra-x86_64/PKGBUILD       2015-10-13 07:27:30 UTC (rev 249049)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=katomic
+pkgver=15.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' 'knotifyconfig')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-katomic')
+replaces=('kdegames-katomic')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/katomic-${pkgver}.tar.xz";)
+sha1sums=('18eaa90141c850892fdc8a4624b9bc6e1a4b0c11')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../katomic-${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/katomic.install
===================================================================
--- extra-x86_64/katomic.install        2015-10-13 07:27:09 UTC (rev 249048)
+++ extra-x86_64/katomic.install        2015-10-13 07:27:30 UTC (rev 249049)
@@ -1,11 +0,0 @@
-post_install() {
-       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-       post_install
-}
-
-post_remove() {
-       post_install
-}

Copied: katomic/repos/extra-x86_64/katomic.install (from rev 249048, 
katomic/trunk/katomic.install)
===================================================================
--- extra-x86_64/katomic.install                                (rev 0)
+++ extra-x86_64/katomic.install        2015-10-13 07:27:30 UTC (rev 249049)
@@ -0,0 +1,11 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Reply via email to