From 420773eac77686ca53d3a3724feb5e6dfde294d1 Mon Sep 17 00:00:00 2001 From: fredjo Date: Wed, 4 Nov 2009 15:19:26 +0100 Subject: Deplacement de pygtksourceview vers le repertoire extra --- extra/pygtksourceview/.footprint | 13 +++++++++++++ extra/pygtksourceview/.md5sum | 1 + extra/pygtksourceview/Pkgfile | 18 ++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 extra/pygtksourceview/.footprint create mode 100644 extra/pygtksourceview/.md5sum create mode 100644 extra/pygtksourceview/Pkgfile (limited to 'extra/pygtksourceview') diff --git a/extra/pygtksourceview/.footprint b/extra/pygtksourceview/.footprint new file mode 100644 index 000000000..d5e16f3db --- /dev/null +++ b/extra/pygtksourceview/.footprint @@ -0,0 +1,13 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/pygtksourceview-2.0.pc +drwxr-xr-x root/root usr/lib/python2.6/ +drwxr-xr-x root/root usr/lib/python2.6/site-packages/ +-rwxr-xr-x root/root usr/lib/python2.6/site-packages/gtksourceview2.la +-rwxr-xr-x root/root usr/lib/python2.6/site-packages/gtksourceview2.so +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/pygtk/ +drwxr-xr-x root/root usr/share/pygtk/2.0/ +drwxr-xr-x root/root usr/share/pygtk/2.0/defs/ +-rw-r--r-- root/root usr/share/pygtk/2.0/defs/gtksourceview2.defs diff --git a/extra/pygtksourceview/.md5sum b/extra/pygtksourceview/.md5sum new file mode 100644 index 000000000..e606b9938 --- /dev/null +++ b/extra/pygtksourceview/.md5sum @@ -0,0 +1 @@ +5587a1865bd5c785c6f34095c57cc96b pygtksourceview-2.6.0.tar.bz2 diff --git a/extra/pygtksourceview/Pkgfile b/extra/pygtksourceview/Pkgfile new file mode 100644 index 000000000..4545e1f1f --- /dev/null +++ b/extra/pygtksourceview/Pkgfile @@ -0,0 +1,18 @@ +# Description: Permet l'implémentation de code python dans des applications utilisant gtk +# URL: http://www.pygtk.org/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: gtk, gtksourceview, pygobject, pycairo, libglade + +name=pygtksourceview +version=2.6.0 +release=1 +source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.6/$name-$version.tar.bz2) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --disable-docs + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-70-g09d2