summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2012-01-19 17:58:55 -0800
committerEric Sandall2012-01-19 17:58:55 -0800
commitb3ed764234da32f4018aa374f457834cd604f4de (patch)
treeef2fe8acb3b062d232939d25acb07f48bad7bff5
parent16c59ecbbda74f05ca93bfa7f27f3aeb4ba61aa5 (diff)
vinagre: Requires gtk-vnc built with gtk+3 bindings
-rwxr-xr-xgnome2-apps/vinagre/DEPENDS2
-rw-r--r--gnome2-apps/vinagre/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/gnome2-apps/vinagre/DEPENDS b/gnome2-apps/vinagre/DEPENDS
index 3982ae9dc9..3bc90e76ca 100755
--- a/gnome2-apps/vinagre/DEPENDS
+++ b/gnome2-apps/vinagre/DEPENDS
@@ -1,7 +1,7 @@
depends libxml2 &&
depends vala &&
depends gtk+3 &&
-depends gtk-vnc &&
+depends -sub 'GTK3' gtk-vnc &&
depends glib2 &&
depends gconf2 &&
depends gnome-doc-utils &&
diff --git a/gnome2-apps/vinagre/HISTORY b/gnome2-apps/vinagre/HISTORY
index 3a48e3a370..49593fb2c1 100644
--- a/gnome2-apps/vinagre/HISTORY
+++ b/gnome2-apps/vinagre/HISTORY
@@ -1,3 +1,6 @@
+2012-01-19 Eric Sandall <sandalle@sourcemage.org>
+ * DEPENDS: Requires gtk-vnc built with gtk+3 bindings
+
2011-11-26 Sukneet Basuta <sukneet@sourcemage.org>
* DETAILS: updated spell to 3.2.2
* DEPENDS: gtk+2 -> gtk+3