[arch-commits] Commit in libgnome-keyring/repos (3 files)
Ionut Biru
ibiru at archlinux.org
Sat Oct 1 18:59:52 UTC 2011
Date: Saturday, October 1, 2011 @ 14:59:51
Author: ibiru
Revision: 139377
db-move: moved libgnome-keyring from [testing] to [extra] (x86_64)
Added:
libgnome-keyring/repos/extra-x86_64/PKGBUILD
(from rev 139207, 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 2011-10-01 18:59:49 UTC (rev 139376)
+++ extra-x86_64/PKGBUILD 2011-10-01 18:59:51 UTC (rev 139377)
@@ -1,28 +0,0 @@
-#$Id$
-#Maintainer: Jan De Groot <jgc at archlinux.org>
-
-pkgname=libgnome-keyring
-pkgver=3.0.3
-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.bz2)
-sha256sums=('a0cc08bcd431070d3f01c2741903c2bd8b0231ee73de709d28e722e28575fdf8')
-
-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 139207, libgnome-keyring/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2011-10-01 18:59:51 UTC (rev 139377)
@@ -0,0 +1,28 @@
+#$Id$
+#Maintainer: Jan De Groot <jgc at archlinux.org>
+
+pkgname=libgnome-keyring
+pkgver=3.2.0
+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=('0516403432b06ecc173c9f9dbe3eaa87b2c7a230806fcac4dfd73ad998e928f5')
+
+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
+}
More information about the arch-commits
mailing list