wok-next diff gtkdatabox/receipt @ rev 21596
updated dos2unix (7.4.0 -> 7.4.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 24 14:10:06 2020 +0100 (2020-06-24) |
parents | f48456621a9d |
children |
line diff
1.1 --- a/gtkdatabox/receipt Tue Oct 16 16:46:05 2018 +0300 1.2 +++ b/gtkdatabox/receipt Wed Jun 24 14:10:06 2020 +0100 1.3 @@ -4,7 +4,7 @@ 1.4 VERSION="0.9.1.1" 1.5 CATEGORY="development" 1.6 SHORT_DESC="Widget for live display of large amounts of fluctuating data" 1.7 -MAINTAINER="pankso@slitaz.org" 1.8 +MAINTAINER="devel@slitaz.org" 1.9 LICENSE="LGPL2.1" 1.10 WEB_SITE="https://sourceforge.net/projects/gtkdatabox/" 1.11 1.12 @@ -21,10 +21,10 @@ 1.13 # http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/x11-libs/gtkdatabox/gtkdatabox-0.9.1.1.ebuild?view=markup 1.14 # Remove -D.*DISABLE_DEPRECATED cflags 1.15 find . -iname 'Makefile.am' -exec \ 1.16 - sed -e '/-D[A-Z_]*DISABLE_DEPRECATED/d' -i {} + && \ 1.17 + sed -e '/-D[A-Z_]*DISABLE_DEPRECATED/d' -i {} + && 1.18 # Do Makefile.in after Makefile.am to avoid automake maintainer-mode 1.19 find . -iname 'Makefile.in' -exec \ 1.20 - sed -e '/-D[A-Z_]*DISABLE_DEPRECATED/d' -i {} + && \ 1.21 + sed -e '/-D[A-Z_]*DISABLE_DEPRECATED/d' -i {} + && 1.22 1.23 ./configure $CONFIGURE_ARGS && 1.24 fix libtool &&