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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:16:04
  Author: arojas
Revision: 265332

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:15:48 UTC (rev 265331)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:16:04 UTC (rev 265332)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=katomic
-pkgver=16.03.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-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-katomic')
-replaces=('kdegames-katomic')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/katomic-${pkgver}.tar.xz";)
-sha1sums=('64584228a2953c719f68e5ace2ecf525eaf1c571')
-
-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/kde-unstable-i686/PKGBUILD (from rev 265331, 
katomic/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:16:04 UTC (rev 265332)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=katomic
+pkgver=16.04.0
+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')
+install=${pkgname}.install
+conflicts=('kdegames-katomic')
+replaces=('kdegames-katomic')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/katomic-${pkgver}.tar.xz";)
+sha1sums=('aead25bb9d0b10eb280091c19fad8d2839a4261c')
+
+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: kde-unstable-i686/katomic.install
===
--- kde-unstable-i686/katomic.install   2016-04-19 12:15:48 UTC (rev 265331)
+++ kde-unstable-i686/katomic.install   2016-04-19 12:16:04 UTC (rev 265332)
@@ -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/kde-unstable-i686/katomic.install (from rev 265331, 
katomic/trunk/katomic.install)
===
--- kde-unstable-i686/katomic.install   (rev 0)
+++ kde-unstable-i686/katomic.install   2016-04-19 12:16:04 UTC (rev 265332)
@@ -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/PKGBUILD2016-04-19 12:15:48 UTC (rev 265331)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:16:04 UTC (rev 265332)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarp

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:00:56
  Author: arojas
Revision: 264094

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:00:30 UTC (rev 264093)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:00:56 UTC (rev 264094)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=katomic
-pkgver=16.03.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-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-katomic')
-replaces=('kdegames-katomic')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/katomic-${pkgver}.tar.xz";)
-sha1sums=('802168839e09d2266bdff3b4adacadb175130759')
-
-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/kde-unstable-i686/PKGBUILD (from rev 264093, 
katomic/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:00:56 UTC (rev 264094)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=katomic
+pkgver=16.03.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-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-katomic')
+replaces=('kdegames-katomic')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/katomic-${pkgver}.tar.xz";)
+sha1sums=('64584228a2953c719f68e5ace2ecf525eaf1c571')
+
+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: kde-unstable-i686/katomic.install
===
--- kde-unstable-i686/katomic.install   2016-04-08 07:00:30 UTC (rev 264093)
+++ kde-unstable-i686/katomic.install   2016-04-08 07:00:56 UTC (rev 264094)
@@ -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/kde-unstable-i686/katomic.install (from rev 264093, 
katomic/kde-unstable/katomic.install)
===
--- kde-unstable-i686/katomic.install   (rev 0)
+++ kde-unstable-i686/katomic.install   2016-04-08 07:00:56 UTC (rev 264094)
@@ -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/PKGBUILD2016-04-08 07:00:30 UTC (rev 264093)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:00:56 UTC (rev 264094)
@@ -1,35 +0,0 @@
-# $Id$
-# M

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

2016-03-15 Thread Antonio Rojas
Date: Tuesday, March 15, 2016 @ 11:57:20
  Author: arojas
Revision: 261562

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

Added:
  katomic/repos/extra-i686/PKGBUILD
(from rev 261561, katomic/trunk/PKGBUILD)
  katomic/repos/extra-i686/katomic.install
(from rev 261561, katomic/trunk/katomic.install)
  katomic/repos/extra-x86_64/PKGBUILD
(from rev 261561, katomic/trunk/PKGBUILD)
  katomic/repos/extra-x86_64/katomic.install
(from rev 261561, 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 2016-03-15 10:57:05 UTC (rev 261561)
+++ extra-i686/PKGBUILD 2016-03-15 10:57:20 UTC (rev 261562)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=katomic
-pkgver=15.12.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')
-install=${pkgname}.install
-conflicts=('kdegames-katomic')
-replaces=('kdegames-katomic')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/katomic-${pkgver}.tar.xz";)
-sha1sums=('41d03fc05a296db77d9ec1cf1cf5076a11568f11')
-
-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 261561, 
katomic/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-15 10:57:20 UTC (rev 261562)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=katomic
+pkgver=15.12.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')
+install=${pkgname}.install
+conflicts=('kdegames-katomic')
+replaces=('kdegames-katomic')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/katomic-${pkgver}.tar.xz";)
+sha1sums=('27d8cf274aacd220df857a937516a7d0cc857ce3')
+
+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  2016-03-15 10:57:05 UTC (rev 261561)
+++ extra-i686/katomic.install  2016-03-15 10:57:20 UTC (rev 261562)
@@ -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 261561, 
katomic/trunk/katomic.install)
===
--- extra-i686/katomic.install  (rev 0)
+++ extra-i686/katomic.install  2016-03-15 10:57:20 UTC (rev 261562)
@@ -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   2016-03-15 10:57:05 UTC (rev 261561)
+++ extra-x86_64/PKGBUILD   2016-03-15 10:57:20 UTC (rev 261562)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=katomic
-pkgver=15.12.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' 'F

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

2016-01-11 Thread Antonio Rojas
Date: Tuesday, January 12, 2016 @ 08:57:54
  Author: arojas
Revision: 258039

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

Added:
  katomic/repos/extra-i686/PKGBUILD
(from rev 258038, katomic/trunk/PKGBUILD)
  katomic/repos/extra-i686/katomic.install
(from rev 258038, katomic/trunk/katomic.install)
  katomic/repos/extra-x86_64/PKGBUILD
(from rev 258038, katomic/trunk/PKGBUILD)
  katomic/repos/extra-x86_64/katomic.install
(from rev 258038, 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 2016-01-12 07:57:34 UTC (rev 258038)
+++ extra-i686/PKGBUILD 2016-01-12 07:57:54 UTC (rev 258039)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=katomic
-pkgver=15.12.0
-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')
-install=${pkgname}.install
-conflicts=('kdegames-katomic')
-replaces=('kdegames-katomic')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/katomic-${pkgver}.tar.xz";)
-sha1sums=('abb7b462ee2f0db50ab3ae1f5f134e0ab64987c0')
-
-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 258038, 
katomic/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-12 07:57:54 UTC (rev 258039)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=katomic
+pkgver=15.12.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' 'hicolor-icon-theme')
+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=('50487d19712b874558ba265fe438dc11f9e7e810')
+
+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  2016-01-12 07:57:34 UTC (rev 258038)
+++ extra-i686/katomic.install  2016-01-12 07:57:54 UTC (rev 258039)
@@ -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 258038, 
katomic/trunk/katomic.install)
===
--- extra-i686/katomic.install  (rev 0)
+++ extra-i686/katomic.install  2016-01-12 07:57:54 UTC (rev 258039)
@@ -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   2016-01-12 07:57:34 UTC (rev 258038)
+++ extra-x86_64/PKGBUILD   2016-01-12 07:57:54 UTC (rev 258039)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=katomic
-pkgver=15.12.0
-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' 

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

2015-12-15 Thread Antonio Rojas
Date: Wednesday, December 16, 2015 @ 08:50:03
  Author: arojas
Revision: 256358

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-16 07:49:42 UTC (rev 256357)
+++ kde-unstable-i686/PKGBUILD  2015-12-16 07:50:03 UTC (rev 256358)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=katomic
-pkgver=15.11.90
-pkgrel=2
-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')
-install=${pkgname}.install
-conflicts=('kdegames-katomic')
-replaces=('kdegames-katomic')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/katomic-${pkgver}.tar.xz";)
-sha1sums=('dba9e2a2de36921d70c2b35278a8636f00db6ae8')
-
-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/kde-unstable-i686/PKGBUILD (from rev 256357, 
katomic/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-16 07:50:03 UTC (rev 256358)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=katomic
+pkgver=15.12.0
+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')
+install=${pkgname}.install
+conflicts=('kdegames-katomic')
+replaces=('kdegames-katomic')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/katomic-${pkgver}.tar.xz";)
+sha1sums=('abb7b462ee2f0db50ab3ae1f5f134e0ab64987c0')
+
+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: kde-unstable-i686/katomic.install
===
--- kde-unstable-i686/katomic.install   2015-12-16 07:49:42 UTC (rev 256357)
+++ kde-unstable-i686/katomic.install   2015-12-16 07:50:03 UTC (rev 256358)
@@ -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/kde-unstable-i686/katomic.install (from rev 256357, 
katomic/trunk/katomic.install)
===
--- kde-unstable-i686/katomic.install   (rev 0)
+++ kde-unstable-i686/katomic.install   2015-12-16 07:50:03 UTC (rev 256358)
@@ -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/PKGBUILD2015-12-16 07:49:42 UTC (rev 256357)
+++ kde-unstable-x86_64/PKGBUILD2015-12-16 07:50:03 UTC (rev 256358)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea 

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:44:57
  Author: arojas
Revision: 254885

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:44:37 UTC (rev 254884)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:44:57 UTC (rev 254885)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=katomic
-pkgver=15.11.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-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-katomic')
-replaces=('kdegames-katomic')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/katomic-${pkgver}.tar.xz";)
-sha1sums=('dba9e2a2de36921d70c2b35278a8636f00db6ae8')
-
-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/kde-unstable-i686/PKGBUILD (from rev 254884, 
katomic/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:44:57 UTC (rev 254885)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=katomic
+pkgver=15.11.90
+pkgrel=2
+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')
+install=${pkgname}.install
+conflicts=('kdegames-katomic')
+replaces=('kdegames-katomic')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/katomic-${pkgver}.tar.xz";)
+sha1sums=('dba9e2a2de36921d70c2b35278a8636f00db6ae8')
+
+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: kde-unstable-i686/katomic.install
===
--- kde-unstable-i686/katomic.install   2015-12-09 07:44:37 UTC (rev 254884)
+++ kde-unstable-i686/katomic.install   2015-12-09 07:44:57 UTC (rev 254885)
@@ -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/kde-unstable-i686/katomic.install (from rev 254884, 
katomic/kde-unstable/katomic.install)
===
--- kde-unstable-i686/katomic.install   (rev 0)
+++ kde-unstable-i686/katomic.install   2015-12-09 07:44:57 UTC (rev 254885)
@@ -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/PKGBUILD2015-12-09 07:44:37 UTC (rev 254884)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:44:57 UTC (rev 254885)
@@ -1,35 +0,0 @@
-# $Id

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

2015-12-03 Thread Antonio Rojas
Date: Thursday, December 3, 2015 @ 21:24:02
  Author: arojas
Revision: 252233

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-03 20:23:38 UTC (rev 252232)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 20:24:02 UTC (rev 252233)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=katomic
-pkgver=15.11.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-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/unstable/applications/${pkgver}/src/katomic-${pkgver}.tar.xz";)
-sha1sums=('b4127b05a6ec8c99695dc9bb83877f9f32fa84ad')
-
-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/kde-unstable-i686/PKGBUILD (from rev 252232, 
katomic/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 20:24:02 UTC (rev 252233)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=katomic
+pkgver=15.11.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-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-katomic')
+replaces=('kdegames-katomic')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/katomic-${pkgver}.tar.xz";)
+sha1sums=('dba9e2a2de36921d70c2b35278a8636f00db6ae8')
+
+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: kde-unstable-i686/katomic.install
===
--- kde-unstable-i686/katomic.install   2015-12-03 20:23:38 UTC (rev 252232)
+++ kde-unstable-i686/katomic.install   2015-12-03 20:24:02 UTC (rev 252233)
@@ -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/kde-unstable-i686/katomic.install (from rev 252232, 
katomic/kde-unstable/katomic.install)
===
--- kde-unstable-i686/katomic.install   (rev 0)
+++ kde-unstable-i686/katomic.install   2015-12-03 20:24:02 UTC (rev 252233)
@@ -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/PKGBUILD2015-12-03 20:23:38 UTC (rev 252232)
+++ kde-unstable-x86_64/PKGBUILD2015-12-03 20:24:02 UTC (rev 252233)
@@ -1,35 +0,0 @@
-# $Id$
-# M

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

2015-11-09 Thread Antonio Rojas
Date: Monday, November 9, 2015 @ 22:45:45
  Author: arojas
Revision: 250372

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

Added:
  katomic/repos/extra-i686/PKGBUILD
(from rev 250371, katomic/trunk/PKGBUILD)
  katomic/repos/extra-i686/katomic.install
(from rev 250371, katomic/trunk/katomic.install)
  katomic/repos/extra-x86_64/PKGBUILD
(from rev 250371, katomic/trunk/PKGBUILD)
  katomic/repos/extra-x86_64/katomic.install
(from rev 250371, 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-11-09 21:45:22 UTC (rev 250371)
+++ extra-i686/PKGBUILD 2015-11-09 21:45:45 UTC (rev 250372)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-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
-}

Copied: katomic/repos/extra-i686/PKGBUILD (from rev 250371, 
katomic/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-09 21:45:45 UTC (rev 250372)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=katomic
+pkgver=15.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' '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=('4916367487a6eef3efd97e13e0f4ee0fa631d827')
+
+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-11-09 21:45:22 UTC (rev 250371)
+++ extra-i686/katomic.install  2015-11-09 21:45:45 UTC (rev 250372)
@@ -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 250371, 
katomic/trunk/katomic.install)
===
--- extra-i686/katomic.install  (rev 0)
+++ extra-i686/katomic.install  2015-11-09 21:45:45 UTC (rev 250372)
@@ -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-11-09 21:45:22 UTC (rev 250371)
+++ extra-x86_64/PKGBUILD   2015-11-09 21:45:45 UTC (rev 250372)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-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')
-gro

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

2015-10-13 Thread Antonio Rojas
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 
-# Contributor: Andrea Scarpino 
-
-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 
+# Contributor: Andrea Scarpino 
+
+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 
-# Contributor: Andrea Scarpino 
-
-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')
-gr

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

2015-08-18 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:46:14
  Author: arojas
Revision: 244051

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:45:52 UTC (rev 244050)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:46:14 UTC (rev 244051)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=katomic
-pkgver=15.07.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-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/unstable/applications/${pkgver}/src/katomic-${pkgver}.tar.xz";)
-sha1sums=('a5443603a3dcabb0a770f7d553861248c91fe8c2')
-
-build() {
-  mkdir 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/kde-unstable-i686/PKGBUILD (from rev 244050, 
katomic/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:46:14 UTC (rev 244051)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=katomic
+pkgver=15.08.0
+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=('666124d75d0a77126d849bb5657f5acad5a3f7d4')
+
+build() {
+  mkdir 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: kde-unstable-i686/katomic.install
===
--- kde-unstable-i686/katomic.install   2015-08-19 06:45:52 UTC (rev 244050)
+++ kde-unstable-i686/katomic.install   2015-08-19 06:46:14 UTC (rev 244051)
@@ -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/kde-unstable-i686/katomic.install (from rev 244050, 
katomic/trunk/katomic.install)
===
--- kde-unstable-i686/katomic.install   (rev 0)
+++ kde-unstable-i686/katomic.install   2015-08-19 06:46:14 UTC (rev 244051)
@@ -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/PKGBUILD2015-08-19 06:45:52 UTC (rev 244050)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:46:14 UTC (rev 244051)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgna

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

2015-08-13 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 06:56:38
  Author: arojas
Revision: 243517

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-14 04:55:36 UTC (rev 243516)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 04:56:38 UTC (rev 243517)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=katomic
-pkgver=15.07.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-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/unstable/applications/${pkgver}/src/katomic-${pkgver}.tar.xz";)
-sha1sums=('e91131e81a19cec9a1175af78167c0a536bd')
-
-build() {
-  mkdir 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/kde-unstable-i686/PKGBUILD (from rev 243516, 
katomic/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 04:56:38 UTC (rev 243517)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=katomic
+pkgver=15.07.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-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/unstable/applications/${pkgver}/src/katomic-${pkgver}.tar.xz";)
+sha1sums=('a5443603a3dcabb0a770f7d553861248c91fe8c2')
+
+build() {
+  mkdir 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: kde-unstable-i686/katomic.install
===
--- kde-unstable-i686/katomic.install   2015-08-14 04:55:36 UTC (rev 243516)
+++ kde-unstable-i686/katomic.install   2015-08-14 04:56:38 UTC (rev 243517)
@@ -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/kde-unstable-i686/katomic.install (from rev 243516, 
katomic/kde-unstable/katomic.install)
===
--- kde-unstable-i686/katomic.install   (rev 0)
+++ kde-unstable-i686/katomic.install   2015-08-14 04:56:38 UTC (rev 243517)
@@ -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/PKGBUILD2015-08-14 04:55:36 UTC (rev 243516)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 04:56:38 UTC (rev 243517)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Fel

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 22:31:33
  Author: arojas
Revision: 241542

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

Added:
  katomic/repos/extra-i686/PKGBUILD
(from rev 241541, katomic/trunk/PKGBUILD)
  katomic/repos/extra-i686/katomic.install
(from rev 241541, katomic/trunk/katomic.install)
  katomic/repos/extra-x86_64/PKGBUILD
(from rev 241541, katomic/trunk/PKGBUILD)
  katomic/repos/extra-x86_64/katomic.install
(from rev 241541, 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-06-30 20:31:18 UTC (rev 241541)
+++ extra-i686/PKGBUILD 2015-06-30 20:31:33 UTC (rev 241542)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=katomic
-pkgver=15.04.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=('48dd50982f4ff8747492261fb8a43ff470f1c000')
-
-build() {
-  mkdir 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 241541, 
katomic/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 20:31:33 UTC (rev 241542)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=katomic
+pkgver=15.04.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' '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=('17762a7b52911e0e2382d65a38c70c1a57439ba5')
+
+build() {
+  mkdir 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-06-30 20:31:18 UTC (rev 241541)
+++ extra-i686/katomic.install  2015-06-30 20:31:33 UTC (rev 241542)
@@ -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 241541, 
katomic/trunk/katomic.install)
===
--- extra-i686/katomic.install  (rev 0)
+++ extra-i686/katomic.install  2015-06-30 20:31:33 UTC (rev 241542)
@@ -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-06-30 20:31:18 UTC (rev 241541)
+++ extra-x86_64/PKGBUILD   2015-06-30 20:31:33 UTC (rev 241542)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=katomic
-pkgver=15.04.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=('kd

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

2015-06-02 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 09:01:33
  Author: arojas
Revision: 240071

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

Added:
  katomic/repos/extra-i686/PKGBUILD
(from rev 240070, katomic/trunk/PKGBUILD)
  katomic/repos/extra-i686/katomic.install
(from rev 240070, katomic/trunk/katomic.install)
  katomic/repos/extra-x86_64/PKGBUILD
(from rev 240070, katomic/trunk/PKGBUILD)
  katomic/repos/extra-x86_64/katomic.install
(from rev 240070, 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-06-02 07:01:18 UTC (rev 240070)
+++ extra-i686/PKGBUILD 2015-06-02 07:01:33 UTC (rev 240071)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=katomic
-pkgver=15.04.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=('e1a8087767fc467c3bb0ad41a56dcc0e82a46446')
-
-build() {
-  mkdir 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 240070, 
katomic/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 07:01:33 UTC (rev 240071)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=katomic
+pkgver=15.04.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=('48dd50982f4ff8747492261fb8a43ff470f1c000')
+
+build() {
+  mkdir 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-06-02 07:01:18 UTC (rev 240070)
+++ extra-i686/katomic.install  2015-06-02 07:01:33 UTC (rev 240071)
@@ -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 240070, 
katomic/trunk/katomic.install)
===
--- extra-i686/katomic.install  (rev 0)
+++ extra-i686/katomic.install  2015-06-02 07:01:33 UTC (rev 240071)
@@ -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-06-02 07:01:18 UTC (rev 240070)
+++ extra-x86_64/PKGBUILD   2015-06-02 07:01:33 UTC (rev 240071)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=katomic
-pkgver=15.04.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

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:43:45
  Author: arojas
Revision: 239040

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

Added:
  katomic/repos/extra-i686/PKGBUILD
(from rev 239039, katomic/trunk/PKGBUILD)
  katomic/repos/extra-i686/katomic.install
(from rev 239039, katomic/trunk/katomic.install)
  katomic/repos/extra-x86_64/PKGBUILD
(from rev 239039, katomic/trunk/PKGBUILD)
  katomic/repos/extra-x86_64/katomic.install
(from rev 239039, 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-05-12 07:43:17 UTC (rev 239039)
+++ extra-i686/PKGBUILD 2015-05-12 07:43:45 UTC (rev 239040)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=katomic
-pkgver=15.04.0
-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=('da59c0b8f2b6fd88325167ae77e5fcd770cff4b2')
-
-build() {
-  mkdir 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 239039, 
katomic/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:43:45 UTC (rev 239040)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=katomic
+pkgver=15.04.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=('e1a8087767fc467c3bb0ad41a56dcc0e82a46446')
+
+build() {
+  mkdir 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-05-12 07:43:17 UTC (rev 239039)
+++ extra-i686/katomic.install  2015-05-12 07:43:45 UTC (rev 239040)
@@ -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 239039, 
katomic/trunk/katomic.install)
===
--- extra-i686/katomic.install  (rev 0)
+++ extra-i686/katomic.install  2015-05-12 07:43:45 UTC (rev 239040)
@@ -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-05-12 07:43:17 UTC (rev 239039)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:43:45 UTC (rev 239040)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=katomic
-pkgver=15.04.0
-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

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

2015-03-27 Thread Antonio Rojas
Date: Friday, March 27, 2015 @ 09:42:05
  Author: arojas
Revision: 235070

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-27 08:41:42 UTC (rev 235069)
+++ kde-unstable-i686/PKGBUILD  2015-03-27 08:42:05 UTC (rev 235070)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=katomic
-pkgver=15.03.95
-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')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-katomic')
-replaces=('kdegames-katomic')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/katomic-${pkgver}.tar.xz";)
-sha1sums=('69c0ec2bfc61a32418394d9cfa459ace293c5600')
-
-build() {
-  mkdir 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/kde-unstable-i686/PKGBUILD (from rev 235069, 
katomic/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-27 08:42:05 UTC (rev 235070)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=katomic
+pkgver=15.03.97
+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/unstable/applications/${pkgver}/src/katomic-${pkgver}.tar.xz";)
+sha1sums=('7e244de31019a74610765aa2013c33384117bd0f')
+
+build() {
+  mkdir 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: kde-unstable-i686/katomic.install
===
--- kde-unstable-i686/katomic.install   2015-03-27 08:41:42 UTC (rev 235069)
+++ kde-unstable-i686/katomic.install   2015-03-27 08:42:05 UTC (rev 235070)
@@ -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/kde-unstable-i686/katomic.install (from rev 235069, 
katomic/kde-unstable/katomic.install)
===
--- kde-unstable-i686/katomic.install   (rev 0)
+++ kde-unstable-i686/katomic.install   2015-03-27 08:42:05 UTC (rev 235070)
@@ -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/PKGBUILD2015-03-27 08:41:42 UTC (rev 235069)
+++ kde-unstable-x86_64/PKGBUILD2015-03-27 08:42:05 UTC (rev 235070)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contri

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

2015-03-20 Thread Antonio Rojas
Date: Friday, March 20, 2015 @ 22:47:01
  Author: arojas
Revision: 234317

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 21:45:46 UTC (rev 234316)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 21:47:01 UTC (rev 234317)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=katomic
-pkgver=15.03.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=('libkdegames')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-katomic')
-replaces=('kdegames-katomic')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/katomic-${pkgver}.tar.xz";)
-sha1sums=('2656707c7b5d3499bfdeb591a8fc7ecd968319ad')
-
-build() {
-  mkdir 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/kde-unstable-i686/PKGBUILD (from rev 234316, 
katomic/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 21:47:01 UTC (rev 234317)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=katomic
+pkgver=15.03.95
+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')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-katomic')
+replaces=('kdegames-katomic')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/katomic-${pkgver}.tar.xz";)
+sha1sums=('69c0ec2bfc61a32418394d9cfa459ace293c5600')
+
+build() {
+  mkdir 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: kde-unstable-i686/katomic.install
===
--- kde-unstable-i686/katomic.install   2015-03-20 21:45:46 UTC (rev 234316)
+++ kde-unstable-i686/katomic.install   2015-03-20 21:47:01 UTC (rev 234317)
@@ -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/kde-unstable-i686/katomic.install (from rev 234316, 
katomic/kde-unstable/katomic.install)
===
--- kde-unstable-i686/katomic.install   (rev 0)
+++ kde-unstable-i686/katomic.install   2015-03-20 21:47:01 UTC (rev 234317)
@@ -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/PKGBUILD2015-03-20 21:45:46 UTC (rev 234316)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 21:47:01 UTC (rev 234317)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pk