Skip to content

Commit

Permalink
vte3: add it to the moonbase.
Browse files Browse the repository at this point in the history
  • Loading branch information
florin65 committed Mar 9, 2013
1 parent 5dfcac7 commit c97af68
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 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
1 change: 1 addition & 0 deletions core/vte3/CONFIGURE
@@ -0,0 +1 @@
mquery DOCS "Build docs?" n
4 changes: 4 additions & 0 deletions core/vte3/DEPENDS
@@ -0,0 +1,4 @@
depends gobject-introspection
depends gtk+-3

optional_depends "pygtk" "--enable-python" "--disable-python" "for the python bindings"
14 changes: 14 additions & 0 deletions 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

0 comments on commit c97af68

Please sign in to comment.