Updated meta

This commit is contained in:
Gerben Jan Dijkman 2021-12-08 21:40:19 +01:00
parent 14af2eeb83
commit 85b44b5f0e
4 changed files with 6 additions and 54 deletions

View File

@ -28,6 +28,7 @@ src_install() {
pkg_postinst() { pkg_postinst() {
xdg_pkg_postinst xdg_pkg_postinst
gnome2_schemas_update gnome2_schemas_update
xdg_icon_cache_update
} }
pkg_postrm() { pkg_postrm() {

View File

@ -31,6 +31,7 @@ src_install() {
pkg_postinst() { pkg_postinst() {
xdg_pkg_postinst xdg_pkg_postinst
gnome2_schemas_update gnome2_schemas_update
xdg_icon_cache_update
} }
pkg_postrm() { pkg_postrm() {

View File

@ -10,10 +10,12 @@ SRC_URI=""
LICENSE="MIT" LICENSE="MIT"
SLOT="0" SLOT="0"
KEYWORDS="~amd64 ~x86 ~arm64 ~arm" KEYWORDS="~amd64 ~x86 ~arm64 ~arm"
IUSE="cawbird squeekboard chromium firefox vivaldi authenticator geary lollypop dino owncloud nextcloud" IUSE="cawbird squeekboard chromium firefox geary lollypop owncloud nextcloud"
DEPEND=" DEPEND="
gui-wm/phosh gui-wm/phosh
gnome-extra/vvmplayer
gnome-extra/phosh-antispam
net-voip/gnome-calls net-voip/gnome-calls
net-im/chatty net-im/chatty
net-dns/dnsmasq net-dns/dnsmasq
@ -67,11 +69,7 @@ DEPEND="
lollypop? ( lollypop? (
media-sound/lollypop media-sound/lollypop
) )
dino? (
net-im/dino-libhandy
)
owncloud? ( owncloud? (
net-misc/owncloud-client net-misc/owncloud-client
) )

View File

@ -1,48 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
VALA_MIN_API_VERSION="0.36"
VALA_USE_DEPEND="vapigen"
inherit gnome.org gnome2-utils meson vala xdg
DESCRIPTION="A nice way to view information about use of system resources."
HOMEPAGE="https://wiki.gnome.org/Apps/Usage"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
RDEPEND="
>=dev-libs/glib-2.38:2
>=x11-libs/gtk+-3.20.10:3
>=dev-libs/libdazzle-3.30
>=gnome-base/libgtop-2.34.0:2
>=gui-libs/libhandy-1.0.0:1=
>=app-misc/tracker-3.0.3:3=
"
DEPEND="${RDEPEND}
$(vala_depend)
>=sys-devel/gettext-0.19.8
"
src_prepare() {
vala_src_prepare
default
}
src_configure() {
meson_src_configure
}
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}