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

Jan Steffens heftig at archlinux.org
Wed Nov 1 18:51:16 UTC 2017


    Date: Wednesday, November 1, 2017 @ 18:51:15
  Author: heftig
Revision: 308822

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

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

------------------------------------+
 /PKGBUILD                          |   88 +++++++++++++++++++++++++++++++++++
 /gnome-keyring.install             |   14 +++++
 extra-i686/PKGBUILD                |   44 -----------------
 extra-i686/gnome-keyring.install   |    7 --
 extra-x86_64/PKGBUILD              |   44 -----------------
 extra-x86_64/gnome-keyring.install |    7 --
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-11-01 18:50:44 UTC (rev 308821)
+++ extra-i686/PKGBUILD	2017-11-01 18:51:15 UTC (rev 308822)
@@ -1,44 +0,0 @@
-#$Id$
-# Maintainer: Jan De Groot <jgc at archlinux.org>
-
-pkgname=gnome-keyring
-pkgver=3.20.0+57+g9db67ef6
-pkgrel=1
-epoch=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 pam)
-makedepends=(intltool gtk-doc gnome-common git python)
-groups=('gnome')
-install=gnome-keyring.install
-_commit=9db67ef6e39ac51d426dee91da3b9305670241e6  # master
-source=("git+https://git.gnome.org/browse/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/extra-i686/PKGBUILD (from rev 308821, gnome-keyring/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-11-01 18:51:15 UTC (rev 308822)
@@ -0,0 +1,44 @@
+#$Id$
+# Maintainer: Jan De Groot <jgc at archlinux.org>
+
+pkgname=gnome-keyring
+pkgver=3.20.1
+pkgrel=1
+epoch=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 pam)
+makedepends=(intltool gtk-doc gnome-common git python)
+groups=('gnome')
+install=gnome-keyring.install
+_commit=0196028a5081f1d988113bab7a52da448cf59413  # tags/3.20.1^0
+source=("git+https://git.gnome.org/browse/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
+}

Deleted: extra-i686/gnome-keyring.install
===================================================================
--- extra-i686/gnome-keyring.install	2017-11-01 18:50:44 UTC (rev 308821)
+++ extra-i686/gnome-keyring.install	2017-11-01 18:51:15 UTC (rev 308822)
@@ -1,7 +0,0 @@
-post_install() {
-  setcap cap_ipc_lock=ep usr/bin/gnome-keyring-daemon
-}
-
-post_upgrade() {
-  post_install
-}

Copied: gnome-keyring/repos/extra-i686/gnome-keyring.install (from rev 308821, gnome-keyring/trunk/gnome-keyring.install)
===================================================================
--- extra-i686/gnome-keyring.install	                        (rev 0)
+++ extra-i686/gnome-keyring.install	2017-11-01 18:51:15 UTC (rev 308822)
@@ -0,0 +1,7 @@
+post_install() {
+  setcap cap_ipc_lock=ep usr/bin/gnome-keyring-daemon
+}
+
+post_upgrade() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-11-01 18:50:44 UTC (rev 308821)
+++ extra-x86_64/PKGBUILD	2017-11-01 18:51:15 UTC (rev 308822)
@@ -1,44 +0,0 @@
-#$Id$
-# Maintainer: Jan De Groot <jgc at archlinux.org>
-
-pkgname=gnome-keyring
-pkgver=3.20.0+57+g9db67ef6
-pkgrel=1
-epoch=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 pam)
-makedepends=(intltool gtk-doc gnome-common git python)
-groups=('gnome')
-install=gnome-keyring.install
-_commit=9db67ef6e39ac51d426dee91da3b9305670241e6  # master
-source=("git+https://git.gnome.org/browse/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/extra-x86_64/PKGBUILD (from rev 308821, gnome-keyring/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-11-01 18:51:15 UTC (rev 308822)
@@ -0,0 +1,44 @@
+#$Id$
+# Maintainer: Jan De Groot <jgc at archlinux.org>
+
+pkgname=gnome-keyring
+pkgver=3.20.1
+pkgrel=1
+epoch=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 pam)
+makedepends=(intltool gtk-doc gnome-common git python)
+groups=('gnome')
+install=gnome-keyring.install
+_commit=0196028a5081f1d988113bab7a52da448cf59413  # tags/3.20.1^0
+source=("git+https://git.gnome.org/browse/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
+}

Deleted: extra-x86_64/gnome-keyring.install
===================================================================
--- extra-x86_64/gnome-keyring.install	2017-11-01 18:50:44 UTC (rev 308821)
+++ extra-x86_64/gnome-keyring.install	2017-11-01 18:51:15 UTC (rev 308822)
@@ -1,7 +0,0 @@
-post_install() {
-  setcap cap_ipc_lock=ep usr/bin/gnome-keyring-daemon
-}
-
-post_upgrade() {
-  post_install
-}

Copied: gnome-keyring/repos/extra-x86_64/gnome-keyring.install (from rev 308821, gnome-keyring/trunk/gnome-keyring.install)
===================================================================
--- extra-x86_64/gnome-keyring.install	                        (rev 0)
+++ extra-x86_64/gnome-keyring.install	2017-11-01 18:51:15 UTC (rev 308822)
@@ -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