[Lunar-commits] <moonbase-gnome3> vte3: add it to the moonbase.
Florin Braescu
florin at lunar-linux.org
Sat Mar 9 18:40:40 CET 2013
commit c97af68f6cda61ef7e24aad0c2ef21e95563e9c4
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat, 09 Mar 2013 09:40:40 -0800
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/c97af68f6cda61ef7e24aad0c2ef21e95563e9c4
vte3: add it to the moonbase.
---
core/vte3/BUILD | +7/-0
core/vte3/CONFIGURE | +1/-0
core/vte3/DEPENDS | +4/-0
core/vte3/DETAILS | +14/-0
4 files changed, 26 insertions(+)
--- /dev/null
+++ b/core/vte3/BUILD
@@ -0,0 +1,7 @@
+OPTS+=" --disable-static" &&
+
+if [ "`get_module_config DOCS`" = "n" ] ; then
+ sedit "s/src termcaps po doc perf/src termcaps po perf/g" Makefile.in
+fi
+
+default_build
--- /dev/null
+++ b/core/vte3/CONFIGURE
@@ -0,0 +1 @@
+mquery DOCS "Build docs?" n
--- /dev/null
+++ b/core/vte3/DEPENDS
@@ -0,0 +1,4 @@
+depends gobject-introspection
+depends gtk+-3
+
+optional_depends "pygtk" "--enable-python" "--disable-python" "for the python bindings"
--- /dev/null
+++ b/core/vte3/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=vte3
+ VERSION=0.34.2
+ SOURCE=vte-$VERSION.tar.xz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/vte-$VERSION
+ SOURCE_URL=$GNOME_URL/sources/vte/${VERSION%.*}
+ SOURCE_VFY=sha1:ccc46f0b84532587ce969b6e1d036df5a19578b8
+ WEB_SITE=http://www.gnome.org
+ ENTERED=20021013
+ UPDATED=20130302
+ SHORT="A Virtual Terminal Emulator widget"
+
+cat << EOF
+VTE is an experimental terminal emulator widget for use with GTK+.
+EOF
More information about the Lunar-commits
mailing list