diff options
author | piernov <piernov@piernov.org> | 2012-02-22 17:20:53 +0100 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-02-22 17:20:53 +0100 |
commit | a45b1a73240ff4505022dac654bc3944411bfc2d (patch) | |
tree | 7c75dbf735efed8d6dce7443aa91e2b4b631fc25 /gconf/Pkgfile | |
parent | e79e1122d6de9845cb6170e3182c2f61fb2abb8f (diff) | |
download | gnome3-a45b1a73240ff4505022dac654bc3944411bfc2d.tar.gz gnome3-a45b1a73240ff4505022dac654bc3944411bfc2d.tar.bz2 gnome3-a45b1a73240ff4505022dac654bc3944411bfc2d.tar.xz gnome3-a45b1a73240ff4505022dac654bc3944411bfc2d.zip |
gconf dans extra
Diffstat (limited to 'gconf/Pkgfile')
-rw-r--r-- | gconf/Pkgfile | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/gconf/Pkgfile b/gconf/Pkgfile deleted file mode 100644 index aca5372..0000000 --- a/gconf/Pkgfile +++ /dev/null @@ -1,41 +0,0 @@ -# Description: Système de configuration de base de données -# URL: http://www.gnome.org/ -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: gtk3, orbit2, polkit, dbus-glib, gtk, libldap, libxml2 -# Run on: gtk3,orbit2,polkit,dbus-glib,gtk,libldap,libxml2 - -name=gconf -version=3.2.3 -release=1 -source=(http://ftp.gnome.org/pub/gnome/sources/GConf/${version%.*}/GConf-$version.tar.xz - gconf-merge-schema - gconfpkg - gconf-reload.patch - 01_xml-gettext-domain.patch) - -build() { - cd GConf-$version - - # Patch de Fedora - Recharge GConf après l'installation de schemas - patch -Np1 -i ../gconf-reload.patch - # http://bugzilla.gnome.org/show_bug.cgi?id=568845 - patch -Np1 -i ../01_xml-gettext-domain.patch - sed -i '1s|#!/usr/bin/env python$|&2|' gsettings/gsettings-schema-convert - - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --enable-defaults-service \ - --libexecdir=/usr/lib/GConf \ - --mandir=/usr/share/man \ - --with-gtk=3.0 - - make pkglibdir=/usr/lib/GConf - make DESTDIR=$PKG install - rm -r $PKG/usr/share/gtk-doc - - install -m755 -d $PKG/etc/gconf/gconf.xml.system - install -m755 ../gconf-merge-schema $PKG/usr/bin/ - install -Dm755 ../gconfpkg $PKG/usr/sbin/gconfpkg -} |