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
37 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,37 @@ | ||
# Template file for 'nwg-shell' | ||
pkgname=nwg-shell | ||
version=0.5.34 | ||
revision=1 | ||
build_style=python3-pep517 | ||
hostmakedepends="go python3-setuptools python3-geopy python3-wheel nwg-shell-config" | ||
makedepends="python3-gobject-devel gtk+3-devel gtk-layer-shell-devel" | ||
depends="azote gnome-themes-extra grim gtklock ImageMagick jq | ||
libayatana-appindicator network-manager-applet nwg-bar nwg-clipman | ||
nwg-displays nwg-dock nwg-dock-hyprland nwg-drawer nwg-look nwg-menu | ||
nwg-readme-browser nwg-shell-config papirus-icon-theme playerctl | ||
polkit-gnome python3-geopy python3-yaml slurp swappy sway swaybg | ||
swayidle swaylock SwayNotificationCenter dejavu-fonts-ttf wl-clipboard | ||
wlsunset xorg-server-xwayland" | ||
# nwg-shell-wallpapers | ||
checkdepends="python3-wheel python3-pytest" | ||
short_desc="GTK3-based shell for sway and Hyprland Wayland compositors" | ||
maintainer="zenobit <[email protected]>" | ||
license="MIT" | ||
homepage="https://nwg-piotr.github.io/nwg-shell" | ||
#changelog="" | ||
distfiles="https://github.com/nwg-piotr/nwg-shell/archive/refs/tags/v${version}.tar.gz" | ||
checksum=5b197ffcfed47be6bdddc58a8dbe52fe8603eb769ea29b6be447aa15d0090659 | ||
|
||
do_install() { | ||
python3 setup.py install --optimize=1 | ||
} | ||
|
||
post_install() { | ||
#for file in scripts/*; do | ||
# vbin ${file} | ||
#done | ||
#vinstall nwg-shell.jpg 644 /usr/share/backgrounds | ||
#vinstall nwg-readme.desktop 644 /usr/share/applications | ||
vinstall README.md 644 /usr/share/doc/nwg-shell | ||
vlicense LICENSE | ||
} |