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

Jan de Groot jgc at archlinux.org
Fri Sep 30 09:56:52 UTC 2016


    Date: Friday, September 30, 2016 @ 09:56:52
  Author: jgc
Revision: 277459

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

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

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

Copied: gnome-keyring/repos/testing-i686/PKGBUILD (from rev 277458, gnome-keyring/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-09-30 09:56:52 UTC (rev 277459)
@@ -0,0 +1,45 @@
+#$Id$
+# Maintainer: Jan De Groot <jgc at archlinux.org>
+
+pkgname=gnome-keyring
+epoch=1
+pkgver=3.20.0+16+gbf8aa97
+pkgrel=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')
+makedepends=('intltool' 'gtk-doc' gnome-common git python)
+groups=('gnome')
+options=('!emptydirs')
+install=gnome-keyring.install
+_commit=bf8aa977e4cadadeb12e950231837b339a525d32  # master
+source=("git://git.gnome.org/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 277458, gnome-keyring/trunk/gnome-keyring.install)
===================================================================
--- testing-i686/gnome-keyring.install	                        (rev 0)
+++ testing-i686/gnome-keyring.install	2016-09-30 09:56:52 UTC (rev 277459)
@@ -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 277458, gnome-keyring/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-09-30 09:56:52 UTC (rev 277459)
@@ -0,0 +1,45 @@
+#$Id$
+# Maintainer: Jan De Groot <jgc at archlinux.org>
+
+pkgname=gnome-keyring
+epoch=1
+pkgver=3.20.0+16+gbf8aa97
+pkgrel=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')
+makedepends=('intltool' 'gtk-doc' gnome-common git python)
+groups=('gnome')
+options=('!emptydirs')
+install=gnome-keyring.install
+_commit=bf8aa977e4cadadeb12e950231837b339a525d32  # master
+source=("git://git.gnome.org/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 277458, gnome-keyring/trunk/gnome-keyring.install)
===================================================================
--- testing-x86_64/gnome-keyring.install	                        (rev 0)
+++ testing-x86_64/gnome-keyring.install	2016-09-30 09:56:52 UTC (rev 277459)
@@ -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