Date: Wednesday, March 16, 2016 @ 05:23:17
  Author: fyan
Revision: 261703

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

Added:
  kauth/repos/kde-unstable-i686/
  kauth/repos/kde-unstable-i686/PKGBUILD
    (from rev 261702, kauth/trunk/PKGBUILD)
  kauth/repos/kde-unstable-x86_64/
  kauth/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 261702, kauth/trunk/PKGBUILD)

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

Copied: kauth/repos/kde-unstable-i686/PKGBUILD (from rev 261702, 
kauth/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD                          (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-03-16 04:23:17 UTC (rev 261703)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kauth
+pkgver=5.20.0
+pkgrel=1
+pkgdesc='Abstraction to system policy and authentication features'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kauth'
+license=('LGPL')
+depends=('kcoreaddons' 'polkit-qt5')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('fb9c705b84641d62125b878349fcd4db')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DLIBEXEC_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kauth/repos/kde-unstable-x86_64/PKGBUILD (from rev 261702, 
kauth/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2016-03-16 04:23:17 UTC (rev 261703)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kauth
+pkgver=5.20.0
+pkgrel=1
+pkgdesc='Abstraction to system policy and authentication features'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kauth'
+license=('LGPL')
+depends=('kcoreaddons' 'polkit-qt5')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('fb9c705b84641d62125b878349fcd4db')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DLIBEXEC_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to