[arch-commits] Commit in kdeutils-kcalc/repos (5 files)
Andrea Scarpino
andrea at archlinux.org
Thu May 3 22:35:01 UTC 2012
Date: Thursday, May 3, 2012 @ 18:35:00
Author: andrea
Revision: 158499
db-move: moved kdeutils-kcalc from [staging] to [extra] (x86_64)
Added:
kdeutils-kcalc/repos/extra-x86_64/PKGBUILD
(from rev 158346, kdeutils-kcalc/repos/staging-x86_64/PKGBUILD)
kdeutils-kcalc/repos/extra-x86_64/kdeutils-kcalc.install
(from rev 158346, kdeutils-kcalc/repos/staging-x86_64/kdeutils-kcalc.install)
Deleted:
kdeutils-kcalc/repos/extra-x86_64/PKGBUILD
kdeutils-kcalc/repos/extra-x86_64/kdeutils-kcalc.install
kdeutils-kcalc/repos/staging-x86_64/
------------------------+
PKGBUILD | 66 +++++++++++++++++++++++------------------------
kdeutils-kcalc.install | 22 +++++++--------
2 files changed, 44 insertions(+), 44 deletions(-)
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2012-05-03 22:34:59 UTC (rev 158498)
+++ extra-x86_64/PKGBUILD 2012-05-03 22:35:00 UTC (rev 158499)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeutils-kcalc
-pkgver=4.8.2
-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=('f2bbed3d7f991a4cd0484cc4fafe8c04bd29d986')
-
-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/extra-x86_64/PKGBUILD (from rev 158346, kdeutils-kcalc/repos/staging-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2012-05-03 22:35:00 UTC (rev 158499)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-kcalc
+pkgver=4.8.3
+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=('36c4c46ba05911dd174c7d1fa8526430d932c84f')
+
+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: extra-x86_64/kdeutils-kcalc.install
===================================================================
--- extra-x86_64/kdeutils-kcalc.install 2012-05-03 22:34:59 UTC (rev 158498)
+++ extra-x86_64/kdeutils-kcalc.install 2012-05-03 22:35:00 UTC (rev 158499)
@@ -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/extra-x86_64/kdeutils-kcalc.install (from rev 158346, kdeutils-kcalc/repos/staging-x86_64/kdeutils-kcalc.install)
===================================================================
--- extra-x86_64/kdeutils-kcalc.install (rev 0)
+++ extra-x86_64/kdeutils-kcalc.install 2012-05-03 22:35:00 UTC (rev 158499)
@@ -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