[arch-commits] Commit in kdeedu-kalzium/repos/extra-x86_64 (4 files)
Andrea Scarpino
andrea at archlinux.org
Mon Mar 12 09:20:04 UTC 2012
Date: Monday, March 12, 2012 @ 05:20:04
Author: andrea
Revision: 153134
archrelease: copy trunk to extra-x86_64
Added:
kdeedu-kalzium/repos/extra-x86_64/PKGBUILD
(from rev 153133, kdeedu-kalzium/trunk/PKGBUILD)
kdeedu-kalzium/repos/extra-x86_64/kdeedu-kalzium.install
(from rev 153133, kdeedu-kalzium/trunk/kdeedu-kalzium.install)
Deleted:
kdeedu-kalzium/repos/extra-x86_64/PKGBUILD
kdeedu-kalzium/repos/extra-x86_64/kdeedu-kalzium.install
------------------------+
PKGBUILD | 62 +++++++++++++++++++++++------------------------
kdeedu-kalzium.install | 22 ++++++++--------
2 files changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2012-03-12 09:19:49 UTC (rev 153133)
+++ PKGBUILD 2012-03-12 09:20:04 UTC (rev 153134)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeedu-kalzium
-pkgver=4.8.1
-pkgrel=1
-pkgdesc="Periodic Table of Elements"
-url="http://kde.org/applications/education/kalzium/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdelibs' 'avogadro' 'ocaml' 'facile')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/xz/kalzium-${pkgver}.tar.xz")
-sha1sums=('914072b8a324e6966528e0047ea50c2a52736051')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../kalzium-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd "${srcdir}"/build
- make DESTDIR="${pkgdir}" install
-}
Copied: kdeedu-kalzium/repos/extra-x86_64/PKGBUILD (from rev 153133, kdeedu-kalzium/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2012-03-12 09:20:04 UTC (rev 153134)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-kalzium
+pkgver=4.8.1
+pkgrel=1
+pkgdesc="Periodic Table of Elements"
+url="http://kde.org/applications/education/kalzium/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdelibs' 'avogadro' 'ocaml' 'facile')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz")
+sha1sums=('914072b8a324e6966528e0047ea50c2a52736051')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../kalzium-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: kdeedu-kalzium.install
===================================================================
--- kdeedu-kalzium.install 2012-03-12 09:19:49 UTC (rev 153133)
+++ kdeedu-kalzium.install 2012-03-12 09:20:04 UTC (rev 153134)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kdeedu-kalzium/repos/extra-x86_64/kdeedu-kalzium.install (from rev 153133, kdeedu-kalzium/trunk/kdeedu-kalzium.install)
===================================================================
--- kdeedu-kalzium.install (rev 0)
+++ kdeedu-kalzium.install 2012-03-12 09:20:04 UTC (rev 153134)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list