[arch-commits] Commit in kdeutils-kcalc/repos (6 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Wed Apr 16 14:16:06 UTC 2014


    Date: Wednesday, April 16, 2014 @ 16:16:05
  Author: andrea
Revision: 210783

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

Added:
  kdeutils-kcalc/repos/testing-i686/
  kdeutils-kcalc/repos/testing-i686/PKGBUILD
    (from rev 210782, kdeutils-kcalc/trunk/PKGBUILD)
  kdeutils-kcalc/repos/testing-i686/kdeutils-kcalc.install
    (from rev 210782, kdeutils-kcalc/trunk/kdeutils-kcalc.install)
  kdeutils-kcalc/repos/testing-x86_64/
  kdeutils-kcalc/repos/testing-x86_64/PKGBUILD
    (from rev 210782, kdeutils-kcalc/trunk/PKGBUILD)
  kdeutils-kcalc/repos/testing-x86_64/kdeutils-kcalc.install
    (from rev 210782, kdeutils-kcalc/trunk/kdeutils-kcalc.install)

---------------------------------------+
 testing-i686/PKGBUILD                 |   32 ++++++++++++++++++++++++++++++++
 testing-i686/kdeutils-kcalc.install   |   11 +++++++++++
 testing-x86_64/PKGBUILD               |   32 ++++++++++++++++++++++++++++++++
 testing-x86_64/kdeutils-kcalc.install |   11 +++++++++++
 4 files changed, 86 insertions(+)

Copied: kdeutils-kcalc/repos/testing-i686/PKGBUILD (from rev 210782, kdeutils-kcalc/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-04-16 14:16:05 UTC (rev 210783)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-kcalc
+pkgver=4.13.0
+pkgrel=1
+pkgdesc='Scientific Calculator'
+url='http://kde.org/applications/utilities/kcalc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kcalc-${pkgver}.tar.xz")
+sha1sums=('5c07e99fc7d6fdaadb8db6e2127b76081d44159b')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kcalc-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-kcalc/repos/testing-i686/kdeutils-kcalc.install (from rev 210782, kdeutils-kcalc/trunk/kdeutils-kcalc.install)
===================================================================
--- testing-i686/kdeutils-kcalc.install	                        (rev 0)
+++ testing-i686/kdeutils-kcalc.install	2014-04-16 14:16:05 UTC (rev 210783)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: kdeutils-kcalc/repos/testing-x86_64/PKGBUILD (from rev 210782, kdeutils-kcalc/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-04-16 14:16:05 UTC (rev 210783)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-kcalc
+pkgver=4.13.0
+pkgrel=1
+pkgdesc='Scientific Calculator'
+url='http://kde.org/applications/utilities/kcalc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kcalc-${pkgver}.tar.xz")
+sha1sums=('5c07e99fc7d6fdaadb8db6e2127b76081d44159b')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kcalc-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-kcalc/repos/testing-x86_64/kdeutils-kcalc.install (from rev 210782, kdeutils-kcalc/trunk/kdeutils-kcalc.install)
===================================================================
--- testing-x86_64/kdeutils-kcalc.install	                        (rev 0)
+++ testing-x86_64/kdeutils-kcalc.install	2014-04-16 14:16:05 UTC (rev 210783)
@@ -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