[arch-commits] Commit in gnome-keyring-sharp/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Thu Feb 23 12:19:34 UTC 2012


    Date: Thursday, February 23, 2012 @ 07:19:33
  Author: ibiru
Revision: 150833

rebuild for signing

Modified:
  gnome-keyring-sharp/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-23 12:01:17 UTC (rev 150832)
+++ PKGBUILD	2012-02-23 12:19:33 UTC (rev 150833)
@@ -2,16 +2,15 @@
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 pkgname=gnome-keyring-sharp
 pkgver=1.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A fully managed implementation of libgnome-keyring"
 arch=('i686' 'x86_64')
 url="http://www.mono-project.com/Libraries"
 license=('custom')
 depends=('ndesk-dbus>=0.4' 'libgnome-keyring')
 makedepends=('gtk-sharp-2')
-replaces=('gnome-keyring-sharp-svn')
 source=(http://www.go-mono.com/archive/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-options=('!makeflags')
+options=('!makeflags' '!libtool')
 md5sums=('f9a48319f3fe6123017b000d714d68b1')
 
 build() {
@@ -21,6 +20,11 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc --disable-static
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
   make DESTDIR="${pkgdir}" install
   rm -rf "${MONO_SHARED_DIR}"
   ln -sf gnome-keyring-sharp-1.0.pc "${pkgdir}/usr/lib/pkgconfig/gnome-keyring-sharp.pc"




More information about the arch-commits mailing list