sxhkd: update to 0.5.8.
This commit is contained in:
parent
dfa2a2d98d
commit
97d915b3ab
1 changed files with 3 additions and 6 deletions
|
@ -1,19 +1,16 @@
|
||||||
# Template file for 'sxhkd'
|
# Template file for 'sxhkd'
|
||||||
pkgname=sxhkd
|
pkgname=sxhkd
|
||||||
version=0.5.7
|
version=0.5.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
make_use_env=yes
|
||||||
makedepends="libxcb-devel xcb-util-devel xcb-util-keysyms-devel"
|
makedepends="libxcb-devel xcb-util-devel xcb-util-keysyms-devel"
|
||||||
short_desc="Simple X HotKey Daemon"
|
short_desc="Simple X HotKey Daemon"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="https://github.com/baskerville/sxhkd"
|
homepage="https://github.com/baskerville/sxhkd"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=21b8bfea2a83f019062dfea53051e2bc61896595fc788c6c7b5e3fd9354b279f
|
checksum=d7df48d7d301d1cf06f45172bcfe712510e98dcdbdb896af662cf979f9666855
|
||||||
|
|
||||||
post_extract() {
|
|
||||||
sed -i 's/^\(CFLAGS *+=\)/override \1/' Makefile
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue