1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 13:52:40 +01:00

x11-misc/gpaste: fix dependencies, Bump to 3.32.0 and 3.34.0

This commit is contained in:
2019-09-19 18:05:45 +02:00
parent a7c95f7ce2
commit 839a6fdfd9
4 changed files with 122 additions and 21 deletions

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2019 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
VALA_MIN_API_VERSION="0.30"
VALA_MIN_API_VERSION="0.42"
VALA_USE_DEPEND="vapigen"
inherit eutils autotools gnome2-utils vala vcs-snapshot
@@ -15,21 +15,25 @@ SRC_URI="https://github.com/Keruspe/GPaste/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gnome vala"
IUSE="X bash-completion gnome vala zsh-completion"
CDEPEND="
dev-libs/appstream-glib
>=dev-libs/glib-2.48:2
>=dev-libs/gobject-introspection-1.48.0
>=dev-libs/gjs-1.54.0
>=dev-libs/glib-2.58:2
>=dev-libs/gobject-introspection-1.58.0
sys-apps/dbus
>=x11-libs/gdk-pixbuf-2.34:2
>=x11-libs/gtk+-3.20:3
x11-libs/libX11
x11-libs/libXi
>=x11-libs/gdk-pixbuf-2.38:2
>=x11-libs/gtk+-3.24:3
X? (
x11-libs/libX11
x11-libs/libXi
)
gnome? (
gnome-base/gnome-control-center:2
media-libs/clutter
x11-libs/pango
>=x11-wm/mutter-3.30.0:0/3
)
"
RDEPEND="${CDEPEND}
@@ -54,8 +58,11 @@ src_prepare() {
src_configure() {
econf \
$(use_enable X x-keybinder) \
$(use_enable bash-completion) \
$(use_enable vala) \
$(use_enable gnome gnome-shell-extension) \
$(use_enable zsh-completion) \
--disable-static \
--disable-schemas-compile
}