dunst: update to 1.2.0.

This commit is contained in:
Michael Gehring 2017-07-14 17:40:35 +00:00
parent f96440bded
commit f1645c5126

View file

@ -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 <eivind@uggedal.com>"
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
}