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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Wed May 14 20:11:08 UTC 2014


    Date: Wednesday, May 14, 2014 @ 22:11:08
  Author: svenstaro
Revision: 212737

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

Added:
  kdeutils-kcalc/repos/testing-i686/
  kdeutils-kcalc/repos/testing-i686/PKGBUILD
    (from rev 212736, kdeutils-kcalc/trunk/PKGBUILD)
  kdeutils-kcalc/repos/testing-i686/kdeutils-kcalc.install
    (from rev 212736, kdeutils-kcalc/trunk/kdeutils-kcalc.install)
  kdeutils-kcalc/repos/testing-x86_64/
  kdeutils-kcalc/repos/testing-x86_64/PKGBUILD
    (from rev 212736, kdeutils-kcalc/trunk/PKGBUILD)
  kdeutils-kcalc/repos/testing-x86_64/kdeutils-kcalc.install
    (from rev 212736, 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 212736, kdeutils-kcalc/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-05-14 20:11:08 UTC (rev 212737)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-kcalc
+pkgver=4.13.1
+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=('0929e3ff801c592a15920612cdfe146a542800f2')
+
+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 212736, kdeutils-kcalc/trunk/kdeutils-kcalc.install)
===================================================================
--- testing-i686/kdeutils-kcalc.install	                        (rev 0)
+++ testing-i686/kdeutils-kcalc.install	2014-05-14 20:11:08 UTC (rev 212737)
@@ -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 212736, kdeutils-kcalc/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-05-14 20:11:08 UTC (rev 212737)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-kcalc
+pkgver=4.13.1
+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=('0929e3ff801c592a15920612cdfe146a542800f2')
+
+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 212736, kdeutils-kcalc/trunk/kdeutils-kcalc.install)
===================================================================
--- testing-x86_64/kdeutils-kcalc.install	                        (rev 0)
+++ testing-x86_64/kdeutils-kcalc.install	2014-05-14 20:11:08 UTC (rev 212737)
@@ -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