[arch-commits] Commit in gnome-keyring/repos (8 files)
Jan Steffens
heftig at archlinux.org
Mon Sep 28 19:28:05 UTC 2015
Date: Monday, September 28, 2015 @ 21:28:05
Author: heftig
Revision: 247845
archrelease: copy trunk to staging-i686, staging-x86_64
Added:
gnome-keyring/repos/staging-i686/PKGBUILD
(from rev 247844, gnome-keyring/trunk/PKGBUILD)
gnome-keyring/repos/staging-i686/gnome-keyring.install
(from rev 247844, gnome-keyring/trunk/gnome-keyring.install)
gnome-keyring/repos/staging-x86_64/PKGBUILD
(from rev 247844, gnome-keyring/trunk/PKGBUILD)
gnome-keyring/repos/staging-x86_64/gnome-keyring.install
(from rev 247844, gnome-keyring/trunk/gnome-keyring.install)
Deleted:
gnome-keyring/repos/staging-i686/PKGBUILD
gnome-keyring/repos/staging-i686/gnome-keyring.install
gnome-keyring/repos/staging-x86_64/PKGBUILD
gnome-keyring/repos/staging-x86_64/gnome-keyring.install
--------------------------------------+
/PKGBUILD | 64 +++++++++++++++++++++++++++++++++
/gnome-keyring.install | 24 ++++++++++++
staging-i686/PKGBUILD | 32 ----------------
staging-i686/gnome-keyring.install | 12 ------
staging-x86_64/PKGBUILD | 32 ----------------
staging-x86_64/gnome-keyring.install | 12 ------
6 files changed, 88 insertions(+), 88 deletions(-)
Deleted: staging-i686/PKGBUILD
===================================================================
--- staging-i686/PKGBUILD 2015-09-28 19:24:07 UTC (rev 247844)
+++ staging-i686/PKGBUILD 2015-09-28 19:28:05 UTC (rev 247845)
@@ -1,32 +0,0 @@
-#$Id$
-# Maintainer: Jan De Groot <jgc at archlinux.org>
-
-pkgname=gnome-keyring
-pkgver=3.17.91
-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=('c52fbfad114fca5b2b3cce223e0fc22b848e3e41908a8e5ce9c27e6e834c9033')
-
-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/staging-i686/PKGBUILD (from rev 247844, gnome-keyring/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2015-09-28 19:28:05 UTC (rev 247845)
@@ -0,0 +1,32 @@
+#$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
+}
Deleted: staging-i686/gnome-keyring.install
===================================================================
--- staging-i686/gnome-keyring.install 2015-09-28 19:24:07 UTC (rev 247844)
+++ staging-i686/gnome-keyring.install 2015-09-28 19:28:05 UTC (rev 247845)
@@ -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/staging-i686/gnome-keyring.install (from rev 247844, gnome-keyring/trunk/gnome-keyring.install)
===================================================================
--- staging-i686/gnome-keyring.install (rev 0)
+++ staging-i686/gnome-keyring.install 2015-09-28 19:28:05 UTC (rev 247845)
@@ -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: staging-x86_64/PKGBUILD
===================================================================
--- staging-x86_64/PKGBUILD 2015-09-28 19:24:07 UTC (rev 247844)
+++ staging-x86_64/PKGBUILD 2015-09-28 19:28:05 UTC (rev 247845)
@@ -1,32 +0,0 @@
-#$Id$
-# Maintainer: Jan De Groot <jgc at archlinux.org>
-
-pkgname=gnome-keyring
-pkgver=3.17.91
-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=('c52fbfad114fca5b2b3cce223e0fc22b848e3e41908a8e5ce9c27e6e834c9033')
-
-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/staging-x86_64/PKGBUILD (from rev 247844, gnome-keyring/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-28 19:28:05 UTC (rev 247845)
@@ -0,0 +1,32 @@
+#$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
+}
Deleted: staging-x86_64/gnome-keyring.install
===================================================================
--- staging-x86_64/gnome-keyring.install 2015-09-28 19:24:07 UTC (rev 247844)
+++ staging-x86_64/gnome-keyring.install 2015-09-28 19:28:05 UTC (rev 247845)
@@ -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/staging-x86_64/gnome-keyring.install (from rev 247844, gnome-keyring/trunk/gnome-keyring.install)
===================================================================
--- staging-x86_64/gnome-keyring.install (rev 0)
+++ staging-x86_64/gnome-keyring.install 2015-09-28 19:28:05 UTC (rev 247845)
@@ -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