[arch-commits] Commit in gnome-keyring/repos (3 files)
Jan de Groot
jgc at archlinux.org
Sun Nov 12 22:28:29 UTC 2017
Date: Sunday, November 12, 2017 @ 22:28:27
Author: jgc
Revision: 309684
archrelease: copy trunk to testing-x86_64
Added:
gnome-keyring/repos/testing-x86_64/
gnome-keyring/repos/testing-x86_64/PKGBUILD
(from rev 309683, gnome-keyring/trunk/PKGBUILD)
gnome-keyring/repos/testing-x86_64/gnome-keyring.install
(from rev 309683, gnome-keyring/trunk/gnome-keyring.install)
-----------------------+
PKGBUILD | 45 +++++++++++++++++++++++++++++++++++++++++++++
gnome-keyring.install | 7 +++++++
2 files changed, 52 insertions(+)
Copied: gnome-keyring/repos/testing-x86_64/PKGBUILD (from rev 309683, gnome-keyring/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-12 22:28:27 UTC (rev 309684)
@@ -0,0 +1,45 @@
+#$Id$
+# Maintainer: Jan De Groot <jgc at archlinux.org>
+
+pkgname=gnome-keyring
+pkgver=3.27.2
+pkgrel=1
+epoch=1
+pkgdesc="Stores passwords and encryption keys"
+url="https://wiki.gnome.org/Projects/GnomeKeyring"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gcr libcap-ng pam)
+makedepends=(intltool gtk-doc gnome-common git python)
+groups=('gnome')
+install=gnome-keyring.install
+_commit=7b2f96bfaa3fc0a1af5ab0402f3f689f834f8cb0 # tags/3.27.2^0
+source=("git+https://git.gnome.org/browse/gnome-keyring#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ sed -e 's/MATE/MATE;Cinnamon/' -i daemon/*.desktop.in.in
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd "$pkgname"
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --disable-static \
+ --libexecdir=/usr/lib/gnome-keyring \
+ --with-pam-dir=/usr/lib/security --with-root-certs=/etc/ssl/certs \
+ --disable-schemas-compile
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+package() {
+ cd "$pkgname"
+ make DESTDIR="$pkgdir" install
+}
Copied: gnome-keyring/repos/testing-x86_64/gnome-keyring.install (from rev 309683, gnome-keyring/trunk/gnome-keyring.install)
===================================================================
--- testing-x86_64/gnome-keyring.install (rev 0)
+++ testing-x86_64/gnome-keyring.install 2017-11-12 22:28:27 UTC (rev 309684)
@@ -0,0 +1,7 @@
+post_install() {
+ setcap cap_ipc_lock=ep usr/bin/gnome-keyring-daemon
+}
+
+post_upgrade() {
+ post_install
+}
More information about the arch-commits
mailing list