dunst: update to 1.2.0.
This commit is contained in:
parent
f96440bded
commit
f1645c5126
1 changed files with 9 additions and 12 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue