[Lunar-commits] r21353 - in moonbase/trunk/gnome-desktop: . gedit-plugins
Chad Kittel
v3rt1g0 at lunar-linux.org
Fri Sep 8 18:03:36 UTC 2006
Author: v3rt1g0
Date: 2006-09-08 18:03:36 +0000 (Fri, 08 Sep 2006)
New Revision: 21353
Added:
moonbase/trunk/gnome-desktop/gedit-plugins/
moonbase/trunk/gnome-desktop/gedit-plugins/BUILD
moonbase/trunk/gnome-desktop/gedit-plugins/DEPENDS
moonbase/trunk/gnome-desktop/gedit-plugins/DETAILS
Log:
Added the new optional gedit-plugins for the new gedit. it has issue
right now dealing with python being enabled. I will take a closer look
at why in a few hours.
Added: moonbase/trunk/gnome-desktop/gedit-plugins/BUILD
===================================================================
--- moonbase/trunk/gnome-desktop/gedit-plugins/BUILD (rev 0)
+++ moonbase/trunk/gnome-desktop/gedit-plugins/BUILD 2006-09-08 18:03:36 UTC (rev 21353)
@@ -0,0 +1,13 @@
+(
+
+ ./configure --prefix=${GNOME210_PREFIX:-/usr} \
+ --build=$BUILD \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=${GNOME210_PREFIX:-/usr}/share/info \
+ --mandir=${GNOME210_PREFIX:-/usr}/share/man \
+ --with-plugins=all \
+ $OPTS &&
+ default_make
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/gnome-desktop/gedit-plugins/DEPENDS
===================================================================
--- moonbase/trunk/gnome-desktop/gedit-plugins/DEPENDS (rev 0)
+++ moonbase/trunk/gnome-desktop/gedit-plugins/DEPENDS 2006-09-08 18:03:36 UTC (rev 21353)
@@ -0,0 +1,8 @@
+depends gedit
+
+# Didn't look but maybe our pygtk2 is out of date, the compile
+# bombed when I tried to enable this. I'll add it to my todo to
+# look into so that we can enable Python based plugins (which is
+# most of them!)
+#optional_depends "pygtk2" "--enable-python" "--disable-python" \
+# "for support of Python based plugins"
Added: moonbase/trunk/gnome-desktop/gedit-plugins/DETAILS
===================================================================
--- moonbase/trunk/gnome-desktop/gedit-plugins/DETAILS (rev 0)
+++ moonbase/trunk/gnome-desktop/gedit-plugins/DETAILS 2006-09-08 18:03:36 UTC (rev 21353)
@@ -0,0 +1,15 @@
+ MODULE=gedit-plugins
+ VERSION=2.16.0
+ MAJOR=2.16
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/
+ SOURCE_VFY=sha1:23ea4fcda3d733c9774bfb1b31a3984effc14bf0
+ WEB_SITE=http://live.gnome.org/GeditPlugins
+ ENTERED=20020908
+ UPDATED=20060908
+ SHORT="additional plugins for gedit"
+
+cat << EOF
+gedit-plugins contains additional plugins for gedit which are not
+bundled with gedit itself.
+EOF
More information about the Lunar-commits
mailing list