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.
- Loading branch information
Showing
1 changed file
with
28 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,28 @@ | ||
# Template file for 'nwg-displays' | ||
pkgname=nwg-displays | ||
version=0.3.16 | ||
revision=1 | ||
build_style=python3-module | ||
#configure_args="--destdir /usr/bin" | ||
hostmakedepends="python3-setuptools python3-gobject-devel gtk+3-devel gtk-layer-shell-devel" | ||
depends="python3-gobject python3-i3ipc gtk+3 gtk-layer-shell" | ||
checkdepends="python3-wheel python3-testtools" | ||
short_desc="Intuitive GUI to manage multiple displays for wayland" | ||
maintainer="zenobit <zenobit@disroot.org>" | ||
license="MIT" | ||
homepage="https://nwg-piotr.github.io/nwg-shell/nwg-displays" | ||
#changelog="" | ||
distfiles="https://github.com/nwg-piotr/nwg-displays/archive/refs/tags/v${version}.tar.gz" | ||
checksum=8273f9806f5dfcc205eee0649b8efffceb7bf90a1b4d976b99d4c10d40152986 | ||
|
||
post_install() { | ||
vinstall nwg-displays.svg 644 /usr/share/pixmaps | ||
vinstall nwg-displays.desktop 644 /usr/share/applications | ||
vinstall README.md 644 /usr/share/doc/nwg-displays | ||
|
||
for lang in nwg_displays/langs/*.json; do | ||
vinstall "${lang}" 644 /usr/share/nwg-displays/langs | ||
done | ||
|
||
vlicense LICENSE | ||
} |