Updated phos-meta
This commit is contained in:
parent
6ebc8ee722
commit
317945e9a2
@ -10,7 +10,7 @@ SRC_URI=""
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~arm64 ~arm"
|
||||
IUSE="cawbird squeekboard chromium authenticator geary lollypop"
|
||||
IUSE="cawbird squeekboard chromium authenticator geary lollypop dino owncloud nextcloud"
|
||||
|
||||
DEPEND="
|
||||
gui-wm/phosh
|
||||
@ -27,6 +27,12 @@ DEPEND="
|
||||
gnome-extra/gnome-clocks
|
||||
gnome-extra/gnome-weather
|
||||
gnome-extra/portfolio
|
||||
gnome-base/gnome-session
|
||||
gnome-extra/gnome-system-monitor
|
||||
gnome-extra/gnome-tweaks
|
||||
app-arch/file-roller
|
||||
sys-apps/gnome-disk-utility
|
||||
media-sound/gnome-sound-recorder
|
||||
www-client/epiphany
|
||||
sci-geosciences/gnome-maps
|
||||
x11-terms/gnome-terminal
|
||||
@ -44,7 +50,7 @@ DEPEND="
|
||||
)
|
||||
|
||||
chromium? (
|
||||
www-client/chromium-bin
|
||||
www-client/chromium
|
||||
)
|
||||
|
||||
authenticator? (
|
||||
@ -58,7 +64,15 @@ DEPEND="
|
||||
lollypop? (
|
||||
media-sound/lollypop
|
||||
)
|
||||
|
||||
dino? (
|
||||
net-im/dino-libhandy
|
||||
)
|
||||
owncloud? (
|
||||
net-misc/owncloud-clien
|
||||
)
|
||||
nextcloud? (
|
||||
net-misc/nextcloud-client
|
||||
)
|
||||
"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
@ -9,7 +9,7 @@ inherit cmake gnome2-utils vala xdg-utils
|
||||
|
||||
COMMIT="093491d132bdfbc89794067fbbddfa3ff30c7c0f"
|
||||
|
||||
DESCRIPTION="Modern Jabber/XMPP Client using GTK+/Vala with gui-libs/libhandy for mobile device use"
|
||||
DESCRIPTION="Modern Jabber/XMPP Client using GTK+/Vala/libhandy"
|
||||
HOMEPAGE="https://dino.im"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
@ -41,11 +41,13 @@ RDEPEND="
|
||||
)
|
||||
notification-sound? ( media-libs/libcanberra:0[sound] )
|
||||
"
|
||||
|
||||
DEPEND="
|
||||
$(vala_depend)
|
||||
${RDEPEND}
|
||||
sys-devel/gettext
|
||||
"
|
||||
|
||||
S="${WORKDIR}/dino-${COMMIT}"
|
||||
|
||||
src_prepare() {
|
||||
|
Loading…
Reference in New Issue
Block a user