QA Fix
This commit is contained in:
parent
465957de71
commit
38995d3582
@ -203,9 +203,7 @@ CRATES="
|
|||||||
atomic_refcell-0.1.9
|
atomic_refcell-0.1.9
|
||||||
"
|
"
|
||||||
|
|
||||||
VALA_USE_DEPEND="vapigen"
|
inherit cargo gnome2-utils meson toolchain-funcs xdg
|
||||||
|
|
||||||
inherit cargo vala meson gnome2-utils toolchain-funcs xdg
|
|
||||||
|
|
||||||
COMMIT="7aa6b9f7e48665739f718d615a4ee7cfa6fd282b"
|
COMMIT="7aa6b9f7e48665739f718d615a4ee7cfa6fd282b"
|
||||||
DESCRIPTION="Gnome Camera Application"
|
DESCRIPTION="Gnome Camera Application"
|
||||||
@ -216,13 +214,10 @@ SRC_URI+=" $(cargo_crate_uris ${CRATES})"
|
|||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~arm64"
|
KEYWORDS="~amd64 ~arm64"
|
||||||
IUSE="+introspection +vala"
|
|
||||||
REQUIRED_USE="vala? ( introspection )"
|
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
>=x11-libs/gtk+-3.0
|
>=x11-libs/gtk+-3.0
|
||||||
>=gui-libs/libadwaita-1.2.0
|
>=gui-libs/libadwaita-1.2.0
|
||||||
media-libs/aperture
|
|
||||||
"
|
"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
BDEPEND=""
|
BDEPEND=""
|
||||||
@ -230,12 +225,6 @@ BDEPEND=""
|
|||||||
|
|
||||||
S="${WORKDIR}/snapshot-${COMMIT}"
|
S="${WORKDIR}/snapshot-${COMMIT}"
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
default
|
|
||||||
eapply_user
|
|
||||||
use vala
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
xdg_pkg_postinst
|
xdg_pkg_postinst
|
||||||
@ -244,4 +233,5 @@ pkg_postinst() {
|
|||||||
|
|
||||||
pkg_postrm() {
|
pkg_postrm() {
|
||||||
xdg_pkg_postrm
|
xdg_pkg_postrm
|
||||||
|
gnome2_schemas_update
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user