mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-02-03 18:47:14 +08:00
lib32-libdbus: update 1.10.0
This commit is contained in:
parent
4619b79d80
commit
3c18661147
@ -5,7 +5,7 @@
|
||||
|
||||
pkgname=lib32-libdbus
|
||||
_pkgbasename=libdbus
|
||||
pkgver=1.8.18
|
||||
pkgver=1.10.0
|
||||
pkgrel=1
|
||||
pkgdesc="DBus library (32-bit)"
|
||||
arch=('x86_64')
|
||||
@ -16,8 +16,10 @@ makedepends=('gcc-multilib' 'lib32-libx11')
|
||||
provides=('lib32-dbus-core')
|
||||
conflicts=('lib32-dbus-core')
|
||||
replaces=('lib32-dbus-core')
|
||||
source=("http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz")
|
||||
md5sums=('83e607e9ccb1c921d5b6bbea2376a36c')
|
||||
source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz{,.asc})
|
||||
md5sums=('5af6297348107a906c8449817a728b3b'
|
||||
'SKIP')
|
||||
validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90') # Simon McVittie <simon.mcvittie@collabora.co.uk>
|
||||
|
||||
build() {
|
||||
export CC="gcc -m32"
|
||||
@ -27,9 +29,8 @@ build() {
|
||||
cd "${srcdir}/dbus-${pkgver}"
|
||||
|
||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=/usr/lib32 \
|
||||
--libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
|
||||
--with-system-pid-file=/var/run/dbus.pid \
|
||||
--with-system-socket=/run/dbus/system_bus_socket \
|
||||
--libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
|
||||
--with-system-pid-file=/run/dbus.pid \
|
||||
--with-console-auth-dir=/run/console/ \
|
||||
--enable-inotify \
|
||||
--disable-verbose-mode --disable-static \
|
||||
@ -37,6 +38,7 @@ build() {
|
||||
--disable-systemd
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/dbus-${pkgver}"
|
||||
make DESTDIR=${pkgdir} install
|
||||
|
Loading…
Reference in New Issue
Block a user