[Lunar-commits] <moonbase-other> gtksourceview2: readd old gtksourceview module to other
v4hn
me at v4hn.de
Thu Jul 25 22:32:41 CEST 2013
commit 60d48fb147c2fd9c5c1a16e5c0ca992d339e4c55
Author: v4hn <me at v4hn.de>
Date: Thu, 25 Jul 2013 13:26:09 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/60d48fb147c2fd9c5c1a16e5c0ca992d339e4c55
gtksourceview2: readd old gtksourceview module to other
also update some dependencies accordingly.
boo wants gtksourceview-1.0, so drop this dep altogether
---
editors/gummi/DEPENDS | +1/-1
games/ufoai/DEPENDS | +1/-1
libs/gtksourceview2/BUILD | +12/-0
libs/gtksourceview2/DEPENDS | +1/-0
libs/gtksourceview2/DETAILS | +17/-0
mono/boo/DEPENDS | +0/-3
6 files changed, 32 insertions(+), 5 deletions(-)
--- a/editors/gummi/DEPENDS
+++ b/editors/gummi/DEPENDS
@@ -1,5 +1,5 @@
depends pango
depends poppler
-depends gtksourceview
+depends gtksourceview2
depends gtkspell
depends texlive
--- a/games/ufoai/DEPENDS
+++ b/games/ufoai/DEPENDS
@@ -9,4 +9,4 @@ depends curl
depends libpng
depends %JPEG
-optional_depends gtksourceview "--enable-uforadiant" "--disable-uforadiant" "Build Map Editor"
+optional_depends gtksourceview2 "--enable-uforadiant" "--disable-uforadiant" "Build Map Editor"
--- /dev/null
+++ b/libs/gtksourceview2/BUILD
@@ -0,0 +1,12 @@
+(
+
+ ./configure --prefix=${GNOME210_PREFIX:-/usr} \
+ --build=$BUILD \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=${GNOME210_PREFIX:-/usr}/share/info \
+ --mandir=${GNOME210_PREFIX:-/usr}/share/man \
+ $OPTS &&
+ default_make
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/libs/gtksourceview2/DEPENDS
@@ -0,0 +1 @@
+depends gtk+-2
--- /dev/null
+++ b/libs/gtksourceview2/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=gtksourceview2
+ MOD=gtksourceview
+ VERSION=2.10.5
+ SOURCE=$MOD-$VERSION.tar.bz2
+ SOURCE_URL=$GNOME_URL/sources/$MOD/${VERSION%.*}
+ SOURCE_VFY=sha1:5081dc7a081954d0af73852c22e874a746bda30e
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD-$VERSION
+ WEB_SITE=http://www.gnome.org
+ ENTERED=20030510
+ UPDATED=20101229
+ SHORT="Text widget that extends the gtk+-2 text widget GtkTextView"
+
+cat << EOF
+GtkSourceView is a text widget that extends the standard gtk+-2 text
+widget GtkTextView. It improves GtkTextView by implementing syntax
+highlighting and other features typical of a source editor.
+EOF
--- a/mono/boo/DEPENDS
+++ b/mono/boo/DEPENDS
@@ -1,6 +1,3 @@
depends mono
optional_depends "shared-mime-info" "" "" "for MIME support"
-optional_depends "gtksourceview" "" "" "for GTK source editor support"
-
-
More information about the Lunar-commits
mailing list