Version 4.13.8

This commit is contained in:
jolupa 2019-06-27 16:07:25 +02:00
parent 20911097fa
commit 8dc2eb077c
3 changed files with 15 additions and 4 deletions

View File

@ -11,6 +11,8 @@ drwxr-xr-x root/root usr/include/xfce4/xfconf-0/xfconf/
-rw-r--r-- root/root usr/include/xfce4/xfconf-0/xfconf/xfconf-types.h
-rw-r--r-- root/root usr/include/xfce4/xfconf-0/xfconf/xfconf.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/girepository-1.0/
-rw-r--r-- root/root usr/lib/girepository-1.0/Xfconf-0.typelib
-rwxr-xr-x root/root usr/lib/libxfconf-0.la
lrwxrwxrwx root/root usr/lib/libxfconf-0.so -> libxfconf-0.so.3.0.0
lrwxrwxrwx root/root usr/lib/libxfconf-0.so.3 -> libxfconf-0.so.3.0.0
@ -24,6 +26,8 @@ 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/
-rw-r--r-- root/root usr/share/dbus-1/services/org.xfce.Xfconf.service
drwxr-xr-x root/root usr/share/gir-1.0/
-rw-r--r-- root/root usr/share/gir-1.0/Xfconf-0.gir
drwxr-xr-x root/root usr/share/locale/
drwxr-xr-x root/root usr/share/locale/ar/
drwxr-xr-x root/root usr/share/locale/ar/LC_MESSAGES/
@ -88,6 +92,9 @@ drwxr-xr-x root/root usr/share/locale/hr/LC_MESSAGES/
drwxr-xr-x root/root usr/share/locale/hu/
drwxr-xr-x root/root usr/share/locale/hu/LC_MESSAGES/
-rw-r--r-- root/root usr/share/locale/hu/LC_MESSAGES/xfconf.mo
drwxr-xr-x root/root usr/share/locale/hy_AM/
drwxr-xr-x root/root usr/share/locale/hy_AM/LC_MESSAGES/
-rw-r--r-- root/root usr/share/locale/hy_AM/LC_MESSAGES/xfconf.mo
drwxr-xr-x root/root usr/share/locale/id/
drwxr-xr-x root/root usr/share/locale/id/LC_MESSAGES/
-rw-r--r-- root/root usr/share/locale/id/LC_MESSAGES/xfconf.mo

View File

@ -1 +1 @@
73de523a9bc3b368350fa43618e657c3 xfconf-4.13.7.tar.gz
d01da22075a932d201a3e36f9a96ca35 xfconf-4.13.8.tar.gz

View File

@ -4,8 +4,8 @@
# Depends on: libxfce4util dbus-glib gtk-doc
name=xfconf
version=4.13.7
release=5
version=4.13.8
release=1
source=(https://git.xfce.org/xfce/$name/snapshot/$name-$version.tar.gz)
build() {
@ -15,7 +15,11 @@ build() {
./autogen.sh \
--prefix=/usr \
--libexecdir=/usr/lib/$name \
--disable-debug
--disable-debug \
--disable-vala \
--disable-gtk-doc \
--disable-gtk-doc-pdf \
--disable-gtk-doc-html
make
make DESTDIR=$PKG install