Merge branch 'testing' of gitorious.org:chakra-packages/platform into testing

This commit is contained in:
abveritas 2011-05-12 23:10:04 +00:00
commit 34c8e5b6c9
2 changed files with 5 additions and 6 deletions

View File

@ -3,20 +3,19 @@
pkgname=eggdbus
pkgver=0.6
pkgrel=1
pkgrel=2
pkgdesc="Experimental D-Bus bindings for GObject"
arch=(i686 x86_64)
license=('LGPL')
url="http://www.freedesktop.org/wiki/Software/Policykit"
depends=('glib2>=2.22.2' 'dbus-glib>=0.82-2')
makedepends=('gtk-doc')
options=('!libtool')
source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
md5sums=('b43d2a6c523fcb8b9d0b0300c4222386')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --disable-static --enable-gtk-doc || return 1
./configure --prefix=/usr --disable-static || return 1
make || return 1
make DESTDIR="${pkgdir}" install || return 1
}

View File

@ -6,12 +6,12 @@
pkgname=libgnome-keyring
pkgver=2.32.0
pkgrel=1
pkgrel=2
pkgdesc="GNOME keyring client library"
arch=(i686 x86_64)
license=('GPL' 'LGPL')
depends=('dbus-core>=1.4.0' 'libgcrypt>=1.4.6' 'glib2>=2.26.0')
makedepends=('intltool' 'pkgconfig' 'python2' 'gtk-doc')
makedepends=('intltool' 'pkgconfig' 'python2')
options=('!libtool' '!emptydirs')
url="http://www.gnome.org"
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
@ -24,4 +24,4 @@ build() {
--libexecdir=/usr/lib/gnome-keyring
make
make -j1 DESTDIR="${pkgdir}" install
}
}