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

Antonio Rojas arojas at archlinux.org
Sat Nov 21 09:46:33 UTC 2015


    Date: Saturday, November 21, 2015 @ 10:46:33
  Author: arojas
Revision: 251781

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2015-11-21 09:45:38 UTC (rev 251780)
+++ kde-unstable-i686/PKGBUILD	2015-11-21 09:46:33 UTC (rev 251781)
@@ -1,35 +0,0 @@
-# $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-i686/PKGBUILD (from rev 251780, kscreenlocker/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-11-21 09:46:33 UTC (rev 251781)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kscreenlocker
+pkgver=5.4.95
+pkgrel=2
+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 \
+    -DLIBEXEC_INSTALL_DIR=/usr/lib \
+    -DSYSCONF_INSTALL_DIR=/etc \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2015-11-21 09:45:38 UTC (rev 251780)
+++ kde-unstable-x86_64/PKGBUILD	2015-11-21 09:46:33 UTC (rev 251781)
@@ -1,35 +0,0 @@
-# $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 251780, kscreenlocker/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-11-21 09:46:33 UTC (rev 251781)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kscreenlocker
+pkgver=5.4.95
+pkgrel=2
+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 \
+    -DLIBEXEC_INSTALL_DIR=/usr/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