net-analyzer/nutty: use xdg instead of xdg-utils; update metadata
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
parent
a358be5b2a
commit
d0a973d8e9
@ -1,7 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<upstream>
|
||||
<remote-id type="github">babluboy/nutty</remote-id>
|
||||
</upstream>
|
||||
<maintainer type="person">
|
||||
<email>xgqt@protonmail.com</email>
|
||||
<name>Maciej Barć</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">babluboy/nutty</remote-id>
|
||||
</upstream>
|
||||
<longdescription>
|
||||
A simple application made for elementary OS to provide essential information on network related aspects.
|
||||
The information presented in as the following tabs.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit gnome2-utils meson vala xdg-utils
|
||||
inherit gnome2-utils meson vala xdg
|
||||
|
||||
DESCRIPTION="A simple application to provide essential information on network related aspects"
|
||||
HOMEPAGE="https://github.com/babluboy/nutty"
|
||||
@ -38,13 +38,10 @@ RDEPEND="
|
||||
sys-apps/pciutils
|
||||
"
|
||||
|
||||
DOCS=(
|
||||
AUTHORS
|
||||
README.md
|
||||
)
|
||||
DOCS=( AUTHORS README.md )
|
||||
|
||||
src_prepare() {
|
||||
xdg_environment_reset
|
||||
xdg_src_prepare
|
||||
vala_src_prepare
|
||||
default
|
||||
}
|
||||
@ -62,11 +59,11 @@ pkg_preinst() {
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_icon_cache_update
|
||||
xdg_pkg_preinst
|
||||
gnome2_schemas_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_icon_cache_update
|
||||
xdg_pkg_postrm
|
||||
gnome2_schemas_update
|
||||
}
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit gnome2-utils meson vala xdg-utils
|
||||
inherit gnome2-utils meson vala xdg
|
||||
|
||||
DESCRIPTION="A simple application to provide essential information on network related aspects"
|
||||
HOMEPAGE="https://github.com/babluboy/nutty"
|
||||
@ -38,13 +38,10 @@ RDEPEND="
|
||||
sys-apps/pciutils
|
||||
"
|
||||
|
||||
DOCS=(
|
||||
AUTHORS
|
||||
README.md
|
||||
)
|
||||
DOCS=( AUTHORS README.md )
|
||||
|
||||
src_prepare() {
|
||||
xdg_environment_reset
|
||||
xdg_src_prepare
|
||||
vala_src_prepare
|
||||
default
|
||||
}
|
||||
@ -62,11 +59,11 @@ pkg_preinst() {
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_icon_cache_update
|
||||
xdg_pkg_preinst
|
||||
gnome2_schemas_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_icon_cache_update
|
||||
xdg_pkg_postrm
|
||||
gnome2_schemas_update
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user