x11-terms/kgx: rm python deps; force gtop USE; simple xdg
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
parent
5c30060d73
commit
3d596b3591
@ -1,11 +1,9 @@
|
|||||||
# Copyright 1999-2020 Gentoo Authors
|
# Copyright 1999-2021 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
inherit gnome2-utils meson xdg
|
||||||
|
|
||||||
inherit gnome2-utils meson python-single-r1 xdg-utils
|
|
||||||
|
|
||||||
DESCRIPTION="A minimal terminal for GNOME"
|
DESCRIPTION="A minimal terminal for GNOME"
|
||||||
HOMEPAGE="https://gitlab.gnome.org/ZanderBrown/kgx"
|
HOMEPAGE="https://gitlab.gnome.org/ZanderBrown/kgx"
|
||||||
@ -24,13 +22,13 @@ RESTRICT="
|
|||||||
"
|
"
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="doc generic +gtop test"
|
IUSE="doc generic test"
|
||||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
${PYTHON_DEPS}
|
${PYTHON_DEPS}
|
||||||
>=dev-libs/glib-2.58.0
|
>=dev-libs/glib-2.58.0
|
||||||
>=dev-libs/libpcre2-10.32
|
>=dev-libs/libpcre2-10.32
|
||||||
|
>=gnome-base/libgtop-2.38.0
|
||||||
>=x11-libs/vte-0.54.4
|
>=x11-libs/vte-0.54.4
|
||||||
dev-libs/appstream-glib[introspection]
|
dev-libs/appstream-glib[introspection]
|
||||||
dev-util/desktop-file-utils
|
dev-util/desktop-file-utils
|
||||||
@ -38,9 +36,6 @@ DEPEND="
|
|||||||
gnome-base/gsettings-desktop-schemas
|
gnome-base/gsettings-desktop-schemas
|
||||||
gui-libs/libhandy:0.0
|
gui-libs/libhandy:0.0
|
||||||
x11-libs/gtk+:3
|
x11-libs/gtk+:3
|
||||||
gtop? (
|
|
||||||
>=gnome-base/libgtop-2.38.0
|
|
||||||
)
|
|
||||||
"
|
"
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
${DEPEND}
|
${DEPEND}
|
||||||
@ -52,7 +47,7 @@ src_configure() {
|
|||||||
-Dgir=false
|
-Dgir=false
|
||||||
-Dgtk_doc=$(usex doc true false)
|
-Dgtk_doc=$(usex doc true false)
|
||||||
-Dgtk_doc=false
|
-Dgtk_doc=false
|
||||||
-Dgtop=$(usex gtop true false)
|
-Dgtop=true
|
||||||
-Dtests=$(usex test true false)
|
-Dtests=$(usex test true false)
|
||||||
-Dvapi=false
|
-Dvapi=false
|
||||||
)
|
)
|
||||||
@ -61,7 +56,7 @@ src_configure() {
|
|||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
meson_src_install
|
meson_src_install
|
||||||
rm -rf "${ED}"/usr/share/appdata
|
rm -rf "${ED}/usr/share/appdata" || die
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_preinst() {
|
pkg_preinst() {
|
||||||
@ -72,15 +67,11 @@ pkg_preinst() {
|
|||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
gnome2_gconf_install
|
gnome2_gconf_install
|
||||||
gnome2_schemas_update
|
gnome2_schemas_update
|
||||||
xdg_icon_cache_update
|
xdg_pkg_postinst
|
||||||
xdg_desktop_database_update
|
|
||||||
xdg_mimeinfo_database_update
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postrm() {
|
pkg_postrm() {
|
||||||
gnome2_gconf_uninstall
|
gnome2_gconf_uninstall
|
||||||
gnome2_schemas_update
|
gnome2_schemas_update
|
||||||
xdg_icon_cache_update
|
xdg_pkg_postrm
|
||||||
xdg_desktop_database_update
|
|
||||||
xdg_mimeinfo_database_update
|
|
||||||
}
|
}
|
||||||
|
@ -1,11 +1,9 @@
|
|||||||
# Copyright 1999-2020 Gentoo Authors
|
# Copyright 1999-2021 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
inherit gnome2-utils meson xdg
|
||||||
|
|
||||||
inherit gnome2-utils meson python-single-r1 xdg-utils
|
|
||||||
|
|
||||||
DESCRIPTION="A minimal terminal for GNOME"
|
DESCRIPTION="A minimal terminal for GNOME"
|
||||||
HOMEPAGE="https://gitlab.gnome.org/ZanderBrown/kgx"
|
HOMEPAGE="https://gitlab.gnome.org/ZanderBrown/kgx"
|
||||||
@ -24,13 +22,13 @@ RESTRICT="
|
|||||||
"
|
"
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="doc generic +gtop test"
|
IUSE="doc generic test"
|
||||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
${PYTHON_DEPS}
|
${PYTHON_DEPS}
|
||||||
>=dev-libs/glib-2.58.0
|
>=dev-libs/glib-2.58.0
|
||||||
>=dev-libs/libpcre2-10.32
|
>=dev-libs/libpcre2-10.32
|
||||||
|
>=gnome-base/libgtop-2.38.0
|
||||||
>=x11-libs/vte-0.54.4
|
>=x11-libs/vte-0.54.4
|
||||||
dev-libs/appstream-glib[introspection]
|
dev-libs/appstream-glib[introspection]
|
||||||
dev-util/desktop-file-utils
|
dev-util/desktop-file-utils
|
||||||
@ -38,9 +36,6 @@ DEPEND="
|
|||||||
gnome-base/gsettings-desktop-schemas
|
gnome-base/gsettings-desktop-schemas
|
||||||
gui-libs/libhandy:0.0
|
gui-libs/libhandy:0.0
|
||||||
x11-libs/gtk+:3
|
x11-libs/gtk+:3
|
||||||
gtop? (
|
|
||||||
>=gnome-base/libgtop-2.38.0
|
|
||||||
)
|
|
||||||
"
|
"
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
${DEPEND}
|
${DEPEND}
|
||||||
@ -52,7 +47,6 @@ src_configure() {
|
|||||||
-Dgir=false
|
-Dgir=false
|
||||||
-Dgtk_doc=$(usex doc true false)
|
-Dgtk_doc=$(usex doc true false)
|
||||||
-Dgtk_doc=false
|
-Dgtk_doc=false
|
||||||
-Dgtop=$(usex gtop true false)
|
|
||||||
-Dtests=$(usex test true false)
|
-Dtests=$(usex test true false)
|
||||||
-Dvapi=false
|
-Dvapi=false
|
||||||
)
|
)
|
||||||
@ -61,7 +55,7 @@ src_configure() {
|
|||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
meson_src_install
|
meson_src_install
|
||||||
rm -rf "${ED}"/usr/share/appdata
|
rm -rf "${ED}/usr/share/appdata" || die
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_preinst() {
|
pkg_preinst() {
|
||||||
@ -72,15 +66,11 @@ pkg_preinst() {
|
|||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
gnome2_gconf_install
|
gnome2_gconf_install
|
||||||
gnome2_schemas_update
|
gnome2_schemas_update
|
||||||
xdg_icon_cache_update
|
xdg_pkg_postinst
|
||||||
xdg_desktop_database_update
|
|
||||||
xdg_mimeinfo_database_update
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postrm() {
|
pkg_postrm() {
|
||||||
gnome2_gconf_uninstall
|
gnome2_gconf_uninstall
|
||||||
gnome2_schemas_update
|
gnome2_schemas_update
|
||||||
xdg_icon_cache_update
|
xdg_pkg_postrm
|
||||||
xdg_desktop_database_update
|
|
||||||
xdg_mimeinfo_database_update
|
|
||||||
}
|
}
|
||||||
|
@ -9,8 +9,5 @@
|
|||||||
<flag name="generic">
|
<flag name="generic">
|
||||||
Present using the generic name "Terminal"
|
Present using the generic name "Terminal"
|
||||||
</flag>
|
</flag>
|
||||||
<flag name="gtop">
|
|
||||||
Use libgtop to track children processes
|
|
||||||
</flag>
|
|
||||||
</use>
|
</use>
|
||||||
</pkgmetadata>
|
</pkgmetadata>
|
||||||
|
Loading…
Reference in New Issue
Block a user