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

Antonio Rojas arojas at archlinux.org
Sun Jun 4 20:48:40 UTC 2017


    Date: Sunday, June 4, 2017 @ 20:48:39
  Author: arojas
Revision: 297782

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  kscreenlocker/repos/extra-i686/PKGBUILD
    (from rev 297781, kscreenlocker/trunk/PKGBUILD)
  kscreenlocker/repos/extra-x86_64/PKGBUILD
    (from rev 297781, kscreenlocker/trunk/PKGBUILD)
Deleted:
  kscreenlocker/repos/extra-i686/PKGBUILD
  kscreenlocker/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   90 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   39 --------------------
 extra-x86_64/PKGBUILD |   39 --------------------
 3 files changed, 90 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-06-04 20:47:53 UTC (rev 297781)
+++ extra-i686/PKGBUILD	2017-06-04 20:48:39 UTC (rev 297782)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kscreenlocker
-pkgver=5.10.0
-pkgrel=1
-pkgdesc='Library and components for secure lock screen architecture'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-groups=(plasma)
-depends=(kidletime kwayland kdeclarative)
-makedepends=(extra-cmake-modules python kdoctools kcmutils libxcursor)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ee625488caa933fb9c174b80b10b425f51ad23eca3aac7d7de20ac1da7d62ed4'
-            'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-              '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-              'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_LIBDIR=lib \
-    -DKDE_INSTALL_LIBEXECDIR=/usr/lib \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kscreenlocker/repos/extra-i686/PKGBUILD (from rev 297781, kscreenlocker/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-06-04 20:48:39 UTC (rev 297782)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kscreenlocker
+pkgver=5.10.0
+pkgrel=2
+pkgdesc='Library and components for secure lock screen architecture'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+groups=(plasma)
+depends=(kidletime kwayland kdeclarative)
+makedepends=(extra-cmake-modules python kdoctools kcmutils libxcursor)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
+        kdebug-380491.patch::"https://cgit.kde.org/kscreenlocker.git/patch/?id=23fa33ce")
+sha256sums=('ee625488caa933fb9c174b80b10b425f51ad23eca3aac7d7de20ac1da7d62ed4'
+            'SKIP'
+            'e2a39c47a77617d062199ffa877bdeb444b34b5abad16f7283f99f83e2dcc4a5')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+              '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+              'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+
+# Fix https://bugs.kde.org/show_bug.cgi?id=380491
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-380491.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_LIBEXECDIR=/usr/lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-06-04 20:47:53 UTC (rev 297781)
+++ extra-x86_64/PKGBUILD	2017-06-04 20:48:39 UTC (rev 297782)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kscreenlocker
-pkgver=5.10.0
-pkgrel=1
-pkgdesc='Library and components for secure lock screen architecture'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-groups=(plasma)
-depends=(kidletime kwayland kdeclarative)
-makedepends=(extra-cmake-modules python kdoctools kcmutils libxcursor)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ee625488caa933fb9c174b80b10b425f51ad23eca3aac7d7de20ac1da7d62ed4'
-            'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-              '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-              'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_LIBDIR=lib \
-    -DKDE_INSTALL_LIBEXECDIR=/usr/lib \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kscreenlocker/repos/extra-x86_64/PKGBUILD (from rev 297781, kscreenlocker/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-06-04 20:48:39 UTC (rev 297782)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kscreenlocker
+pkgver=5.10.0
+pkgrel=2
+pkgdesc='Library and components for secure lock screen architecture'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+groups=(plasma)
+depends=(kidletime kwayland kdeclarative)
+makedepends=(extra-cmake-modules python kdoctools kcmutils libxcursor)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
+        kdebug-380491.patch::"https://cgit.kde.org/kscreenlocker.git/patch/?id=23fa33ce")
+sha256sums=('ee625488caa933fb9c174b80b10b425f51ad23eca3aac7d7de20ac1da7d62ed4'
+            'SKIP'
+            'e2a39c47a77617d062199ffa877bdeb444b34b5abad16f7283f99f83e2dcc4a5')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+              '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+              'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+
+# Fix https://bugs.kde.org/show_bug.cgi?id=380491
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-380491.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_LIBEXECDIR=/usr/lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list