mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-21 07:52:21 -04:00
gui-apps/nwg-panel: add 0.9.33
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
This commit is contained in:
parent
7ebe9012ee
commit
6ac7776ed0
@ -1,2 +1,3 @@
|
|||||||
DIST nwg-panel-0.9.31.tar.gz 231000 BLAKE2B 6363c09e0bc47cb89b27f987e890126b62de21e9d45f4dbab8dbb7902375c44268add7ffb42f343eeb105af2a29f9cc1cbb9831e4eb7c6553fd746a55125a4ff SHA512 a3ce46610ac1e3837b7a30220722954e201b5ea8ef89913be2f519267d02ab5ca6b87e7514a3ea6156ceb98d1a6d7bfebe452b14de577f82b117105cb82bfde8
|
DIST nwg-panel-0.9.31.tar.gz 231000 BLAKE2B 6363c09e0bc47cb89b27f987e890126b62de21e9d45f4dbab8dbb7902375c44268add7ffb42f343eeb105af2a29f9cc1cbb9831e4eb7c6553fd746a55125a4ff SHA512 a3ce46610ac1e3837b7a30220722954e201b5ea8ef89913be2f519267d02ab5ca6b87e7514a3ea6156ceb98d1a6d7bfebe452b14de577f82b117105cb82bfde8
|
||||||
DIST nwg-panel-0.9.32.tar.gz 231248 BLAKE2B d7964b47a4edc8e625f5033524519b9476c928180f368e6c9220cc6f9d9a20e67b35e34dca1bea3c222565807f2d9af6b4a9998b746e60b86d448b1548a15c05 SHA512 14e9e3feb86895420f0dfb8996f0af5903d87d458a81f98bc9aeaac986d413aebbade3b2b0522a021132640d580d7e9021795f7674476271edc60a3878988098
|
DIST nwg-panel-0.9.32.tar.gz 231248 BLAKE2B d7964b47a4edc8e625f5033524519b9476c928180f368e6c9220cc6f9d9a20e67b35e34dca1bea3c222565807f2d9af6b4a9998b746e60b86d448b1548a15c05 SHA512 14e9e3feb86895420f0dfb8996f0af5903d87d458a81f98bc9aeaac986d413aebbade3b2b0522a021132640d580d7e9021795f7674476271edc60a3878988098
|
||||||
|
DIST nwg-panel-0.9.33.tar.gz 236374 BLAKE2B 43debadb835752cded87164ca81095dfa36f66bbdcd3ce8b33f9112d6423557a50a46995ffcfe6cbb4de60904c7a66f2ba3402987b4f0ab40f6318e5aa3428ce SHA512 5f9be9f85bd62987a79afc69827a8937e50cfa373288d866aaeaa00e041ab89adf234badca88a97bc268b2f6dcf6aab67c13b5aaa159226ed615bb92c9f7e005
|
||||||
|
53
gui-apps/nwg-panel/nwg-panel-0.9.33.ebuild
Normal file
53
gui-apps/nwg-panel/nwg-panel-0.9.33.ebuild
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
# 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
|
||||||
|
"
|
||||||
|
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
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user