[arch-commits] Commit in kwallet/repos (4 files)
Felix Yan
fyan at archlinux.org
Sun Feb 15 16:26:38 UTC 2015
Date: Sunday, February 15, 2015 @ 17:26:37
Author: fyan
Revision: 231519
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
kwallet/repos/testing-i686/
kwallet/repos/testing-i686/PKGBUILD
(from rev 231518, kwallet/trunk/PKGBUILD)
kwallet/repos/testing-x86_64/
kwallet/repos/testing-x86_64/PKGBUILD
(from rev 231518, kwallet/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 76 insertions(+)
Copied: kwallet/repos/testing-i686/PKGBUILD (from rev 231518, kwallet/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2015-02-15 16:26:37 UTC (rev 231519)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kwallet
+pkgver=5.7.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') # qgpgme
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+conflicts=('kwalletframeworks')
+replaces=('kwalletframeworks')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('20174f02ae51be1e3d3d63f8b4dba722')
+
+prepare() {
+ mkdir -p build
+}
+
+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 231518, kwallet/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-15 16:26:37 UTC (rev 231519)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kwallet
+pkgver=5.7.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') # qgpgme
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+conflicts=('kwalletframeworks')
+replaces=('kwalletframeworks')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('20174f02ae51be1e3d3d63f8b4dba722')
+
+prepare() {
+ mkdir -p build
+}
+
+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