mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-01-23 17:33:34 +08:00
dbus-glib update
This commit is contained in:
parent
f3766ef592
commit
d4e1ca2ef0
@ -7,8 +7,8 @@
|
|||||||
_pkgbasename=dbus-glib
|
_pkgbasename=dbus-glib
|
||||||
|
|
||||||
pkgname=lib32-${_pkgbasename}
|
pkgname=lib32-${_pkgbasename}
|
||||||
pkgver=0.94
|
pkgver=0.100
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="GLib bindings for DBUS (32-bit)"
|
pkgdesc="GLib bindings for DBUS (32-bit)"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
@ -17,7 +17,7 @@ depends=('lib32-dbus-core' 'lib32-glib2' ${_pkgbasename})
|
|||||||
makedepends=('gcc-multilib' 'lib32-libffi' 'pkgconfig')
|
makedepends=('gcc-multilib' 'lib32-libffi' 'pkgconfig')
|
||||||
options=(!libtool !emptydirs)
|
options=(!libtool !emptydirs)
|
||||||
source=(http://dbus.freedesktop.org/releases/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz)
|
source=(http://dbus.freedesktop.org/releases/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz)
|
||||||
md5sums=('e1f1506a6f4941e67bffd614b1ad5af6')
|
md5sums=('d33959a9c0c6a158f5ac6d640316e89e')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
export CC="gcc -m32"
|
export CC="gcc -m32"
|
||||||
@ -31,7 +31,6 @@ build() {
|
|||||||
--enable-static=no \
|
--enable-static=no \
|
||||||
--enable-bash-completion=no
|
--enable-bash-completion=no
|
||||||
make
|
make
|
||||||
make DESTDIR="${pkgdir}" install
|
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
Loading…
Reference in New Issue
Block a user