forked from void-linux/void-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Template file for 'nwg-panel' | ||
pkgname=nwg-panel | ||
version=0.9.27 | ||
revision=1 | ||
build_style=python3-pep517 | ||
hostmakedepends="python3-setuptools pkg-config python3-dasbus python3-wheel" | ||
makedepends="cairo-devel python3-cairo-devel" | ||
depends="gobject-introspection gtk+3 gtk-layer-shell python3-psutil python3-dasbus" | ||
checkdepends="python3-pytest python3-pip python3-wheel cmake python3-gobject gtk+3 gtk-layer-shell python3-psutil playerctl python3-requests python3-i3ipc libdbusmenu-gtk3" | ||
short_desc="GTK3-based panel for sway and Hyprland Wayland compositors" | ||
maintainer="zenobit <[email protected]>" | ||
license="MIT" | ||
homepage="https://nwg-piotr.github.io/nwg-shell/nwg-panel" | ||
#changelog="" | ||
distfiles="https://github.com/nwg-piotr/nwg-panel/archive/refs/tags/v${version}.tar.gz" | ||
checksum=7e800820df8602381755a4b3357d14dd5df21ba3dd8859ba2f4fbba440d014f0 | ||
|
||
post_install() { | ||
vlicense LICENSE | ||
} |