Skip to content

Commit

Permalink
New package: nwg-shell-0.5.34
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed May 12, 2024
1 parent 16f2131 commit 538045a
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions srcpkgs/nwg-shell/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Template file for 'nwg-shell'
pkgname=nwg-shell
version=0.5.34
revision=1
build_style=python3-pep517
hostmakedepends="go python3-setuptools python3-wheel nwg-shell-config nwg-bar nwg-clipman nwg-displays nwg-dock nwg-drawer nwg-look nwg-menu nwg-panel python3-geopy python3-yaml python3-requests python3-netifaces"
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-panel nwg-readme-browser nwg-shell-config papirus-icon-theme
playerctl polkit-gnome slurp swappy sway swaybg swayidle swaylock
SwayNotificationCenter dejavu-fonts-ttf wl-clipboard wlsunset
xorg-server-xwayland python3-geopy python3-yaml python3-requests
python3-netifaces"
# 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
}

0 comments on commit 538045a

Please sign in to comment.