From ace49a0bf963f2474ee9071b69402c824b5a0f82 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 17 Dec 2018 16:21:22 +0100 Subject: [PATCH] unclutter-xfixes: update to 1.5. --- srcpkgs/unclutter-xfixes/template | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/srcpkgs/unclutter-xfixes/template b/srcpkgs/unclutter-xfixes/template index 1ba026f1ba..7a1aaaea27 100644 --- a/srcpkgs/unclutter-xfixes/template +++ b/srcpkgs/unclutter-xfixes/template @@ -1,9 +1,10 @@ # Template file for 'unclutter-xfixes' pkgname=unclutter-xfixes -version=1.4 +version=1.5 revision=1 build_style=gnu-makefile make_use_env=yes +make_install_args="LICENSEDIR=/usr/share/licenses/${pkgname}" hostmakedepends="pkg-config asciidoc" makedepends="libXfixes-devel libXi-devel libev-devel" short_desc="Rewrite of the popular tool unclutter using the libXfixes" @@ -11,7 +12,7 @@ maintainer="Duncaen " license="MIT" homepage="https://github.com/Airblader/unclutter-xfixes" distfiles="https://github.com/Airblader/unclutter-xfixes/archive/v${version}.tar.gz" -checksum=f28cd690cfa184fddd3961dda49d14e114dccd5e70d9bac8ca5ebcd5124985b3 +checksum=35c75ad24be989dd6708db1d9ce9b2a2f814b80638c0633cdb075c6df090ed11 conflicts="unclutter>=0" pre_build() { @@ -19,7 +20,3 @@ pre_build() { -e '/^.PHONY: $(TARGET)/d' \ -i Makefile } - -post_install() { - vlicense LICENSE -}