summaryrefslogtreecommitdiffstats
path: root/gnome3-libs
diff options
context:
space:
mode:
authorstratact2019-06-05 17:05:00 -0700
committerPavel Vinogradov2019-06-05 20:28:30 -0400
commit148437b201c9b07092fdf1ac9cb700e99e37b709 (patch)
tree09e70c8cfeacf5e122acf72147466f385b6d5294 /gnome3-libs
parentd25b5c49a2df6c2e7cff674a58ed804eba1285ca (diff)
gnome3-libs/vte3: => 0.56.3
Signed-off-by: Pavel Vinogradov <public@sourcemage.org>
Diffstat (limited to 'gnome3-libs')
-rwxr-xr-xgnome3-libs/vte3/DEPENDS9
-rwxr-xr-xgnome3-libs/vte3/DETAILS4
-rw-r--r--gnome3-libs/vte3/HISTORY4
3 files changed, 13 insertions, 4 deletions
diff --git a/gnome3-libs/vte3/DEPENDS b/gnome3-libs/vte3/DEPENDS
index f61f759120..09b9040546 100755
--- a/gnome3-libs/vte3/DEPENDS
+++ b/gnome3-libs/vte3/DEPENDS
@@ -6,16 +6,21 @@ depends glib2 &&
depends gtk+3 "--with-gtk=3.0" &&
depends atk &&
depends pango &&
+depends pcre2 &&
optional_depends OPENGL \
"--with-glX" "--without-glX" \
- "Enable drawing with glX?" &&
+ "enable drawing with glX?" &&
optional_depends gtk-doc \
"--enable-gtk-doc" "--disable-gtk-doc" \
"build documentation with gtk-doc" &&
+optional_depends vala \
+ "--enable-vala" "--disable-vala" \
+ "enable Vala support" &&
+
optional_depends gobject-introspection \
'--enable-introspection=yes' \
'--enable-introspection=no' \
- 'enable GObject introspection'
+ 'enable introspection support'
diff --git a/gnome3-libs/vte3/DETAILS b/gnome3-libs/vte3/DETAILS
index 6d2a19c813..49840e3e26 100755
--- a/gnome3-libs/vte3/DETAILS
+++ b/gnome3-libs/vte3/DETAILS
@@ -1,11 +1,11 @@
SPELL=vte3
- VERSION=0.34.7
+ VERSION=0.56.3
SECURITY_PATCH=0
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=vte-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/vte-$VERSION"
SOURCE_URL[0]=$GNOME_URL/sources/vte/$BRANCH/$SOURCE
- SOURCE_GPG=gurus.gpg:$SOURCE.sig
+ SOURCE_HASH=sha512:f78b3d532ca47e53c1bb51db6780697ce4692d493c0030d2dc4beb63a2595e44a43eb409ee31b94e4551eae259ac1baa8f06825a02fd66df8352e192f4ea1988
LICENSE[0]=LGPL
WEB_SITE=http://www.gnome.org/
ENTERED=20110719
diff --git a/gnome3-libs/vte3/HISTORY b/gnome3-libs/vte3/HISTORY
index bdf10c58da..3d26135ba1 100644
--- a/gnome3-libs/vte3/HISTORY
+++ b/gnome3-libs/vte3/HISTORY
@@ -1,3 +1,7 @@
+2019-06-05 Kenneth Raplee <kenneth@raplee.email>
+ * DETAILS: Updated to 0.56.3
+ * DEPENDS: Optionally depends on vala
+
2013-08-15 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: Updated to 0.34.7
* DEPENDS: Depends on intltool