This commit is contained in:
Gerben Jan Dijkman 2021-07-21 23:19:38 +02:00
parent 704429f89f
commit f97e95e61f
2 changed files with 15 additions and 3 deletions

View File

@ -10,7 +10,7 @@ SRC_URI=""
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~arm64 ~arm"
IUSE="cawbird squeekboard chromium authenticator"
IUSE="cawbird squeekboard chromium authenticator geary lollypop"
DEPEND="
gui-wm/phosh
@ -50,6 +50,15 @@ DEPEND="
authenticator? (
gnome-extra/authenticator
)
geary? (
mail-client/geary
)
lollypop? (
media-sound/lollypop
)
"
RDEPEND="${DEPEND}"

View File

@ -41,7 +41,10 @@ BDEPEND="
S="${WORKDIR}/$PN-${PV}"
src_install() {
meson_src_install
meson_src_install \
-Dconsumer_key_base64=VmY5dG9yRFcyWk93MzJEZmhVdEk5Y3NMOA== \
-Dconsumer_secret_base64=MThCRXIxbWRESDQ2Y0podzVtVU13SGUyVGlCRXhPb3BFRHhGYlB6ZkpybG5GdXZaSjI=
}
pkg_postinst() {