From 2913a1b04402634b2ee53437e3a0d49ea8bdcab3 Mon Sep 17 00:00:00 2001 From: zenobit Date: Sat, 16 Mar 2024 23:27:33 +0100 Subject: [PATCH] New package: nwg-shell-0.5.34 --- srcpkgs/nwg-shell/template | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 srcpkgs/nwg-shell/template diff --git a/srcpkgs/nwg-shell/template b/srcpkgs/nwg-shell/template new file mode 100644 index 00000000000000..8df2584214555b --- /dev/null +++ b/srcpkgs/nwg-shell/template @@ -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 " +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 +}