forked from void-linux/void-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New package: nwg-shell-config-0.5.34
- Loading branch information
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |