[arch-commits] Commit in kcron (5 files)

Antonio Rojas arojas at archlinux.org
Sat Mar 14 09:59:08 UTC 2015


    Date: Saturday, March 14, 2015 @ 10:59:07
  Author: arojas
Revision: 233649

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

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

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

Copied: kcron/repos/kde-unstable-i686/PKGBUILD (from rev 233648, kcron/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-i686/PKGBUILD	2015-03-14 09:59:07 UTC (rev 233649)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kcron
+pkgver=15.03.90
+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=('kio')
+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=('9d6006e7053c8f424ead80bb7e95082950637c1b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kcron-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTINS=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/kde-unstable-x86_64/PKGBUILD (from rev 233648, kcron/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD	2015-03-14 09:59:07 UTC (rev 233649)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kcron
+pkgver=15.03.90
+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=('kio')
+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=('9d6006e7053c8f424ead80bb7e95082950637c1b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kcron-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTINS=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