[arch-commits] Commit in kwallet-pam (5 files)

Antonio Rojas arojas at archlinux.org
Fri Aug 14 08:02:12 UTC 2015


    Date: Friday, August 14, 2015 @ 10:02:12
  Author: arojas
Revision: 243675

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

Added:
  kwallet-pam/repos/
  kwallet-pam/repos/kde-unstable-i686/
  kwallet-pam/repos/kde-unstable-i686/PKGBUILD
    (from rev 243674, kwallet-pam/kde-unstable/PKGBUILD)
  kwallet-pam/repos/kde-unstable-x86_64/
  kwallet-pam/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 243674, kwallet-pam/kde-unstable/PKGBUILD)

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

Copied: kwallet-pam/repos/kde-unstable-i686/PKGBUILD (from rev 243674, kwallet-pam/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-i686/PKGBUILD	2015-08-14 08:02:12 UTC (rev 243675)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kwallet-pam
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='KWallet PAM integration'
+arch=(i686 x86_64)
+url='https://projects.kde.org/kwallet-pam'
+license=(LGPL)
+depends=(kwallet)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
+md5sums=('c73ba2344ea3c0cedee7082aed0aa94d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=usr/lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kwallet-pam/repos/kde-unstable-x86_64/PKGBUILD (from rev 243674, kwallet-pam/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD	2015-08-14 08:02:12 UTC (rev 243675)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kwallet-pam
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='KWallet PAM integration'
+arch=(i686 x86_64)
+url='https://projects.kde.org/kwallet-pam'
+license=(LGPL)
+depends=(kwallet)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
+md5sums=('c73ba2344ea3c0cedee7082aed0aa94d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=usr/lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list