diff options
author | piernov <piernov@piernov.org> | 2012-01-22 17:36:52 +0100 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-01-22 17:36:52 +0100 |
commit | 2909b678dd073ec1b7d2cccd3f726bc4c858895e (patch) | |
tree | cc5c2241818ef8de08dfb472a0ceda354209b221 /dconf | |
parent | 0c71ccbfb1a5869a6ed3b05365ff003f3ac4f8c6 (diff) | |
download | gnome3-2909b678dd073ec1b7d2cccd3f726bc4c858895e.tar.gz gnome3-2909b678dd073ec1b7d2cccd3f726bc4c858895e.tar.bz2 gnome3-2909b678dd073ec1b7d2cccd3f726bc4c858895e.tar.xz gnome3-2909b678dd073ec1b7d2cccd3f726bc4c858895e.zip |
dconf 0.11.2-1 màj port
Diffstat (limited to 'dconf')
-rw-r--r-- | dconf/.footprint.i686 | 2 | ||||
-rw-r--r-- | dconf/.footprint.x86_64 | 2 | ||||
-rw-r--r-- | dconf/.md5sum.i686 | 2 | ||||
-rw-r--r-- | dconf/.md5sum.x86_64 | 2 | ||||
-rw-r--r-- | dconf/Pkgfile | 9 |
5 files changed, 7 insertions, 10 deletions
diff --git a/dconf/.footprint.i686 b/dconf/.footprint.i686 index a63fbeb..a9b2a3e 100644 --- a/dconf/.footprint.i686 +++ b/dconf/.footprint.i686 @@ -36,8 +36,6 @@ drwxr-xr-x root/root usr/share/applications/ 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/ca.desrt.dconf.service -drwxr-xr-x root/root usr/share/dbus-1/system-services/ --rw-r--r-- root/root usr/share/dbus-1/system-services/ca.desrt.dconf.service drwxr-xr-x root/root usr/share/dconf-editor/ -rw-r--r-- root/root usr/share/dconf-editor/dconf-editor.ui drwxr-xr-x root/root usr/share/glib-2.0/ diff --git a/dconf/.footprint.x86_64 b/dconf/.footprint.x86_64 index a63fbeb..a9b2a3e 100644 --- a/dconf/.footprint.x86_64 +++ b/dconf/.footprint.x86_64 @@ -36,8 +36,6 @@ drwxr-xr-x root/root usr/share/applications/ 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/ca.desrt.dconf.service -drwxr-xr-x root/root usr/share/dbus-1/system-services/ --rw-r--r-- root/root usr/share/dbus-1/system-services/ca.desrt.dconf.service drwxr-xr-x root/root usr/share/dconf-editor/ -rw-r--r-- root/root usr/share/dconf-editor/dconf-editor.ui drwxr-xr-x root/root usr/share/glib-2.0/ diff --git a/dconf/.md5sum.i686 b/dconf/.md5sum.i686 index 2e08337..cba0bd8 100644 --- a/dconf/.md5sum.i686 +++ b/dconf/.md5sum.i686 @@ -1 +1 @@ -71894eba6d559fb736a43032929fb98a dconf-0.10.0.tar.xz +9ca9af551d83c81fad13538340c484c1 dconf-0.11.2.tar.xz diff --git a/dconf/.md5sum.x86_64 b/dconf/.md5sum.x86_64 index 2e08337..cba0bd8 100644 --- a/dconf/.md5sum.x86_64 +++ b/dconf/.md5sum.x86_64 @@ -1 +1 @@ -71894eba6d559fb736a43032929fb98a dconf-0.10.0.tar.xz +9ca9af551d83c81fad13538340c484c1 dconf-0.11.2.tar.xz diff --git a/dconf/Pkgfile b/dconf/Pkgfile index a7b003f..1b9f600 100644 --- a/dconf/Pkgfile +++ b/dconf/Pkgfile @@ -3,18 +3,19 @@ # Maintainer: NuTyX core team # Packager: piernov <piernov@piernov.org> # Depends on: gobject-introspection, gtk3 -# Run on: gobject-introspection,gtk3 +# Run on: gtk3 name=dconf -version=0.10.0 +version=0.11.2 release=1 source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --libexecdir=/usr/lib/dconf \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib/dconf \ + --disable-schemas-compile make make DESTDIR=$PKG install rm -r $PKG/usr/share/gtk-doc |