summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorfredjo <frederic.joly@9online.fr>2009-11-04 15:19:26 +0100
committerfredjo <frederic.joly@9online.fr>2009-11-04 15:19:26 +0100
commit420773eac77686ca53d3a3724feb5e6dfde294d1 (patch)
tree3a83b279a7dec2f98c06705a0c078b454bbd1b8f /extra
parent28c1333ff3fffec1eeef97c3c76899af0987e611 (diff)
downloadnutyx-extra-420773eac77686ca53d3a3724feb5e6dfde294d1.tar.gz
nutyx-extra-420773eac77686ca53d3a3724feb5e6dfde294d1.tar.bz2
nutyx-extra-420773eac77686ca53d3a3724feb5e6dfde294d1.tar.xz
nutyx-extra-420773eac77686ca53d3a3724feb5e6dfde294d1.zip
Deplacement de pygtksourceview vers le repertoire extra
Diffstat (limited to 'extra')
-rw-r--r--extra/pygtksourceview/.footprint13
-rw-r--r--extra/pygtksourceview/.md5sum1
-rw-r--r--extra/pygtksourceview/Pkgfile18
3 files changed, 32 insertions, 0 deletions
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
+}