mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 11:42:40 +01:00
x11-misc/gpaste: various fix on vapi handling
This commit is contained in:
@@ -17,7 +17,7 @@ SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE="X bash-completion gnome introspection systemd vala zsh-completion"
|
||||
|
||||
CDEPEND="dev-libs/appstream-glib
|
||||
DEPEND="dev-libs/appstream-glib
|
||||
>=dev-libs/gjs-1.54.0
|
||||
>=dev-libs/glib-2.58:2
|
||||
>=dev-libs/gobject-introspection-1.58.0
|
||||
@@ -35,20 +35,19 @@ CDEPEND="dev-libs/appstream-glib
|
||||
>=x11-wm/mutter-3.34.0:0/5
|
||||
)
|
||||
systemd? ( sys-apps/systemd )"
|
||||
RDEPEND="${CDEPEND}
|
||||
RDEPEND="${DEPEND}
|
||||
gnome? ( gnome-base/gnome-shell )"
|
||||
DEPEND="${CDEPEND}
|
||||
virtual/pkgconfig
|
||||
vala? ( $(vala_depend) )"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${P}-detect-when-images-are-growing.patch"
|
||||
"${FILESDIR}/${P}-gnome-shel-only-var-should-be-exported.patch"
|
||||
)
|
||||
BDEPEND="vala? ( $(vala_depend) )
|
||||
virtual/pkgconfig"
|
||||
|
||||
REQUIRED_USE="vala? ( introspection )"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
vala_src_prepare
|
||||
if use vala; then
|
||||
vala_src_prepare
|
||||
fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
||||
Reference in New Issue
Block a user