[arch-commits] Commit in gnome-keyring/repos (8 files)
Jan de Groot
jgc at archlinux.org
Mon Apr 16 13:00:46 UTC 2012
Date: Monday, April 16, 2012 @ 09:00:46
Author: jgc
Revision: 156239
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
gnome-keyring/repos/testing-i686/PKGBUILD
(from rev 156238, gnome-keyring/trunk/PKGBUILD)
gnome-keyring/repos/testing-i686/gnome-keyring.install
(from rev 156238, gnome-keyring/trunk/gnome-keyring.install)
gnome-keyring/repos/testing-x86_64/PKGBUILD
(from rev 156238, gnome-keyring/trunk/PKGBUILD)
gnome-keyring/repos/testing-x86_64/gnome-keyring.install
(from rev 156238, 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
--------------------------------------+
testing-i686/PKGBUILD | 64 ++++++++++++++++-----------------
testing-i686/gnome-keyring.install | 24 ++++++------
testing-x86_64/PKGBUILD | 64 ++++++++++++++++-----------------
testing-x86_64/gnome-keyring.install | 24 ++++++------
4 files changed, 88 insertions(+), 88 deletions(-)
Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2012-04-16 13:00:22 UTC (rev 156238)
+++ testing-i686/PKGBUILD 2012-04-16 13:00:46 UTC (rev 156239)
@@ -1,32 +0,0 @@
-#$Id$
-# Maintainer: Jan De Groot <jgc at archlinux.org>
-
-pkgname=gnome-keyring
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="GNOME Password Management daemon"
-arch=(i686 x86_64)
-license=('GPL' 'LGPL')
-depends=('gtk3' 'gcr' 'libcap-ng')
-makedepends=('intltool')
-groups=('gnome')
-options=('!libtool' '!emptydirs')
-url="http://www.gnome.org"
-install=gnome-keyring.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a3ea4ea71cdc5f25a4d72027ea6b775d20d9fead1ac71210d743e4cb2df3c3a2')
-
-build() {
- cd "$pkgname-$pkgver"
- ./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --disable-static \
- --libexecdir=/usr/lib/gnome-keyring \
- --with-pam-dir=/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 156238, gnome-keyring/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2012-04-16 13:00:46 UTC (rev 156239)
@@ -0,0 +1,32 @@
+#$Id$
+# Maintainer: Jan De Groot <jgc at archlinux.org>
+
+pkgname=gnome-keyring
+pkgver=3.4.1
+pkgrel=1
+pkgdesc="GNOME Password Management daemon"
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('gtk3' 'gcr' 'libcap-ng')
+makedepends=('intltool')
+groups=('gnome')
+options=('!libtool' '!emptydirs')
+url="http://www.gnome.org"
+install=gnome-keyring.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9e90267721198cbe6ebc08f6390d24901d9c0de39b180cd2ad1bbcdd7b30b249')
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --disable-static \
+ --libexecdir=/usr/lib/gnome-keyring \
+ --with-pam-dir=/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 2012-04-16 13:00:22 UTC (rev 156238)
+++ testing-i686/gnome-keyring.install 2012-04-16 13:00:46 UTC (rev 156239)
@@ -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 156238, gnome-keyring/trunk/gnome-keyring.install)
===================================================================
--- testing-i686/gnome-keyring.install (rev 0)
+++ testing-i686/gnome-keyring.install 2012-04-16 13:00:46 UTC (rev 156239)
@@ -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 2012-04-16 13:00:22 UTC (rev 156238)
+++ testing-x86_64/PKGBUILD 2012-04-16 13:00:46 UTC (rev 156239)
@@ -1,32 +0,0 @@
-#$Id$
-# Maintainer: Jan De Groot <jgc at archlinux.org>
-
-pkgname=gnome-keyring
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="GNOME Password Management daemon"
-arch=(i686 x86_64)
-license=('GPL' 'LGPL')
-depends=('gtk3' 'gcr' 'libcap-ng')
-makedepends=('intltool')
-groups=('gnome')
-options=('!libtool' '!emptydirs')
-url="http://www.gnome.org"
-install=gnome-keyring.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a3ea4ea71cdc5f25a4d72027ea6b775d20d9fead1ac71210d743e4cb2df3c3a2')
-
-build() {
- cd "$pkgname-$pkgver"
- ./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --disable-static \
- --libexecdir=/usr/lib/gnome-keyring \
- --with-pam-dir=/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 156238, gnome-keyring/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-16 13:00:46 UTC (rev 156239)
@@ -0,0 +1,32 @@
+#$Id$
+# Maintainer: Jan De Groot <jgc at archlinux.org>
+
+pkgname=gnome-keyring
+pkgver=3.4.1
+pkgrel=1
+pkgdesc="GNOME Password Management daemon"
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('gtk3' 'gcr' 'libcap-ng')
+makedepends=('intltool')
+groups=('gnome')
+options=('!libtool' '!emptydirs')
+url="http://www.gnome.org"
+install=gnome-keyring.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9e90267721198cbe6ebc08f6390d24901d9c0de39b180cd2ad1bbcdd7b30b249')
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --disable-static \
+ --libexecdir=/usr/lib/gnome-keyring \
+ --with-pam-dir=/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 2012-04-16 13:00:22 UTC (rev 156238)
+++ testing-x86_64/gnome-keyring.install 2012-04-16 13:00:46 UTC (rev 156239)
@@ -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 156238, gnome-keyring/trunk/gnome-keyring.install)
===================================================================
--- testing-x86_64/gnome-keyring.install (rev 0)
+++ testing-x86_64/gnome-keyring.install 2012-04-16 13:00:46 UTC (rev 156239)
@@ -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