summaryrefslogtreecommitdiffstats
path: root/gnome/gedit-plugins/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-10 16:08:07 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-10 16:08:07 +0100
commitc0f1c161cd53f60f384ec577198c7075ae00e35d (patch)
tree567a5557c6c06cf37ef7cbad69fddc1873c7becc /gnome/gedit-plugins/Pkgfile
parent4fa5eef42be4ae01f4e88a0426e2e041696ef5b1 (diff)
downloadnutyx-pakxe-c0f1c161cd53f60f384ec577198c7075ae00e35d.tar.gz
nutyx-pakxe-c0f1c161cd53f60f384ec577198c7075ae00e35d.tar.bz2
nutyx-pakxe-c0f1c161cd53f60f384ec577198c7075ae00e35d.tar.xz
nutyx-pakxe-c0f1c161cd53f60f384ec577198c7075ae00e35d.zip
gnome, suppression des ports
Diffstat (limited to 'gnome/gedit-plugins/Pkgfile')
-rw-r--r--gnome/gedit-plugins/Pkgfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/gnome/gedit-plugins/Pkgfile b/gnome/gedit-plugins/Pkgfile
deleted file mode 100644
index 737800a86..000000000
--- a/gnome/gedit-plugins/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Description: Jeux de plugins pour gedit
-# URL: http://live.gnome.org/GeditPlugins
-# Maintainer: NuTyX core team
-# Packager: zatmania at gotofreedom dot org
-# Depends on: gedit, pygtksourceview, gucharmap, vte
-# Run on: gedit,pygtksourceview,gucharmap,vte
-
-name=gedit-plugins
-version=2.28.0
-release=2
-source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.bz2)
-
-build() {
- cd $name-$version
- ./configure \
- --prefix=$GNOME_PREFIX \
- --with-plugins=all \
- --disable-schemas-install \
- --sysconfdir=/etc
- make
- make DESTDIR=$PKG install
-}
-