summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-10 21:19:36 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-10 21:19:36 +0100
commit0f291d784e432bfecc45276dbabd6b38817b0c30 (patch)
tree21a925f5998f7ab5b92d216baf01bbe986ca4f42
parent087bac5c127500ed4c5c3bbff94d477fa7b72ce0 (diff)
downloadnutyx-pakxe-0f291d784e432bfecc45276dbabd6b38817b0c30.tar.gz
nutyx-pakxe-0f291d784e432bfecc45276dbabd6b38817b0c30.tar.bz2
nutyx-pakxe-0f291d784e432bfecc45276dbabd6b38817b0c30.tar.xz
nutyx-pakxe-0f291d784e432bfecc45276dbabd6b38817b0c30.zip
maj gconf#2.28.0-1
-rw-r--r--extra/gconf/.footprint7
-rw-r--r--extra/gconf/.md5sum2
-rw-r--r--extra/gconf/Pkgfile13
3 files changed, 12 insertions, 10 deletions
diff --git a/extra/gconf/.footprint b/extra/gconf/.footprint
index bd6150d18..bb56de13c 100644
--- a/extra/gconf/.footprint
+++ b/extra/gconf/.footprint
@@ -7,6 +7,7 @@ drwxr-xr-x root/root etc/gconf/2/
-rw-r--r-- root/root etc/gconf/2/path
drwxr-xr-x root/root etc/gconf/gconf.xml.defaults/
drwxr-xr-x root/root etc/gconf/gconf.xml.mandatory/
+drwxr-xr-x root/root etc/gconf/gconf.xml.system/
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/gconf-merge-tree
@@ -44,9 +45,6 @@ lrwxrwxrwx root/root usr/lib/libgconf-2.so.4 -> libgconf-2.so.4.1.5
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/gconf-2.0.pc
drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/PolicyKit/
-drwxr-xr-x root/root usr/share/PolicyKit/policy/
--rw-r--r-- root/root usr/share/PolicyKit/policy/org.gnome.gconf.defaults.policy
drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/gconf-2.m4
drwxr-xr-x root/root usr/share/dbus-1/
@@ -61,6 +59,9 @@ drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/gconftool-2.1.gz
+drwxr-xr-x root/root usr/share/polkit-1/
+drwxr-xr-x root/root usr/share/polkit-1/actions/
+-rw-r--r-- root/root usr/share/polkit-1/actions/org.gnome.gconf.defaults.policy
drwxr-xr-x root/root usr/share/sgml/
drwxr-xr-x root/root usr/share/sgml/gconf/
-rw-r--r-- root/root usr/share/sgml/gconf/gconf-1.0.dtd
diff --git a/extra/gconf/.md5sum b/extra/gconf/.md5sum
index a012553bd..d663f1d65 100644
--- a/extra/gconf/.md5sum
+++ b/extra/gconf/.md5sum
@@ -1,2 +1,2 @@
8670a7156807c867e153617db91b6e5d GConf-2.26.2-sysconfdir-1.patch
-8b55d58dab13e821e048627aa4f92b8b GConf-2.26.2.tar.bz2
+ad2aeb9c7d906b274954c51a615caeac GConf-2.28.0.tar.bz2
diff --git a/extra/gconf/Pkgfile b/extra/gconf/Pkgfile
index 2027c2a44..f525e5ec5 100644
--- a/extra/gconf/Pkgfile
+++ b/extra/gconf/Pkgfile
@@ -2,22 +2,23 @@
# URL: http://www.gnome.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: orbit2, policykit, glib, gtk
+# Depends on: orbit2, polkit, glib, gtk
name=gconf
-version=2.26.2
+version=2.28.0
release=1
-source=(http://ftp.gnome.org/pub/gnome/sources/GConf/2.26/GConf-$version.tar.bz2\
- GConf-$version-sysconfdir-1.patch)
+source=(http://ftp.gnome.org/pub/gnome/sources/GConf/${version%.*}/GConf-$version.tar.bz2\
+ http://www.linuxfromscratch.org/patches/blfs/svn/GConf-2.26.2-sysconfdir-1.patch)
build() {
cd GConf-$version
- patch -Np1 -i ../GConf-$version-sysconfdir-1.patch
+ patch -Np1 -i ../GConf-2.26.2-sysconfdir-1.patch
./configure --prefix=$GNOME_PREFIX\
--sysconfdir=/etc \
--libexecdir=$GNOME_PREFIX/lib/GConf \
- --with-dbus-service-dir=/usr/share/dbus-1/services \
--mandir=$GNOME_PREFIX/share/man
make
make DESTDIR=$PKG install
rm -r $PKG/$GNOME_PREFIX/share/gtk-doc
+ install -v -m755 -d $PKG/etc/gconf/gconf.xml.system
+
}