gui-apps/nwg-panel: drop 0.9.57

Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
This commit is contained in:
Pascal Jäger
2025-01-01 13:00:46 +01:00
parent 68a17ad51e
commit e30e17e9fd
2 changed files with 0 additions and 54 deletions

View File

@@ -1,3 +1,2 @@
DIST nwg-panel-0.9.57.tar.gz 253620 BLAKE2B d7bf5a45912530f989cad9b709b8b5ff30e0ee9782998faa2dbdc2406c5d848f6ce2590e64849ec28f8325c535fed4a8d2f6fb7116e576fc8fe6ba21d6246ada SHA512 8f639cb585061355c13039714b895e721ace65b49d770d91240526a1b9fbbc7da755b3f09f7cda4a1a21506f1ed485c37c2776e7566c44fffa2b06904ad38c17
DIST nwg-panel-0.9.58.tar.gz 253053 BLAKE2B 7d8191a76de9656137fcc044592008883415d4d6092f5976fe867d5eea93cf8971044a9c2aa0ecc1f9ad98a9c81d4400cc59897c03134f3ba7c08fcec5f192ce SHA512 a8045731abfb707def771463a1358d37ca1651ff1533a08a95bdfdbf10537b62b0ce64f27e3c50f0d51de102dfb1a021d267858f32f800bd0763f475e3e0b731
DIST nwg-panel-0.9.59.tar.gz 254083 BLAKE2B 227fb8f594250cd6c686e46761861ba65fa354fda644ada6bf301d8d4c3a405c013704e6ff89f44b1ceced23eef9f1d49036feeef2c62be6bc7f1e03fccc8491 SHA512 949c5942206de7123f6a4255a8ad3a7ce244fe5950187c09a548c3a2170290b153075ec222c0304db984d329a5a20eef7f437c2f454b218ce44faf368e1e6b20

View File

@@ -1,53 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit desktop distutils-r1 systemd xdg-utils
if [[ "${PV}" == 9999 ]]
then
inherit git-r3
EGIT_REPO_URI="https://github.com/nwg-piotr/nwg-panel.git"
else
SRC_URI="https://github.com/nwg-piotr/nwg-panel/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="GTK3-based panel for sway and Hyprland Wayland compositors"
HOMEPAGE="https://github.com/nwg-piotr/nwg-panel"
LICENSE="MIT"
SLOT="0"
RDEPEND="
x11-libs/gtk+:3
dev-python/pygobject[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
dev-python/i3ipc[${PYTHON_USEDEP}]
dev-python/dasbus[${PYTHON_USEDEP}]
gui-apps/nwg-icon-picker
media-sound/playerctl
gui-libs/gtk-layer-shell[introspection]
"
DEPEND="${RDEPEND}"
python_install_all() {
distutils-r1_python_install_all
domenu nwg-panel-config.desktop
domenu nwg-processes.desktop
doicon nwg-panel.svg
doicon nwg-processes.svg
doicon nwg-shell.svg
systemd_dounit nwg-panel.service
}
pkg_postinst() {
xdg_desktop_database_update
}
pkg_postrm() {
xdg_desktop_database_update
}