summaryrefslogtreecommitdiffstats
path: root/gedit-plugins/Pkgfile
blob: d2fe97ddfddf667d47cac8d8bc1e1c1b5ed03969 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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, vte3
# Run on: gedit,gtksourceview,gucharmap,vte3

name=gedit-plugins
version=3.4.0
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)

build() {
	cd $name-$version
	PYTHON=/usr/bin/python2 ./configure \
		--prefix=/usr \
		--sysconfdir=/etc \
		--with-plugins=all \
		--disable-schemas-compile
	make
	make DESTDIR=$PKG install
}