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

Andrea Scarpino andrea at archlinux.org
Thu Jan 5 13:40:48 UTC 2012


    Date: Thursday, January 5, 2012 @ 08:40:47
  Author: andrea
Revision: 146167

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeutils-kcalc/repos/kde-unstable-i686/PKGBUILD
    (from rev 146166, kdeutils-kcalc/trunk/PKGBUILD)
  kdeutils-kcalc/repos/kde-unstable-i686/kdeutils-kcalc.install
    (from rev 146166, kdeutils-kcalc/trunk/kdeutils-kcalc.install)
  kdeutils-kcalc/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 146166, kdeutils-kcalc/trunk/PKGBUILD)
  kdeutils-kcalc/repos/kde-unstable-x86_64/kdeutils-kcalc.install
    (from rev 146166, kdeutils-kcalc/trunk/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-01-05 13:40:06 UTC (rev 146166)
+++ kde-unstable-i686/PKGBUILD	2012-01-05 13:40:47 UTC (rev 146167)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeutils-kcalc
-pkgver=4.7.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.bz2")
-sha1sums=('a3d926c5326447c08180122c6e3cd2a1fce1c83a')
-
-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 146166, kdeutils-kcalc/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2012-01-05 13:40:47 UTC (rev 146167)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-kcalc
+pkgver=4.7.97
+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.bz2")
+sha1sums=('5291b8a5b1b0c97dc0e6add0d9ed038f3acdba32')
+
+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-01-05 13:40:06 UTC (rev 146166)
+++ kde-unstable-i686/kdeutils-kcalc.install	2012-01-05 13:40:47 UTC (rev 146167)
@@ -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 146166, kdeutils-kcalc/trunk/kdeutils-kcalc.install)
===================================================================
--- kde-unstable-i686/kdeutils-kcalc.install	                        (rev 0)
+++ kde-unstable-i686/kdeutils-kcalc.install	2012-01-05 13:40:47 UTC (rev 146167)
@@ -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-01-05 13:40:06 UTC (rev 146166)
+++ kde-unstable-x86_64/PKGBUILD	2012-01-05 13:40:47 UTC (rev 146167)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeutils-kcalc
-pkgver=4.7.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.bz2")
-sha1sums=('a3d926c5326447c08180122c6e3cd2a1fce1c83a')
-
-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 146166, kdeutils-kcalc/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2012-01-05 13:40:47 UTC (rev 146167)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-kcalc
+pkgver=4.7.97
+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.bz2")
+sha1sums=('5291b8a5b1b0c97dc0e6add0d9ed038f3acdba32')
+
+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-01-05 13:40:06 UTC (rev 146166)
+++ kde-unstable-x86_64/kdeutils-kcalc.install	2012-01-05 13:40:47 UTC (rev 146167)
@@ -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 146166, kdeutils-kcalc/trunk/kdeutils-kcalc.install)
===================================================================
--- kde-unstable-x86_64/kdeutils-kcalc.install	                        (rev 0)
+++ kde-unstable-x86_64/kdeutils-kcalc.install	2012-01-05 13:40:47 UTC (rev 146167)
@@ -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