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

Ionut Biru ibiru at archlinux.org
Mon Apr 23 09:08:35 UTC 2012


    Date: Monday, April 23, 2012 @ 05:08:34
  Author: ibiru
Revision: 156896

db-move: moved libgnome-keyring from [testing] to [extra] (x86_64)

Added:
  libgnome-keyring/repos/extra-x86_64/PKGBUILD
    (from rev 156695, libgnome-keyring/repos/testing-x86_64/PKGBUILD)
Deleted:
  libgnome-keyring/repos/extra-x86_64/PKGBUILD
  libgnome-keyring/repos/testing-x86_64/

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-04-23 09:08:33 UTC (rev 156895)
+++ extra-x86_64/PKGBUILD	2012-04-23 09:08:34 UTC (rev 156896)
@@ -1,28 +0,0 @@
-#$Id$
-#Maintainer: Jan De Groot <jgc at archlinux.org>
-
-pkgname=libgnome-keyring
-pkgver=3.2.2
-pkgrel=1
-pkgdesc="GNOME keyring client library"
-arch=(i686 x86_64)
-license=('GPL' 'LGPL')
-depends=('dbus-core' 'libgcrypt' 'glib2')
-makedepends=('intltool' 'pkgconfig')
-options=('!libtool' '!emptydirs')
-url="http://www.gnome.org"
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('2bcbe47b1960737866835a516056c36d1a3d82d5ad101c70d5a87e1ad616adb3')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --disable-static \
-      --libexecdir=/usr/lib/gnome-keyring
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libgnome-keyring/repos/extra-x86_64/PKGBUILD (from rev 156695, libgnome-keyring/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-04-23 09:08:34 UTC (rev 156896)
@@ -0,0 +1,28 @@
+#$Id$
+#Maintainer: Jan De Groot <jgc at archlinux.org>
+
+pkgname=libgnome-keyring
+pkgver=3.4.1
+pkgrel=1
+pkgdesc="GNOME keyring client library"
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('dbus-core' 'glib2' 'libgcrypt')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool' '!emptydirs')
+url="http://www.gnome.org"
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e74a3e4521767fe5f05cc97cda8a355239567d9763ec628280ede8c2a4a379e8')
+
+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