mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 20:32:58 +02:00
New package: nwg-icon-picker-0.1.1
This commit is contained in:
parent
a8c596ec8a
commit
5d8c857418
1 changed files with 22 additions and 0 deletions
22
srcpkgs/nwg-icon-picker/template
Normal file
22
srcpkgs/nwg-icon-picker/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'nwg-icon-picker'
|
||||
pkgname=nwg-icon-picker
|
||||
version=0.1.1
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools python3-wheel"
|
||||
makedepends="python3-gobject-devel gtk+3-devel gtk-layer-shell-devel"
|
||||
depends="gtk+3 python3-gobject"
|
||||
short_desc="GTK icon chooser with a text search option"
|
||||
maintainer="zenobit <zenobit@disroot.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/nwg-piotr/nwg-icon-picker"
|
||||
#changelog=""
|
||||
distfiles="https://github.com/nwg-piotr/nwg-icon-picker/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=264df7a4fa3ab8e9bfeecb2505b5ef4c58d3b5f9d1e7d8e1255f95f4bc869ffc
|
||||
|
||||
post_install() {
|
||||
vinstall nwg-icon-picker.svg 644 /usr/share/pixmaps
|
||||
vinstall nwg-icon-picker.desktop 644 /usr/share/applications
|
||||
vinstall README.md 644 /usr/share/doc/nwg-icon-picker
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue