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

Antonio Rojas arojas at archlinux.org
Tue May 24 14:48:56 UTC 2016


    Date: Tuesday, May 24, 2016 @ 16:48:55
  Author: arojas
Revision: 268533

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

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

-----------------------+
 /PKGBUILD             |   84 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   42 ------------------------
 extra-x86_64/PKGBUILD |   42 ------------------------
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-05-24 14:48:15 UTC (rev 268532)
+++ extra-i686/PKGBUILD	2016-05-24 14:48:55 UTC (rev 268533)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kwallet
-pkgver=5.22.0
-pkgrel=2
-pkgdesc='Secure and unified container for user passwords'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('knotifications' 'kiconthemes' 'kservice' 'gpgmepp')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost')
-optdepends=('kwalletmanager: Configuration GUI')
-groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
-        kdebug-356944.patch::"https://quickgit.kde.org/?p=kwallet.git&a=commitdiff&h=58a80367&o=plain")
-md5sums=('4a167cfcc872260bec9199a32c39d050'
-         '0510c98e6bb0ff8c4f9d126981c2d849')
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-# Fix migration https://bugs.kde.org/show_bug.cgi?id=356944
-  patch -p1 -i ../kdebug-356944.patch
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_LIBDIR=lib \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kwallet/repos/extra-i686/PKGBUILD (from rev 268532, kwallet/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-05-24 14:48:55 UTC (rev 268533)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kwallet
+pkgver=5.22.0
+pkgrel=3
+pkgdesc='Secure and unified container for user passwords'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('knotifications' 'kiconthemes' 'kservice' 'gpgmepp')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost')
+optdepends=('kwalletmanager: Configuration GUI')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
+        kdebug-356944.patch::"https://quickgit.kde.org/?p=kwallet.git&a=commitdiff&h=58a80367&o=plain")
+md5sums=('786c2c39d19c5eb3afc7fa7fd1102292'
+         '0510c98e6bb0ff8c4f9d126981c2d849')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix migration https://bugs.kde.org/show_bug.cgi?id=356944
+  patch -p1 -i ../kdebug-356944.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-05-24 14:48:15 UTC (rev 268532)
+++ extra-x86_64/PKGBUILD	2016-05-24 14:48:55 UTC (rev 268533)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kwallet
-pkgver=5.22.0
-pkgrel=2
-pkgdesc='Secure and unified container for user passwords'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('knotifications' 'kiconthemes' 'kservice' 'gpgmepp')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost')
-optdepends=('kwalletmanager: Configuration GUI')
-groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
-        kdebug-356944.patch::"https://quickgit.kde.org/?p=kwallet.git&a=commitdiff&h=58a80367&o=plain")
-md5sums=('4a167cfcc872260bec9199a32c39d050'
-         '0510c98e6bb0ff8c4f9d126981c2d849')
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-# Fix migration https://bugs.kde.org/show_bug.cgi?id=356944
-  patch -p1 -i ../kdebug-356944.patch
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_LIBDIR=lib \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kwallet/repos/extra-x86_64/PKGBUILD (from rev 268532, kwallet/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-05-24 14:48:55 UTC (rev 268533)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kwallet
+pkgver=5.22.0
+pkgrel=3
+pkgdesc='Secure and unified container for user passwords'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('knotifications' 'kiconthemes' 'kservice' 'gpgmepp')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost')
+optdepends=('kwalletmanager: Configuration GUI')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
+        kdebug-356944.patch::"https://quickgit.kde.org/?p=kwallet.git&a=commitdiff&h=58a80367&o=plain")
+md5sums=('786c2c39d19c5eb3afc7fa7fd1102292'
+         '0510c98e6bb0ff8c4f9d126981c2d849')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix migration https://bugs.kde.org/show_bug.cgi?id=356944
+  patch -p1 -i ../kdebug-356944.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list