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

Antonio Rojas arojas at archlinux.org
Sat Mar 26 22:54:11 UTC 2016


    Date: Saturday, March 26, 2016 @ 23:54:10
  Author: arojas
Revision: 262665

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

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

-------------------------+
 staging-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: kcron/repos/staging-i686/PKGBUILD (from rev 262664, kcron/kde-unstable/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2016-03-26 22:54:10 UTC (rev 262665)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kcron
+pkgver=16.03.80
+pkgrel=1
+pkgdesc='Configure and schedule tasks'
+url='http://userbase.kde.org/KCron'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeadmin')
+depends=('kio' 'cron')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdeadmin-kcron')
+replaces=('kdeadmin-kcron')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcron-${pkgver}.tar.xz")
+sha1sums=('65c9b9af653d16b95664cffb4b6853a75f0d041d')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kcron-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kcron/repos/staging-x86_64/PKGBUILD (from rev 262664, kcron/kde-unstable/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2016-03-26 22:54:10 UTC (rev 262665)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kcron
+pkgver=16.03.80
+pkgrel=1
+pkgdesc='Configure and schedule tasks'
+url='http://userbase.kde.org/KCron'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeadmin')
+depends=('kio' 'cron')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdeadmin-kcron')
+replaces=('kdeadmin-kcron')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcron-${pkgver}.tar.xz")
+sha1sums=('65c9b9af653d16b95664cffb4b6853a75f0d041d')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kcron-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}



More information about the arch-commits mailing list