mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 11:47:14 +08:00
Merge branch 'testing' of gitorious.org:chakra-packages/platform into testing
This commit is contained in:
commit
34c8e5b6c9
@ -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
|
||||
}
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user