diff options
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 } |