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

Jan de Groot jgc at archlinux.org
Wed Mar 25 15:36:26 UTC 2015


    Date: Wednesday, March 25, 2015 @ 16:36:25
  Author: jgc
Revision: 234858

db-move: moved gnome-keyring from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  gnome-keyring/repos/testing-i686/
  gnome-keyring/repos/testing-i686/PKGBUILD
    (from rev 234786, gnome-keyring/repos/gnome-unstable-i686/PKGBUILD)
  gnome-keyring/repos/testing-i686/gnome-keyring.install
    (from rev 234786, gnome-keyring/repos/gnome-unstable-i686/gnome-keyring.install)
  gnome-keyring/repos/testing-x86_64/
  gnome-keyring/repos/testing-x86_64/PKGBUILD
    (from rev 234786, gnome-keyring/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-keyring/repos/testing-x86_64/gnome-keyring.install
    (from rev 234786, gnome-keyring/repos/gnome-unstable-x86_64/gnome-keyring.install)
Deleted:
  gnome-keyring/repos/gnome-unstable-i686/
  gnome-keyring/repos/gnome-unstable-x86_64/

--------------------------------------+
 testing-i686/PKGBUILD                |   32 ++++++++++++++++++++++++++++++++
 testing-i686/gnome-keyring.install   |   12 ++++++++++++
 testing-x86_64/PKGBUILD              |   32 ++++++++++++++++++++++++++++++++
 testing-x86_64/gnome-keyring.install |   12 ++++++++++++
 4 files changed, 88 insertions(+)

Copied: gnome-keyring/repos/testing-i686/PKGBUILD (from rev 234786, gnome-keyring/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-03-25 15:36:25 UTC (rev 234858)
@@ -0,0 +1,32 @@
+#$Id$
+# Maintainer: Jan De Groot <jgc at archlinux.org>
+
+pkgname=gnome-keyring
+pkgver=3.15.92
+pkgrel=1
+pkgdesc="GNOME Password Management daemon"
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('gcr' 'libcap-ng')
+makedepends=('intltool' 'gtk-doc')
+groups=('gnome')
+options=('!emptydirs')
+url="http://www.gnome.org"
+install=gnome-keyring.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5c7c208cb98db040e0d0b6b3d4d84dc05516ec1922c49d68c7e9f723bd024176')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./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
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-keyring/repos/testing-i686/gnome-keyring.install (from rev 234786, gnome-keyring/repos/gnome-unstable-i686/gnome-keyring.install)
===================================================================
--- testing-i686/gnome-keyring.install	                        (rev 0)
+++ testing-i686/gnome-keyring.install	2015-03-25 15:36:25 UTC (rev 234858)
@@ -0,0 +1,12 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+    setcap cap_ipc_lock=ep /usr/bin/gnome-keyring-daemon
+}
+
+post_upgrade() {
+    post_install $1
+}
+
+post_remove() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+}

Copied: gnome-keyring/repos/testing-x86_64/PKGBUILD (from rev 234786, gnome-keyring/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-03-25 15:36:25 UTC (rev 234858)
@@ -0,0 +1,32 @@
+#$Id$
+# Maintainer: Jan De Groot <jgc at archlinux.org>
+
+pkgname=gnome-keyring
+pkgver=3.15.92
+pkgrel=1
+pkgdesc="GNOME Password Management daemon"
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('gcr' 'libcap-ng')
+makedepends=('intltool' 'gtk-doc')
+groups=('gnome')
+options=('!emptydirs')
+url="http://www.gnome.org"
+install=gnome-keyring.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5c7c208cb98db040e0d0b6b3d4d84dc05516ec1922c49d68c7e9f723bd024176')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./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
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-keyring/repos/testing-x86_64/gnome-keyring.install (from rev 234786, gnome-keyring/repos/gnome-unstable-x86_64/gnome-keyring.install)
===================================================================
--- testing-x86_64/gnome-keyring.install	                        (rev 0)
+++ testing-x86_64/gnome-keyring.install	2015-03-25 15:36:25 UTC (rev 234858)
@@ -0,0 +1,12 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+    setcap cap_ipc_lock=ep /usr/bin/gnome-keyring-daemon
+}
+
+post_upgrade() {
+    post_install $1
+}
+
+post_remove() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+}



More information about the arch-commits mailing list