summaryrefslogtreecommitdiff
path: root/net-misc/spice-gtk/spice-gtk-0.35.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-03-19 11:37:34 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-03-19 11:37:34 +0000
commitb7b97785ebbb2f11d24d14dab8b81ed274f4ce6a (patch)
tree9fd110f9fc996e8a4213eeda994a8c112491b86d /net-misc/spice-gtk/spice-gtk-0.35.ebuild
parent066d27181e9a797ad9f8fc43b49fc9a10ff2f707 (diff)
gentoo resync : 19.03.2019
Diffstat (limited to 'net-misc/spice-gtk/spice-gtk-0.35.ebuild')
-rw-r--r--net-misc/spice-gtk/spice-gtk-0.35.ebuild12
1 files changed, 3 insertions, 9 deletions
diff --git a/net-misc/spice-gtk/spice-gtk-0.35.ebuild b/net-misc/spice-gtk/spice-gtk-0.35.ebuild
index 07085d1e6183..c56fd6248155 100644
--- a/net-misc/spice-gtk/spice-gtk-0.35.ebuild
+++ b/net-misc/spice-gtk/spice-gtk-0.35.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -39,7 +39,7 @@ RDEPEND="
>=x11-libs/pixman-0.17.7
media-libs/opus
gtk3? ( x11-libs/gtk+:3[introspection?] )
- >=dev-libs/glib-2.36:2
+ >=dev-libs/glib-2.46:2
>=x11-libs/cairo-1.2
virtual/jpeg:0=
sys-libs/zlib
@@ -59,12 +59,12 @@ RDEPEND="
)
webdav? (
net-libs/phodav:2.0
- >=dev-libs/glib-2.43.90:2
>=net-libs/libsoup-2.49.91 )
"
DEPEND="${RDEPEND}
>=app-emulation/spice-protocol-0.12.14
dev-perl/Text-CSV
+ dev-util/glib-utils
>=dev-util/gtk-doc-am-1.14
>=dev-util/intltool-0.40.0
>=sys-devel/gettext-0.17
@@ -98,12 +98,6 @@ src_configure() {
xdg_environment_reset
local myconf
-
- if use vala ; then
- # force vala regen for MinGW, etc
- rm -fv gtk/controller/controller.{c,vala.stamp} gtk/controller/menu.c
- fi
-
myconf="
$(use_enable static-libs static)
$(use_enable introspection)