Version Bump

This commit is contained in:
Gerben Jan Dijkman 2021-09-01 14:32:47 +02:00
parent 14077c19cc
commit c8a4350329
3 changed files with 16 additions and 8 deletions

View File

@ -10,7 +10,7 @@ SRC_URI=""
LICENSE="MIT" LICENSE="MIT"
SLOT="0" SLOT="0"
KEYWORDS="~amd64 ~x86 ~arm64 ~arm" KEYWORDS="~amd64 ~x86 ~arm64 ~arm"
IUSE="cawbird squeekboard chromium authenticator geary lollypop dino owncloud nextcloud" IUSE="cawbird squeekboard chromium firefox vivaldi authenticator geary lollypop dino owncloud nextcloud"
DEPEND=" DEPEND="
gui-wm/phosh gui-wm/phosh
@ -21,6 +21,7 @@ DEPEND="
app-misc/gnote app-misc/gnote
media-video/megapixels media-video/megapixels
gnome-base/gnome-control-center gnome-base/gnome-control-center
gnome-base/gnome-keyring
gnome-extra/gnome-contacts gnome-extra/gnome-contacts
gnome-extra/gnome-calculator gnome-extra/gnome-calculator
gnome-extra/gnome-calendar gnome-extra/gnome-calendar
@ -51,7 +52,15 @@ DEPEND="
chromium? ( chromium? (
www-client/chromium www-client/chromium
) )
firefox? (
www-client/firefox
)
vivaldi? (
www-client/vivaldi
)
authenticator? ( authenticator? (
gnome-extra/authenticator gnome-extra/authenticator
@ -63,13 +72,16 @@ DEPEND="
lollypop? ( lollypop? (
media-sound/lollypop media-sound/lollypop
) )
dino? ( dino? (
net-im/dino-libhandy net-im/dino-libhandy
) )
owncloud? ( owncloud? (
net-misc/owncloud-client net-misc/owncloud-client
) )
nextcloud? ( nextcloud? (
net-misc/nextcloud-client net-misc/nextcloud-client
) )
@ -91,4 +103,3 @@ pkg_postinst() {
fi fi
done done
} }

View File

@ -1,3 +0,0 @@
DIST libcall-ui-465f6add090b623fb80c6c5cbb9ab2880ff531a4.tar.gz 50329 BLAKE2B 218635af4f1a6076198746a038a522f56648f2e058a7cf874033da3b533683acde5edc482d824b56402a939c16e1003f61747c158b5beb9a82c2836400afc9d3 SHA512 d11de7b15777f175d0a2323cd7b6a07f76b1ccd1e01a4948084b2e950f356f80357604dd95853c60fa49c812d2e981d0899ade1ce7d933f0f9e32fc8c44807eb
DIST libgnome-volume-control-c5ab6037f460406ac9799b1e5765de3ce0097a8b.tar.gz 46481 BLAKE2B 7ea8424d640d71361905e2eff346f45e024f9cd430cc8cc92c53d8cf72a8ea312c00bdbd0d9c25f499e1af2122fcafbf08a600d69f053ff9fa04baeb44283ccf SHA512 368d56223907d3eaafd35fce643abddf00e963800eebe98fb5cbe6fbbd8da115d1afb93bd5d557167e787579e3ff8b8e7885cae74d8f0326b45085870ac8cc05
DIST phosh-v0.13.0.tar.gz 491512 BLAKE2B 5d459c15195ae966a363120d88d6dbbe08d811a479c09447f092ebb7e3e78b781c8e1e173db2005df2d157d5a9b44b5d8ac8edf6d8fd53f857223d6f6d1966d7 SHA512 6e398ab55007d05be5b3e2e2523d4d2d7df483efbfe1df5fadeae3eae032adf0aba828914e4645e9938c60db4518d96be55f3fe195c9880a181519548f93feb9

View File

@ -6,7 +6,7 @@ EAPI=7
inherit desktop gnome2-utils meson pam readme.gentoo-r1 vala systemd xdg inherit desktop gnome2-utils meson pam readme.gentoo-r1 vala systemd xdg
MY_P="${PN}-v${PV}" MY_P="${PN}-v${PV}"
LVC_COMMIT="c5ab6037f460406ac9799b1e5765de3ce0097a8b" LVC_COMMIT="ae1a34aafce7026b8c0f65a43c9192d756fe1057"
LCU_COMMIT="465f6add090b623fb80c6c5cbb9ab2880ff531a4" LCU_COMMIT="465f6add090b623fb80c6c5cbb9ab2880ff531a4"
DESCRIPTION="A pure Wayland shell prototype for GNOME on mobile devices" DESCRIPTION="A pure Wayland shell prototype for GNOME on mobile devices"