# Description: Jeux de plugins pour gedit # URL: http://live.gnome.org/GeditPlugins # Maintainer: NuTyX GNOME team # Packager: zatmania at gotofreedom dot org # Depends on: gedit, gtksourceview, gucharmap, vte # Run on: gedit,gtksourceview,gucharmap,vte name=gedit-plugins version=3.1.4 release=1 source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz) build() { cd $name-$version ./configure \ --prefix=/usr \ --with-plugins=all \ --disable-schemas-install \ --sysconfdir=/etc make make DESTDIR=$PKG install }