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

Jan Steffens heftig at archlinux.org
Tue Oct 6 19:59:57 UTC 2015


    Date: Tuesday, October 6, 2015 @ 21:59:56
  Author: heftig
Revision: 248433

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

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

--------------------------------------+
 /PKGBUILD                            |   70 +++++++++++++++++++++++++++++++++
 /gnome-keyring.install               |   24 +++++++++++
 testing-i686/PKGBUILD                |   32 ---------------
 testing-i686/gnome-keyring.install   |   12 -----
 testing-x86_64/PKGBUILD              |   32 ---------------
 testing-x86_64/gnome-keyring.install |   12 -----
 6 files changed, 94 insertions(+), 88 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2015-10-06 19:59:08 UTC (rev 248432)
+++ testing-i686/PKGBUILD	2015-10-06 19:59:56 UTC (rev 248433)
@@ -1,32 +0,0 @@
-#$Id$
-# Maintainer: Jan De Groot <jgc at archlinux.org>
-
-pkgname=gnome-keyring
-pkgver=3.18.0
-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=('3bf46a3d286efd11443a71e4b5bc71f20dadd22859a5eaf433c318d7ba795b1e')
-
-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/PKGBUILD (from rev 248432, gnome-keyring/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-10-06 19:59:56 UTC (rev 248433)
@@ -0,0 +1,35 @@
+#$Id$
+# Maintainer: Jan De Groot <jgc at archlinux.org>
+
+pkgname=gnome-keyring
+epoch=1
+pkgver=3.16.0
+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=('15a3bb8c53855a4ff0dbbdfbe4ec3df206c32048f50bdc76a51f8e3e14ece1f5')
+
+# Held at 3.16 until https://bugzilla.gnome.org/show_bug.cgi?id=756006 is fixed
+
+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
+}

Deleted: testing-i686/gnome-keyring.install
===================================================================
--- testing-i686/gnome-keyring.install	2015-10-06 19:59:08 UTC (rev 248432)
+++ testing-i686/gnome-keyring.install	2015-10-06 19:59:56 UTC (rev 248433)
@@ -1,12 +0,0 @@
-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-i686/gnome-keyring.install (from rev 248432, gnome-keyring/trunk/gnome-keyring.install)
===================================================================
--- testing-i686/gnome-keyring.install	                        (rev 0)
+++ testing-i686/gnome-keyring.install	2015-10-06 19:59:56 UTC (rev 248433)
@@ -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
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2015-10-06 19:59:08 UTC (rev 248432)
+++ testing-x86_64/PKGBUILD	2015-10-06 19:59:56 UTC (rev 248433)
@@ -1,32 +0,0 @@
-#$Id$
-# Maintainer: Jan De Groot <jgc at archlinux.org>
-
-pkgname=gnome-keyring
-pkgver=3.18.0
-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=('3bf46a3d286efd11443a71e4b5bc71f20dadd22859a5eaf433c318d7ba795b1e')
-
-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/PKGBUILD (from rev 248432, gnome-keyring/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-10-06 19:59:56 UTC (rev 248433)
@@ -0,0 +1,35 @@
+#$Id$
+# Maintainer: Jan De Groot <jgc at archlinux.org>
+
+pkgname=gnome-keyring
+epoch=1
+pkgver=3.16.0
+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=('15a3bb8c53855a4ff0dbbdfbe4ec3df206c32048f50bdc76a51f8e3e14ece1f5')
+
+# Held at 3.16 until https://bugzilla.gnome.org/show_bug.cgi?id=756006 is fixed
+
+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
+}

Deleted: testing-x86_64/gnome-keyring.install
===================================================================
--- testing-x86_64/gnome-keyring.install	2015-10-06 19:59:08 UTC (rev 248432)
+++ testing-x86_64/gnome-keyring.install	2015-10-06 19:59:56 UTC (rev 248433)
@@ -1,12 +0,0 @@
-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/gnome-keyring.install (from rev 248432, gnome-keyring/trunk/gnome-keyring.install)
===================================================================
--- testing-x86_64/gnome-keyring.install	                        (rev 0)
+++ testing-x86_64/gnome-keyring.install	2015-10-06 19:59:56 UTC (rev 248433)
@@ -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