New package: nwg-shell-config-0.5.37

This commit is contained in:
zenobit 2024-03-16 23:27:15 +01:00
parent b9bccf9791
commit 5942d7b883

View file

@ -0,0 +1,51 @@
# Template file for 'nwg-shell-config'
pkgname=nwg-shell-config
version=0.5.37
revision=1
build_style=python3-pep517
hostmakedepends="pkg-config python3-setuptools python3-wheel python3-geopy python3-requests"
#makedepends="python3-gobject-devel gtk+3-devel gtk-layer-shell-devel"
depends="python3 gtklock noto-fonts-ttf playerctl python3-geopy python3-gobject python3-i3ipc wlsunset"
#checkdepends=""
short_desc="Graphical user interface for configuring sway and Hyprland"
maintainer="zenobit <zenobit@disroot.org>"
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=0a38365cbc8f2edb15626dc136c85397c68a196dca82c9d6e9fd4fa073a35510
#do_install() {
# python3 setup.py --help
# python3 setup.py -m installer --root="build" --optimize=1
#}
post_install() {
vinstall nwg-shell-config.svg 644 /usr/share/pixmaps
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
#vinstall usr/bin/nwg-autotiling 644 /usr/bin
#vbin usr/bin/nwg-autotranslate
#vbin usr/bin/nwg-lock
#vbin usr/bin/nwg-screenshot-applet
#vbin usr/bin/nwg-shell-config
#vbin usr/bin/nwg-shell-config-hyprland
#vbin usr/bin/nwg-shell-config-sway
#vbin usr/bin/nwg-shell-help
#vbin usr/bin/nwg-shell-translate
#vbin usr/bin/nwg-shell-updater
#vbin usr/bin/nwg-update-indicator
vlicense LICENSE
}