[arch-commits] Commit in signon-kwallet-extension (trunk trunk trunk/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Aug 21 02:29:46 UTC 2016


    Date: Sunday, August 21, 2016 @ 02:29:45
  Author: felixonmars
Revision: 274216

upgpkg: signon-kwallet-extension 16.08.0-1

Upstream release

Added:
  signon-kwallet-extension/trunk/
  signon-kwallet-extension/trunk/PKGBUILD
Deleted:
  signon-kwallet-extension/trunk/

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Added: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	                        (rev 0)
+++ trunk/PKGBUILD	2016-08-21 02:29:45 UTC (rev 274216)
@@ -0,0 +1,33 @@
+# Maintainer: anex <assassin.anex[@]gmail.com
+
+pkgname=signon-kwallet-extension
+pkgver=16.08.0
+pkgrel=1
+pkgdesc="KWallet signon extension"
+arch=('i686' 'x86_64')
+url="http://kde.org"
+license=('LGPL')
+groups=('kde-applications' 'kdenetwork')
+depends=('signond' 'kwallet')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('0aa1a1df74012bb9d1c1ecfc138e6f02')
+
+prepare() {
+  mkdir -p build
+}
+
+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
+}


Property changes on: signon-kwallet-extension/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list