Update
This commit is contained in:
parent
3904fe3436
commit
585848bea9
@ -2,6 +2,7 @@
|
|||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
VALA_USE_DEPEND="vapigen"
|
||||||
|
|
||||||
inherit vala meson gnome2-utils git-r3 xdg
|
inherit vala meson gnome2-utils git-r3 xdg
|
||||||
|
|
||||||
@ -13,17 +14,21 @@ EGIT_REPO_URI="https://gitlab.gnome.org/World/Authenticator.git"
|
|||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~arm64"
|
KEYWORDS="~amd64 ~arm64"
|
||||||
IUSE=""
|
IUSE="+introspection +vala"
|
||||||
REQUIRED_USE=""
|
REQUIRED_USE="vala? ( introspection )"
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
gnome-base/gnome-common
|
gnome-base/gnome-common
|
||||||
x11-libs/gtk+:3
|
gui-libs/gtk
|
||||||
x11-libs/libadwaita
|
x11-libs/libadwaita
|
||||||
x11-libs/gdk-pixbuf
|
x11-libs/gdk-pixbuf
|
||||||
"
|
"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
BDEPEND=""
|
BDEPEND="
|
||||||
|
vala? ( $(vala_depend) )
|
||||||
|
dev-util/meson
|
||||||
|
dev-libs/gobject-introspection
|
||||||
|
"
|
||||||
|
|
||||||
S="${WORKDIR}/$PN-${PV}"
|
S="${WORKDIR}/$PN-${PV}"
|
||||||
|
|
||||||
|
@ -14,14 +14,19 @@ EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/libadwaita.git"
|
|||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~arm64"
|
KEYWORDS="~amd64 ~arm64"
|
||||||
IUSE="+vala"
|
IUSE="+introspection +vala"
|
||||||
REQUIRED_USE=""
|
REQUIRED_USE="vala? ( introspection )"
|
||||||
|
|
||||||
DEPEND=""
|
DEPEND="
|
||||||
|
gnome-base/gnome-common
|
||||||
|
gui-libs/gtk
|
||||||
|
dev-libs/fribidi
|
||||||
|
"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
vala? ( $(vala_depend) )
|
vala? ( $(vala_depend) )
|
||||||
dev-util/meson
|
dev-util/meson
|
||||||
|
dev-libs/gobject-introspection
|
||||||
"
|
"
|
||||||
|
|
||||||
S="${WORKDIR}/$PN-${PV}"
|
S="${WORKDIR}/$PN-${PV}"
|
||||||
|
Loading…
Reference in New Issue
Block a user