diff --git a/srcpkgs/dunst/template b/srcpkgs/dunst/template index 3376acb5feb..e418b490065 100644 --- a/srcpkgs/dunst/template +++ b/srcpkgs/dunst/template @@ -1,23 +1,20 @@ # Template file for 'dunst' pkgname=dunst -version=1.1.0 -revision=2 +version=1.2.0 +revision=1 build_style=gnu-makefile +make_use_env=yes hostmakedepends="pkg-config perl" -makedepends="dbus-devel libXinerama-devel libXft-devel libXScrnSaver-devel - libxdg-basedir-devel pango-devel" +makedepends="gtk+-devel libXScrnSaver-devel libXinerama-devel libXrandr-devel + libxdg-basedir-devel" short_desc="Lightweight and customizable notification daemon" maintainer="Eivind Uggedal " license="BSD" -homepage="http://knopwob.org/dunst" -distfiles="https://github.com/knopwob/dunst/archive/v${version}.tar.gz" -checksum=1a075a0aee56aea5aa2007f156f97bd180b3c771b7751729612629a04f712575 - -pre_build () { - sed -e 's/CFLAGS/D_CFLAGS/;s/LDFLAGS/D_LDFLAGS/;s/-Os//;s/-g//' -i config.mk - sed -e 's/\(${CFLAGS}\)/\1 ${D_CFLAGS}/;s/\(${LDFLAGS}\)/\1 ${D_LDFLAGS}/' -i Makefile -} +homepage="https://dunst-project.org" +distfiles="https://github.com/dunst-project/dunst/archive/v${version}.tar.gz" +checksum=a3c05b5ef87e88704a6207236e42773dfbcf50cb23c7cf51e494a7236b75c5ad post_install() { vlicense LICENSE + rm ${DESTDIR}/usr/lib/systemd/user/dunst.service }