29 lines
942 B
Bash
29 lines
942 B
Bash
# Template file for 'nwg-look'
|
|
pkgname=nwg-look
|
|
version=0.2.7
|
|
revision=2
|
|
build_style=go
|
|
go_import_path=github.com/nwg-piotr/nwg-look
|
|
hostmakedepends="pkg-config"
|
|
makedepends="cairo-devel gtk+3-devel libglib-devel pango-devel"
|
|
depends="xcur2png"
|
|
short_desc="GTK3 settings editor adapted to work in the wlroots environment"
|
|
maintainer="cinerea0 <cinerea0@protonmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/nwg-piotr/nwg-look"
|
|
changelog="https://github.com/nwg-piotr/nwg-look/releases"
|
|
distfiles="https://github.com/nwg-piotr/nwg-look/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=20a7773b1bae7ae013efa359e73dcefc89bfb516d45bba4375f59c8a9216c9c3
|
|
|
|
post_install() {
|
|
vinstall stuff/main.glade 644 /usr/share/nwg-look
|
|
vinstall stuff/nwg-look.desktop 644 /usr/share/applications
|
|
vinstall stuff/nwg-look.svg 644 /usr/share/pixmaps
|
|
|
|
for lang in langs/*.json; do
|
|
vinstall ${lang} 644 /usr/share/nwg-look/langs
|
|
done
|
|
|
|
vlicense LICENSE
|
|
}
|