[arch-commits] Commit in libgnome-keyring/repos (4 files)

Jan Steffens heftig at nymeria.archlinux.org
Tue Dec 17 11:34:14 UTC 2013


    Date: Tuesday, December 17, 2013 @ 12:34:14
  Author: heftig
Revision: 201651

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

Added:
  libgnome-keyring/repos/staging-i686/
  libgnome-keyring/repos/staging-i686/PKGBUILD
    (from rev 201650, libgnome-keyring/trunk/PKGBUILD)
  libgnome-keyring/repos/staging-x86_64/
  libgnome-keyring/repos/staging-x86_64/PKGBUILD
    (from rev 201650, libgnome-keyring/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: libgnome-keyring/repos/staging-i686/PKGBUILD (from rev 201650, libgnome-keyring/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2013-12-17 11:34:14 UTC (rev 201651)
@@ -0,0 +1,29 @@
+#$Id$
+#Maintainer: Jan De Groot <jgc at archlinux.org>
+
+pkgname=libgnome-keyring
+pkgver=3.10.1
+pkgrel=2
+pkgdesc="GNOME keyring client library"
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('dbus-core' 'glib2' 'libgcrypt')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+optdepends=('gnome-keyring: key storage service (or use any other service implementing org.freedesktop.secrets)')
+options=('!emptydirs')
+url="http://www.gnome.org"
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('052cf1121ba823359afe534c425f7e216c6a2b1a2b316dee279dcf9032423772')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static \
+      --libexecdir=/usr/lib/gnome-keyring
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: libgnome-keyring/repos/staging-x86_64/PKGBUILD (from rev 201650, libgnome-keyring/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2013-12-17 11:34:14 UTC (rev 201651)
@@ -0,0 +1,29 @@
+#$Id$
+#Maintainer: Jan De Groot <jgc at archlinux.org>
+
+pkgname=libgnome-keyring
+pkgver=3.10.1
+pkgrel=2
+pkgdesc="GNOME keyring client library"
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('dbus-core' 'glib2' 'libgcrypt')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+optdepends=('gnome-keyring: key storage service (or use any other service implementing org.freedesktop.secrets)')
+options=('!emptydirs')
+url="http://www.gnome.org"
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('052cf1121ba823359afe534c425f7e216c6a2b1a2b316dee279dcf9032423772')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static \
+      --libexecdir=/usr/lib/gnome-keyring
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list