[arch-commits] Commit in kdeutils-kcalc/repos (6 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sat Aug 16 20:21:44 UTC 2014
Date: Saturday, August 16, 2014 @ 22:21:43
Author: svenstaro
Revision: 220092
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
kdeutils-kcalc/repos/testing-i686/
kdeutils-kcalc/repos/testing-i686/PKGBUILD
(from rev 220091, kdeutils-kcalc/trunk/PKGBUILD)
kdeutils-kcalc/repos/testing-i686/kdeutils-kcalc.install
(from rev 220091, kdeutils-kcalc/trunk/kdeutils-kcalc.install)
kdeutils-kcalc/repos/testing-x86_64/
kdeutils-kcalc/repos/testing-x86_64/PKGBUILD
(from rev 220091, kdeutils-kcalc/trunk/PKGBUILD)
kdeutils-kcalc/repos/testing-x86_64/kdeutils-kcalc.install
(from rev 220091, 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 220091, kdeutils-kcalc/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2014-08-16 20:21:43 UTC (rev 220092)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-kcalc
+pkgver=4.14.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=('8f8d95e11162f9156fac16fa72eddd1f1ac3e642')
+
+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 220091, kdeutils-kcalc/trunk/kdeutils-kcalc.install)
===================================================================
--- testing-i686/kdeutils-kcalc.install (rev 0)
+++ testing-i686/kdeutils-kcalc.install 2014-08-16 20:21:43 UTC (rev 220092)
@@ -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 220091, kdeutils-kcalc/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-08-16 20:21:43 UTC (rev 220092)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-kcalc
+pkgver=4.14.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=('8f8d95e11162f9156fac16fa72eddd1f1ac3e642')
+
+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 220091, kdeutils-kcalc/trunk/kdeutils-kcalc.install)
===================================================================
--- testing-x86_64/kdeutils-kcalc.install (rev 0)
+++ testing-x86_64/kdeutils-kcalc.install 2014-08-16 20:21:43 UTC (rev 220092)
@@ -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