[arch-commits] Commit in kdeutils-kcalc/repos (8 files)
Andrea Scarpino
andrea at archlinux.org
Thu Dec 20 09:39:53 UTC 2012
Date: Thursday, December 20, 2012 @ 04:39:53
Author: andrea
Revision: 173634
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdeutils-kcalc/repos/kde-unstable-i686/PKGBUILD
(from rev 173633, kdeutils-kcalc/kde-unstable/PKGBUILD)
kdeutils-kcalc/repos/kde-unstable-i686/kdeutils-kcalc.install
(from rev 173633, kdeutils-kcalc/kde-unstable/kdeutils-kcalc.install)
kdeutils-kcalc/repos/kde-unstable-x86_64/PKGBUILD
(from rev 173633, kdeutils-kcalc/kde-unstable/PKGBUILD)
kdeutils-kcalc/repos/kde-unstable-x86_64/kdeutils-kcalc.install
(from rev 173633, kdeutils-kcalc/kde-unstable/kdeutils-kcalc.install)
Deleted:
kdeutils-kcalc/repos/kde-unstable-i686/PKGBUILD
kdeutils-kcalc/repos/kde-unstable-i686/kdeutils-kcalc.install
kdeutils-kcalc/repos/kde-unstable-x86_64/PKGBUILD
kdeutils-kcalc/repos/kde-unstable-x86_64/kdeutils-kcalc.install
--------------------------------------------+
kde-unstable-i686/PKGBUILD | 66 +++++++++++++--------------
kde-unstable-i686/kdeutils-kcalc.install | 22 ++++-----
kde-unstable-x86_64/PKGBUILD | 66 +++++++++++++--------------
kde-unstable-x86_64/kdeutils-kcalc.install | 22 ++++-----
4 files changed, 88 insertions(+), 88 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2012-12-20 09:39:22 UTC (rev 173633)
+++ kde-unstable-i686/PKGBUILD 2012-12-20 09:39:53 UTC (rev 173634)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeutils-kcalc
-pkgver=4.9.90
-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/unstable/${pkgver}/src/kcalc-${pkgver}.tar.xz")
-sha1sums=('2b9c3ab04a8ceba7506056c8b91b2e1e732264ad')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../kcalc-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd $srcdir/build
- make DESTDIR=$pkgdir install
- cd $srcdir/build/doc
- make DESTDIR=$pkgdir install
-}
Copied: kdeutils-kcalc/repos/kde-unstable-i686/PKGBUILD (from rev 173633, kdeutils-kcalc/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2012-12-20 09:39:53 UTC (rev 173634)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-kcalc
+pkgver=4.9.95
+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/unstable/${pkgver}/src/kcalc-${pkgver}.tar.xz")
+sha1sums=('1fe95e99e32b5fdd9280849c2fde5389c1650678')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../kcalc-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd $srcdir/build
+ make DESTDIR=$pkgdir install
+ cd $srcdir/build/doc
+ make DESTDIR=$pkgdir install
+}
Deleted: kde-unstable-i686/kdeutils-kcalc.install
===================================================================
--- kde-unstable-i686/kdeutils-kcalc.install 2012-12-20 09:39:22 UTC (rev 173633)
+++ kde-unstable-i686/kdeutils-kcalc.install 2012-12-20 09:39:53 UTC (rev 173634)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kdeutils-kcalc/repos/kde-unstable-i686/kdeutils-kcalc.install (from rev 173633, kdeutils-kcalc/kde-unstable/kdeutils-kcalc.install)
===================================================================
--- kde-unstable-i686/kdeutils-kcalc.install (rev 0)
+++ kde-unstable-i686/kdeutils-kcalc.install 2012-12-20 09:39:53 UTC (rev 173634)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2012-12-20 09:39:22 UTC (rev 173633)
+++ kde-unstable-x86_64/PKGBUILD 2012-12-20 09:39:53 UTC (rev 173634)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeutils-kcalc
-pkgver=4.9.90
-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/unstable/${pkgver}/src/kcalc-${pkgver}.tar.xz")
-sha1sums=('2b9c3ab04a8ceba7506056c8b91b2e1e732264ad')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../kcalc-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd $srcdir/build
- make DESTDIR=$pkgdir install
- cd $srcdir/build/doc
- make DESTDIR=$pkgdir install
-}
Copied: kdeutils-kcalc/repos/kde-unstable-x86_64/PKGBUILD (from rev 173633, kdeutils-kcalc/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2012-12-20 09:39:53 UTC (rev 173634)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-kcalc
+pkgver=4.9.95
+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/unstable/${pkgver}/src/kcalc-${pkgver}.tar.xz")
+sha1sums=('1fe95e99e32b5fdd9280849c2fde5389c1650678')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../kcalc-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd $srcdir/build
+ make DESTDIR=$pkgdir install
+ cd $srcdir/build/doc
+ make DESTDIR=$pkgdir install
+}
Deleted: kde-unstable-x86_64/kdeutils-kcalc.install
===================================================================
--- kde-unstable-x86_64/kdeutils-kcalc.install 2012-12-20 09:39:22 UTC (rev 173633)
+++ kde-unstable-x86_64/kdeutils-kcalc.install 2012-12-20 09:39:53 UTC (rev 173634)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kdeutils-kcalc/repos/kde-unstable-x86_64/kdeutils-kcalc.install (from rev 173633, kdeutils-kcalc/kde-unstable/kdeutils-kcalc.install)
===================================================================
--- kde-unstable-x86_64/kdeutils-kcalc.install (rev 0)
+++ kde-unstable-x86_64/kdeutils-kcalc.install 2012-12-20 09:39:53 UTC (rev 173634)
@@ -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