[arch-commits] Commit in kwallet/repos (4 files)
Felix Yan
fyan at archlinux.org
Sat Sep 12 04:19:38 UTC 2015
Date: Saturday, September 12, 2015 @ 06:19:38
Author: fyan
Revision: 245874
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
kwallet/repos/testing-i686/
kwallet/repos/testing-i686/PKGBUILD
(from rev 245873, kwallet/trunk/PKGBUILD)
kwallet/repos/testing-x86_64/
kwallet/repos/testing-x86_64/PKGBUILD
(from rev 245873, kwallet/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 78 insertions(+)
Copied: kwallet/repos/testing-i686/PKGBUILD (from rev 245873, kwallet/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2015-09-12 04:19:38 UTC (rev 245874)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kwallet
+pkgver=5.14.0
+pkgrel=1
+pkgdesc='Secure and unified container for user passwords'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kwallet'
+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")
+md5sums=('9c6ddf667c3a4dfca3f617ec22f3b6bc')
+
+prepare() {
+ mkdir -p build
+
+ cd $pkgname-$pkgver
+}
+
+build() {
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DLIB_INSTALL_DIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Copied: kwallet/repos/testing-x86_64/PKGBUILD (from rev 245873, kwallet/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-12 04:19:38 UTC (rev 245874)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kwallet
+pkgver=5.14.0
+pkgrel=1
+pkgdesc='Secure and unified container for user passwords'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kwallet'
+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")
+md5sums=('9c6ddf667c3a4dfca3f617ec22f3b6bc')
+
+prepare() {
+ mkdir -p build
+
+ cd $pkgname-$pkgver
+}
+
+build() {
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DLIB_INSTALL_DIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list