[arch-commits] Commit in kdeadmin-kcron/repos (4 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Thu Jun 13 18:55:22 UTC 2013


    Date: Thursday, June 13, 2013 @ 20:55:22
  Author: andrea
Revision: 188294

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

Added:
  kdeadmin-kcron/repos/kde-unstable-i686/
  kdeadmin-kcron/repos/kde-unstable-i686/PKGBUILD
    (from rev 188293, kdeadmin-kcron/kde-unstable/PKGBUILD)
  kdeadmin-kcron/repos/kde-unstable-x86_64/
  kdeadmin-kcron/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 188293, kdeadmin-kcron/kde-unstable/PKGBUILD)

------------------------------+
 kde-unstable-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: kdeadmin-kcron/repos/kde-unstable-i686/PKGBUILD (from rev 188293, kdeadmin-kcron/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2013-06-13 18:55:22 UTC (rev 188294)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeadmin-kcron
+pkgver=4.10.80
+pkgrel=1
+pkgdesc='Configure and schedule tasks'
+url='http://userbase.kde.org/KCron'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeadmin')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/kcron-${pkgver}.tar.xz")
+sha1sums=('a55be61ce34fa7f7c9c64cda7abe5023ad34330b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kcron-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeadmin-kcron/repos/kde-unstable-x86_64/PKGBUILD (from rev 188293, kdeadmin-kcron/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2013-06-13 18:55:22 UTC (rev 188294)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeadmin-kcron
+pkgver=4.10.80
+pkgrel=1
+pkgdesc='Configure and schedule tasks'
+url='http://userbase.kde.org/KCron'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeadmin')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/kcron-${pkgver}.tar.xz")
+sha1sums=('a55be61ce34fa7f7c9c64cda7abe5023ad34330b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kcron-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}




More information about the arch-commits mailing list