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

Antonio Rojas arojas at archlinux.org
Fri Nov 20 21:30:12 UTC 2015


    Date: Friday, November 20, 2015 @ 22:30:12
  Author: arojas
Revision: 251702

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

Added:
  kscreenlocker/repos/
  kscreenlocker/repos/kde-unstable-i686/
  kscreenlocker/repos/kde-unstable-i686/PKGBUILD
    (from rev 251701, kscreenlocker/kde-unstable/PKGBUILD)
  kscreenlocker/repos/kde-unstable-x86_64/
  kscreenlocker/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 251701, kscreenlocker/kde-unstable/PKGBUILD)

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

Copied: kscreenlocker/repos/kde-unstable-i686/PKGBUILD (from rev 251701, kscreenlocker/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-i686/PKGBUILD	2015-11-20 21:30:12 UTC (rev 251702)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kscreenlocker
+pkgver=5.4.95
+pkgrel=1
+pkgdesc='Library and components for secure lock screen architecture'
+arch=(i686 x86_64)
+url='https://projects.kde.org/kscreenlocker'
+license=(LGPL)
+groups=(plasma)
+depends=(kdelibs4support plasma-framework kidletime kwayland libxcursor)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
+md5sums=('25730cf180b7a2f22a59d1fcdc86a041')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DSYSCONF_INSTALL_DIR=/etc \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kscreenlocker/repos/kde-unstable-x86_64/PKGBUILD (from rev 251701, kscreenlocker/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD	2015-11-20 21:30:12 UTC (rev 251702)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kscreenlocker
+pkgver=5.4.95
+pkgrel=1
+pkgdesc='Library and components for secure lock screen architecture'
+arch=(i686 x86_64)
+url='https://projects.kde.org/kscreenlocker'
+license=(LGPL)
+groups=(plasma)
+depends=(kdelibs4support plasma-framework kidletime kwayland libxcursor)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
+md5sums=('25730cf180b7a2f22a59d1fcdc86a041')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DSYSCONF_INSTALL_DIR=/etc \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list