unclutter-xfixes: update to 1.6.

This commit is contained in:
Duncaen 2021-08-26 18:43:38 +02:00
parent dc95c4836b
commit 5a33812685
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,6 +1,6 @@
# Template file for 'unclutter-xfixes'
pkgname=unclutter-xfixes
version=1.5
version=1.6
revision=1
build_style=gnu-makefile
make_use_env=yes
@ -12,11 +12,16 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
license="MIT"
homepage="https://github.com/Airblader/unclutter-xfixes"
distfiles="https://github.com/Airblader/unclutter-xfixes/archive/v${version}.tar.gz"
checksum=35c75ad24be989dd6708db1d9ce9b2a2f814b80638c0633cdb075c6df090ed11
checksum=6f7f248f16b7d4ec7cb144b6bc5a66bd49078130513a184f4dc16c498d457db9
conflicts="unclutter>=0"
pre_build() {
sed -e '/^CC/d' \
post_extract() {
vsed -e '/^CC/d' \
-e '/^.PHONY: $(TARGET)/d' \
-e '/ LICENSE$/d' \
-i Makefile
}
post_install() {
vlicense LICENSE
}