[arch-commits] Commit in gnome-keyring/repos (6 files)

Jan Steffens heftig at archlinux.org
Sat Apr 29 10:34:12 UTC 2017


    Date: Saturday, April 29, 2017 @ 10:34:12
  Author: heftig
Revision: 295035

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gnome-keyring/repos/testing-i686/
  gnome-keyring/repos/testing-i686/PKGBUILD
    (from rev 295034, gnome-keyring/trunk/PKGBUILD)
  gnome-keyring/repos/testing-i686/gnome-keyring.install
    (from rev 295034, gnome-keyring/trunk/gnome-keyring.install)
  gnome-keyring/repos/testing-x86_64/
  gnome-keyring/repos/testing-x86_64/PKGBUILD
    (from rev 295034, gnome-keyring/trunk/PKGBUILD)
  gnome-keyring/repos/testing-x86_64/gnome-keyring.install
    (from rev 295034, gnome-keyring/trunk/gnome-keyring.install)

--------------------------------------+
 testing-i686/PKGBUILD                |   44 +++++++++++++++++++++++++++++++++
 testing-i686/gnome-keyring.install   |    7 +++++
 testing-x86_64/PKGBUILD              |   44 +++++++++++++++++++++++++++++++++
 testing-x86_64/gnome-keyring.install |    7 +++++
 4 files changed, 102 insertions(+)

Copied: gnome-keyring/repos/testing-i686/PKGBUILD (from rev 295034, gnome-keyring/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-04-29 10:34:12 UTC (rev 295035)
@@ -0,0 +1,44 @@
+#$Id$
+# Maintainer: Jan De Groot <jgc at archlinux.org>
+
+pkgname=gnome-keyring
+pkgver=3.20.0+57+g9db67ef6
+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=9db67ef6e39ac51d426dee91da3b9305670241e6  # master
+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
+  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-i686/gnome-keyring.install (from rev 295034, gnome-keyring/trunk/gnome-keyring.install)
===================================================================
--- testing-i686/gnome-keyring.install	                        (rev 0)
+++ testing-i686/gnome-keyring.install	2017-04-29 10:34:12 UTC (rev 295035)
@@ -0,0 +1,7 @@
+post_install() {
+  setcap cap_ipc_lock=ep usr/bin/gnome-keyring-daemon
+}
+
+post_upgrade() {
+  post_install
+}

Copied: gnome-keyring/repos/testing-x86_64/PKGBUILD (from rev 295034, gnome-keyring/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-04-29 10:34:12 UTC (rev 295035)
@@ -0,0 +1,44 @@
+#$Id$
+# Maintainer: Jan De Groot <jgc at archlinux.org>
+
+pkgname=gnome-keyring
+pkgver=3.20.0+57+g9db67ef6
+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=9db67ef6e39ac51d426dee91da3b9305670241e6  # master
+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
+  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 295034, gnome-keyring/trunk/gnome-keyring.install)
===================================================================
--- testing-x86_64/gnome-keyring.install	                        (rev 0)
+++ testing-x86_64/gnome-keyring.install	2017-04-29 10:34:12 UTC (rev 295035)
@@ -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