Skip to content

Commit

Permalink
New package: nwg-displays-0.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed Apr 2, 2024
1 parent 031f829 commit 602d865
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions srcpkgs/nwg-displays/template
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
hostmakedepends="python3-setuptools"
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=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
}

0 comments on commit 602d865

Please sign in to comment.