mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: snixembed-0.2.2
This commit is contained in:
parent
5ac95f5d07
commit
bfbb684bf2
1 changed files with 25 additions and 0 deletions
25
srcpkgs/snixembed/template
Normal file
25
srcpkgs/snixembed/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'snixembed'
|
||||||
|
pkgname=snixembed
|
||||||
|
version=0.2.2
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
make_use_env=yes
|
||||||
|
hostmakedepends="pkg-config vala"
|
||||||
|
makedepends="gtk+3-devel glib-devel libdbusmenu-gtk3-devel libdbusmenu-glib-devel vala-devel"
|
||||||
|
short_desc="Proxy StatusNotifierItem systray API to XEmbed API"
|
||||||
|
maintainer="projectmoon <projectmoon@agnos.is>"
|
||||||
|
license="ISC"
|
||||||
|
homepage="https://git.sr.ht/~steef/snixembed"
|
||||||
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
|
checksum=91e654ced9c09f2c566afef2035894be6c99d18189a234a07b6c921427851a04
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
# Need to patch makefile with version because currently it
|
||||||
|
# assumes it's in a git repo.
|
||||||
|
vsed -i makefile -e 's/version.vala:.*/version.vala:/g'
|
||||||
|
vsed -i makefile -e 's/VERSION = .*$/VERSION = \\"'"${version}"'\\";\" > $@/g'
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue