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

Antonio Rojas arojas at archlinux.org
Fri Apr 8 06:50:25 UTC 2016


    Date: Friday, April 8, 2016 @ 08:50:25
  Author: arojas
Revision: 264071

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

Added:
  kdeedu-kalzium/repos/kde-unstable-i686/PKGBUILD
    (from rev 264070, kdeedu-kalzium/kde-unstable/PKGBUILD)
  kdeedu-kalzium/repos/kde-unstable-i686/kdeedu-kalzium.install
    (from rev 264070, kdeedu-kalzium/kde-unstable/kdeedu-kalzium.install)
  kdeedu-kalzium/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 264070, kdeedu-kalzium/kde-unstable/PKGBUILD)
  kdeedu-kalzium/repos/kde-unstable-x86_64/kdeedu-kalzium.install
    (from rev 264070, kdeedu-kalzium/kde-unstable/kdeedu-kalzium.install)
Deleted:
  kdeedu-kalzium/repos/kde-unstable-i686/PKGBUILD
  kdeedu-kalzium/repos/kde-unstable-i686/kdeedu-kalzium.install
  kdeedu-kalzium/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-kalzium/repos/kde-unstable-x86_64/kdeedu-kalzium.install

--------------------------------------------+
 /PKGBUILD                                  |   64 +++++++++++++++++++++++++++
 /kdeedu-kalzium.install                    |   24 ++++++++++
 kde-unstable-i686/PKGBUILD                 |   32 -------------
 kde-unstable-i686/kdeedu-kalzium.install   |   12 -----
 kde-unstable-x86_64/PKGBUILD               |   32 -------------
 kde-unstable-x86_64/kdeedu-kalzium.install |   12 -----
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2016-04-08 06:50:05 UTC (rev 264070)
+++ kde-unstable-i686/PKGBUILD	2016-04-08 06:50:25 UTC (rev 264071)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeedu-kalzium
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="Periodic Table of Elements"
-url="http://kde.org/applications/education/kalzium/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kdebase-runtime' 'avogadro' 'ocaml' 'chemical-mime-data')
-makedepends=('cmake' 'automoc4' 'mesa' 'eigen' 'eigen2' 'facile')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kalzium-${pkgver}.tar.xz")
-sha1sums=('876d3be7b05a33c8b7fd5915495497194a503044')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kalzium-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-kalzium/repos/kde-unstable-i686/PKGBUILD (from rev 264070, kdeedu-kalzium/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-04-08 06:50:25 UTC (rev 264071)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-kalzium
+pkgver=16.03.90
+pkgrel=1
+pkgdesc="Periodic Table of Elements"
+url="http://kde.org/applications/education/kalzium/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kdebase-runtime' 'avogadro' 'ocaml' 'chemical-mime-data')
+makedepends=('cmake' 'automoc4' 'mesa' 'eigen' 'eigen2' 'facile')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kalzium-${pkgver}.tar.xz")
+sha1sums=('b35f28fb32d99a663eee11790eeee21a144e42e0')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kalzium-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdeedu-kalzium.install
===================================================================
--- kde-unstable-i686/kdeedu-kalzium.install	2016-04-08 06:50:05 UTC (rev 264070)
+++ kde-unstable-i686/kdeedu-kalzium.install	2016-04-08 06:50:25 UTC (rev 264071)
@@ -1,12 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kdeedu-kalzium/repos/kde-unstable-i686/kdeedu-kalzium.install (from rev 264070, kdeedu-kalzium/kde-unstable/kdeedu-kalzium.install)
===================================================================
--- kde-unstable-i686/kdeedu-kalzium.install	                        (rev 0)
+++ kde-unstable-i686/kdeedu-kalzium.install	2016-04-08 06:50:25 UTC (rev 264071)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2016-04-08 06:50:05 UTC (rev 264070)
+++ kde-unstable-x86_64/PKGBUILD	2016-04-08 06:50:25 UTC (rev 264071)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeedu-kalzium
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="Periodic Table of Elements"
-url="http://kde.org/applications/education/kalzium/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kdebase-runtime' 'avogadro' 'ocaml' 'chemical-mime-data')
-makedepends=('cmake' 'automoc4' 'mesa' 'eigen' 'eigen2' 'facile')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kalzium-${pkgver}.tar.xz")
-sha1sums=('876d3be7b05a33c8b7fd5915495497194a503044')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kalzium-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-kalzium/repos/kde-unstable-x86_64/PKGBUILD (from rev 264070, kdeedu-kalzium/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-04-08 06:50:25 UTC (rev 264071)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-kalzium
+pkgver=16.03.90
+pkgrel=1
+pkgdesc="Periodic Table of Elements"
+url="http://kde.org/applications/education/kalzium/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kdebase-runtime' 'avogadro' 'ocaml' 'chemical-mime-data')
+makedepends=('cmake' 'automoc4' 'mesa' 'eigen' 'eigen2' 'facile')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kalzium-${pkgver}.tar.xz")
+sha1sums=('b35f28fb32d99a663eee11790eeee21a144e42e0')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kalzium-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/kdeedu-kalzium.install
===================================================================
--- kde-unstable-x86_64/kdeedu-kalzium.install	2016-04-08 06:50:05 UTC (rev 264070)
+++ kde-unstable-x86_64/kdeedu-kalzium.install	2016-04-08 06:50:25 UTC (rev 264071)
@@ -1,12 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kdeedu-kalzium/repos/kde-unstable-x86_64/kdeedu-kalzium.install (from rev 264070, kdeedu-kalzium/kde-unstable/kdeedu-kalzium.install)
===================================================================
--- kde-unstable-x86_64/kdeedu-kalzium.install	                        (rev 0)
+++ kde-unstable-x86_64/kdeedu-kalzium.install	2016-04-08 06:50:25 UTC (rev 264071)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}



More information about the arch-commits mailing list