diff --git a/srcpkgs/nwg-shell-config/template b/srcpkgs/nwg-shell-config/template new file mode 100644 index 00000000000000..9d5eaa63e2da4b --- /dev/null +++ b/srcpkgs/nwg-shell-config/template @@ -0,0 +1,47 @@ +# Template file for 'nwg-shell-config' +pkgname=nwg-shell-config +version=0.5.34 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools python3-geopy python3-wheel" +makedepends="python3-gobject-devel gtk+3-devel gtk-layer-shell-devel" +depends="gtklock noto-fonts-ttf playerctl python3 python3-geopy python3-gobject python3-i3ipc wlsunset" +short_desc="Graphical user interface for configuring sway and Hyprland" +maintainer="zenobit " +license="MIT" +homepage="https://nwg-piotr.github.io/nwg-shell/nwg-shell-config" +#changelog="" +distfiles="https://github.com/nwg-piotr/nwg-shell-config/archive/refs/tags/v${version}.tar.gz" +checksum=5b197ffcfed47be6bdddc58a8dbe52fe8603eb769ea29b6be447aa15d0090659 + +do_install() { + python3 setup.py install --optimize=1 +} + +post_install() { + vinstall nwg-shell-config.svg 644 /usr/share/pixmaps + vinstall nwg-shell-update.svg 644 /usr/share/pixmaps + vinstall nwg-shell-translate.svg 644 /usr/share/pixmaps + vinstall nwg-update-noupdate.svg 644 /usr/share/pixmaps + vinstall nwg-update-available.svg 644 /usr/share/pixmaps + vinstall nwg-update-checking.svg 644 /usr/share/pixmaps + vinstall nwg-screenshot.svg 644 /usr/share/pixmaps + vinstall nwg-1.svg 644 /usr/share/pixmaps + vinstall nwg-2.svg 644 /usr/share/pixmaps + vinstall nwg-3.svg 644 /usr/share/pixmaps + vinstall nwg-shell-config.desktop 644 /usr/share/applications + vinstall README.md 644 /usr/share/doc/nwg-shell-config + vbin nwg-system-update +# vbin nwg-autotiling +# vbin nwg-autotranslate +# vbin nwg-lock +# vbin nwg-screenshot-applet +# vbin nwg-shell-config +# vbin nwg-shell-config-hyprland +# vbin nwg-shell-config-sway +# vbin nwg-shell-help +# vbin nwg-shell-translate +# vbin nwg-shell-updater +# vbin nwg-update-indicator + vlicense LICENSE +}