mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-06 12:52:56 +02:00
New package: nwg-displays-0.3.18
This commit is contained in:
parent
83844340dc
commit
1961232b43
1 changed files with 28 additions and 0 deletions
28
srcpkgs/nwg-displays/template
Normal file
28
srcpkgs/nwg-displays/template
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Template file for 'nwg-displays'
|
||||
pkgname=nwg-displays
|
||||
version=0.3.18
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools python3-wheel"
|
||||
makedepends="python3-gobject-devel gtk+3-devel gtk-layer-shell-devel"
|
||||
depends="python3-gobject gtk+3 gtk-layer-shell"
|
||||
checkdepends="python3-wheel"
|
||||
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=0c522cf45998ae4816df63ea661906a9c2a7eb8a8490167419933e89ca1117f2
|
||||
|
||||
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
|
||||
}
|
Loading…
Add table
Reference in a new issue