dbus: updated to 1.6.4
This commit is contained in:
parent
af0cd580c5
commit
df8e191248
@ -34,6 +34,7 @@ drwxr-xr-x root/root usr/include/dbus-1.0/dbus/
|
||||
-rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus-server.h
|
||||
-rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus-shared.h
|
||||
-rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus-signature.h
|
||||
-rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus-syntax.h
|
||||
-rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus-threads.h
|
||||
-rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus-types.h
|
||||
-rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus.h
|
||||
@ -45,9 +46,9 @@ drwxr-xr-x root/root usr/lib/dbus-1.0/include/dbus/
|
||||
drwxr-xr-x root/root usr/lib/dbus/
|
||||
-rwsr-x--- root/messagebus usr/lib/dbus/dbus-daemon-launch-helper
|
||||
-rwxr-xr-x root/root usr/lib/libdbus-1.la
|
||||
lrwxrwxrwx root/root usr/lib/libdbus-1.so -> libdbus-1.so.3.5.9
|
||||
lrwxrwxrwx root/root usr/lib/libdbus-1.so.3 -> libdbus-1.so.3.5.9
|
||||
-rwxr-xr-x root/root usr/lib/libdbus-1.so.3.5.9
|
||||
lrwxrwxrwx root/root usr/lib/libdbus-1.so -> libdbus-1.so.3.7.2
|
||||
lrwxrwxrwx root/root usr/lib/libdbus-1.so.3 -> libdbus-1.so.3.7.2
|
||||
-rwxr-xr-x root/root usr/lib/libdbus-1.so.3.7.2
|
||||
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/man/
|
||||
|
@ -1,3 +1,3 @@
|
||||
23bc5ff22fe4f9a208d65fbbfd489ad9 30-dbus.launch
|
||||
79eca2f2c1894ac347acce128314428b dbus-1.4.20.tar.gz
|
||||
5ec43dc4554cba638917317b2b4f7640 dbus-1.6.4.tar.gz
|
||||
dd882e45b9397a5dbf8650057ee9a340 rc.dbus
|
||||
|
35
dbus/Pkgfile
35
dbus/Pkgfile
@ -5,27 +5,26 @@
|
||||
# Depends on: expat
|
||||
|
||||
name=dbus
|
||||
version=1.4.20
|
||||
version=1.6.4
|
||||
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 \
|
||||
--mandir=/usr/man \
|
||||
--disable-static \
|
||||
--with-dbus-user=messagebus \
|
||||
--with-xml=expat \
|
||||
--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
|
||||
rm -r $PKG/usr/share/doc
|
||||
rm -r $PKG/usr/lib/dbus-1.0/test
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr \
|
||||
--with-dbus-daemondir=/usr/sbin \
|
||||
--localstatedir=/var \
|
||||
--libexecdir=/usr/lib/dbus \
|
||||
--mandir=/usr/man \
|
||||
--disable-static \
|
||||
--with-dbus-user=messagebus \
|
||||
--with-xml=expat \
|
||||
--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
|
||||
rm -r $PKG/usr/share/doc
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user