diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-03-28 19:56:49 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-03-28 19:56:49 +0200 |
commit | b2ac28eca25d9adb68c858f4e500b03eabd3d819 (patch) | |
tree | 83d6cc10abfcbef745019fb0fa4952a76cabf835 /gnome/gedit-plugins/Pkgfile | |
parent | abb7d4f8a450a523278fd5d5f3af71da3327a0ad (diff) | |
download | nutyx-pakxe-b2ac28eca25d9adb68c858f4e500b03eabd3d819.tar.gz nutyx-pakxe-b2ac28eca25d9adb68c858f4e500b03eabd3d819.tar.bz2 nutyx-pakxe-b2ac28eca25d9adb68c858f4e500b03eabd3d819.tar.xz nutyx-pakxe-b2ac28eca25d9adb68c858f4e500b03eabd3d819.zip |
gedit-plugins, ajout du post-install
Diffstat (limited to 'gnome/gedit-plugins/Pkgfile')
-rw-r--r-- | gnome/gedit-plugins/Pkgfile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gnome/gedit-plugins/Pkgfile b/gnome/gedit-plugins/Pkgfile index abdb4f45e..058e3307d 100644 --- a/gnome/gedit-plugins/Pkgfile +++ b/gnome/gedit-plugins/Pkgfile @@ -1,12 +1,12 @@ # Description: Jeux de plugins pour gedit -# URL: http://live.gnome.org/GeditPlugins -# Maintainer: NuTyX core team +# URL: http://live.gnome.org/GeditPlugins +# Maintainer: NuTyX core team # Packager: zatmania at gotofreedom dot org -# Depends on: gedit, pygtksourceview, gucharmap, vte +# Depends on: gedit, pygtksourceview, gucharmap, vte name=gedit-plugins version=2.28.0 -release=1 +release=2 source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.bz2) build() { @@ -14,7 +14,8 @@ build() { ./configure \ --prefix=$GNOME_PREFIX \ --with-plugins=all \ - --disable-schemas-install + --disable-schemas-install \ + --sysconfdir=/etc make make DESTDIR=$PKG install } |