dbus: updated to 1.12.2
This commit is contained in:
parent
684131503f
commit
bd49a742e5
@ -48,9 +48,9 @@ drwxr-xr-x root/root usr/lib/dbus/
|
||||
-rwsr-x--- root/messagebus usr/lib/dbus/dbus-daemon-launch-helper
|
||||
-rw-r--r-- root/root usr/lib/libdbus-1.a
|
||||
-rwxr-xr-x root/root usr/lib/libdbus-1.la
|
||||
lrwxrwxrwx root/root usr/lib/libdbus-1.so -> libdbus-1.so.3.14.14
|
||||
lrwxrwxrwx root/root usr/lib/libdbus-1.so.3 -> libdbus-1.so.3.14.14
|
||||
-rwxr-xr-x root/root usr/lib/libdbus-1.so.3.14.14
|
||||
lrwxrwxrwx root/root usr/lib/libdbus-1.so -> libdbus-1.so.3.19.4
|
||||
lrwxrwxrwx root/root usr/lib/libdbus-1.so.3 -> libdbus-1.so.3.19.4
|
||||
-rwxr-xr-x root/root usr/lib/libdbus-1.so.3.19.4
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/dbus-1.pc
|
||||
drwxr-xr-x root/root usr/sbin/
|
||||
|
@ -1,3 +1,3 @@
|
||||
23bc5ff22fe4f9a208d65fbbfd489ad9 30-dbus.launch
|
||||
d548ae16f9a3268fe4650ccc86a3f06f dbus-1.10.24.tar.gz
|
||||
3361456cadb99aa6601bed5b48964254 dbus-1.12.2.tar.gz
|
||||
0acb71de3d0fc3271d2391da168c6f9f rc.dbus
|
||||
|
@ -1,7 +1,7 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/assbnbkvr/GVsYht2Y1ZUsy8dyXN8IVF7kuILppSAzY9CJ063eHMclGIFfcyIesEia1Zi+l88/UFN5MF94w4w0=
|
||||
SHA256 (Pkgfile) = 0f8d8b97a99b7530103b8d7c96b642379efe18be8cc6e4489915733492add538
|
||||
SHA256 (.footprint) = 0b6c1e6a2fd563a6cf675ce16f3e11cac5e6ae7f9f562eeed7c0729c35a29367
|
||||
SHA256 (dbus-1.10.24.tar.gz) = 71184eb27638e224579ffa998e88f01d0f1fef17a7811406e53350735eaecd1b
|
||||
RWSE3ohX2g5d/dp1wda/1MTNM3qSZmY5LplfvAKab/rn7Rrw/iT79NXNDZgEYy5eEgHR2J3tOVKGfpViRoLwl4RFInZXnLGUVgk=
|
||||
SHA256 (Pkgfile) = 839daa65db40ca947b9ecddd255fd952e7564b682b9dd198aacfe70b3bf7885e
|
||||
SHA256 (.footprint) = 86d7a63f5fadc0ed96aca78b941f07e186cdd7ea07c456987454df1679850846
|
||||
SHA256 (dbus-1.12.2.tar.gz) = 272bb5091770b047c8188b926d5e6038fa4fe6745488b2add96b23e2d9a83d88
|
||||
SHA256 (rc.dbus) = ccc40d9bcb9d763b914d598390c0868f85c6447d239084dad0fe776a4ce3f23e
|
||||
SHA256 (30-dbus.launch) = 18ea1e79698bb876f7f5fb298daae5ff6cd17c56764b087f8da2e1d5809af37a
|
||||
|
33
dbus/Pkgfile
33
dbus/Pkgfile
@ -4,24 +4,27 @@
|
||||
# Depends on: expat
|
||||
|
||||
name=dbus
|
||||
version=1.10.24
|
||||
version=1.12.2
|
||||
release=1
|
||||
source=(http://dbus.freedesktop.org/releases/dbus/$name-$version.tar.gz \
|
||||
rc.dbus 30-dbus.launch)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr \
|
||||
--with-dbus-daemondir=/usr/sbin \
|
||||
--localstatedir=/var \
|
||||
--libexecdir=/usr/lib/dbus \
|
||||
--with-dbus-user=messagebus \
|
||||
--with-init-scripts=none \
|
||||
--with-system-pid-file=/var/run/$name/$name.pid
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
install -D -m 0755 $SRC/rc.dbus $PKG/etc/rc.d/dbus
|
||||
install -D -m 0755 $SRC/30-dbus.launch \
|
||||
$PKG/etc/X11/xinit/xinitrc.d/30-dbus.launch.sh
|
||||
rm -r $PKG/usr/share/doc
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr \
|
||||
--with-dbus-daemondir=/usr/sbin \
|
||||
--localstatedir=/var \
|
||||
--libexecdir=/usr/lib/dbus \
|
||||
--with-dbus-user=messagebus \
|
||||
--with-init-scripts=none \
|
||||
--with-system-pid-file=/var/run/$name/$name.pid
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
install -D -m 0755 $SRC/rc.dbus $PKG/etc/rc.d/dbus
|
||||
install -D -m 0755 $SRC/30-dbus.launch \
|
||||
$PKG/etc/X11/xinit/xinitrc.d/30-dbus.launch.sh
|
||||
rm -r $PKG/usr/share/doc
|
||||
rm -rf $PKG/usr/lib/cmake
|
||||
rm -rf $PKG/usr/share/xml
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user