dunst: switch to available distfile
This commit is contained in:
parent
4cbaf3a66f
commit
b4e346482e
|
@ -10,8 +10,8 @@ short_desc="Lightweight and customizable notification daemon"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="http://knopwob.org/dunst"
|
homepage="http://knopwob.org/dunst"
|
||||||
distfiles="http://knopwob.org/public/dunst-release/dunst-${version}.tar.bz2"
|
distfiles="https://github.com/knopwob/dunst/archive/v${version}.tar.gz"
|
||||||
checksum=c72bf167eaab4e44a98ec87101b023efee0aa8916df56630b99a5bc53f8d7070
|
checksum=1a075a0aee56aea5aa2007f156f97bd180b3c771b7751729612629a04f712575
|
||||||
|
|
||||||
pre_build () {
|
pre_build () {
|
||||||
sed -e 's/CFLAGS/D_CFLAGS/;s/LDFLAGS/D_LDFLAGS/;s/-Os//;s/-g//' -i config.mk
|
sed -e 's/CFLAGS/D_CFLAGS/;s/LDFLAGS/D_LDFLAGS/;s/-Os//;s/-g//' -i config.mk
|
||||||
|
|
Loading…
Reference in New Issue