From 317945e9a23531c3488b570da0d3d086511d1bbc Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Thu, 12 Aug 2021 17:13:37 +0200 Subject: [PATCH] Updated phos-meta --- gui-wm/phosh-meta/phosh-meta-1.0.ebuild | 20 ++++++++++++++++--- .../dino-libhandy/dino-libhandy-0.2.1.ebuild | 4 +++- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/gui-wm/phosh-meta/phosh-meta-1.0.ebuild b/gui-wm/phosh-meta/phosh-meta-1.0.ebuild index b8e7177..758df07 100644 --- a/gui-wm/phosh-meta/phosh-meta-1.0.ebuild +++ b/gui-wm/phosh-meta/phosh-meta-1.0.ebuild @@ -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}" diff --git a/net-im/dino-libhandy/dino-libhandy-0.2.1.ebuild b/net-im/dino-libhandy/dino-libhandy-0.2.1.ebuild index 68acf1b..57c5d65 100644 --- a/net-im/dino-libhandy/dino-libhandy-0.2.1.ebuild +++ b/net-im/dino-libhandy/dino-libhandy-0.2.1.ebuild @@ -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() {