Skip to content

Commit

Permalink
New package: nwg-shell-config-0.5.34
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed Apr 1, 2024
1 parent 5e3561a commit fe1799f
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions srcpkgs/nwg-shell-config/template
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
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
}

0 comments on commit fe1799f

Please sign in to comment.