xfconf: updated to 4.8.0
This commit is contained in:
parent
801102a0ac
commit
4cea1d11e5
@ -1,7 +1,7 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/xfconf-query
|
||||
-rwxr-xr-x root/root usr/bin/xfconfd
|
||||
lrwxrwxrwx root/root usr/bin/xfconfd -> /usr/lib/xfce4/xfconf/xfconfd
|
||||
drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/include/xfce4/
|
||||
drwxr-xr-x root/root usr/include/xfce4/xfconf-0/
|
||||
@ -18,6 +18,9 @@ lrwxrwxrwx root/root usr/lib/libxfconf-0.so.2 -> libxfconf-0.so.2.0.0
|
||||
-rwxr-xr-x root/root usr/lib/libxfconf-0.so.2.0.0
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libxfconf-0.pc
|
||||
drwxr-xr-x root/root usr/lib/xfce4/
|
||||
drwxr-xr-x root/root usr/lib/xfce4/xfconf/
|
||||
-rwxr-xr-x root/root usr/lib/xfce4/xfconf/xfconfd
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/dbus-1/
|
||||
drwxr-xr-x root/root usr/share/dbus-1/services/
|
||||
|
@ -1 +1 @@
|
||||
5ff93c15077c6dbbcd38c437bc1ab2ef xfconf-4.6.2.tar.bz2
|
||||
0f11ed1ec7789c5c4c3fcc7cdb3c2940 xfconf-4.8.0.tar.bz2
|
||||
|
@ -2,21 +2,27 @@
|
||||
# URL: http://www.xfce.org
|
||||
# Maintainer: Jose V Beneyto, sepen at crux dot nu
|
||||
# Packager: Jose V Beneyto, sepen at crux dot nu
|
||||
# Depends on: gtk, libxfce4util, dbus-glib,
|
||||
# Depends on: libxfce4util dbus-glib
|
||||
# Group: xfce4
|
||||
|
||||
name=xfconf
|
||||
version=4.6.2
|
||||
version=4.8.0
|
||||
release=1
|
||||
source=(http://archive.xfce.org/xfce/$version/src/$name-$version.tar.bz2)
|
||||
source=(http://archive.xfce.org/xfce/${version%.*}/src/$name-$version.tar.bz2)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--libexecdir=/usr/bin \
|
||||
--disable-static \
|
||||
--disable-debug
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
install -d $PKG/usr/bin
|
||||
ln -sf /usr/lib/xfce4/xfconf/xfconfd $PKG/usr/bin/xfconfd
|
||||
|
||||
rm -r $PKG/usr/share/{gtk-doc,locale}
|
||||
}
|
||||
|
@ -6,3 +6,4 @@ PRE-INSTALL
|
||||
from the contrib collection:
|
||||
* p5-extutils-depends
|
||||
* p5-extutils-pkgconfig
|
||||
* p5-glib
|
||||
|
Loading…
x
Reference in New Issue
Block a user