wok-next diff geany/receipt @ rev 20570
More fix libtool; audit: apply patch.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Apr 13 09:28:50 2018 +0300 (2018-04-13) |
parents | c4e53a39395a |
children | 342b30daff76 |
line diff
1.1 --- a/geany/receipt Fri Mar 02 12:12:14 2018 +0200 1.2 +++ b/geany/receipt Fri Apr 13 09:28:50 2018 +0300 1.3 @@ -27,14 +27,15 @@ 1.4 1.5 ./configure \ 1.6 $ARCH_ARGS $CONFIGURE_ARGS && 1.7 - make && make install 1.8 + fix libtool && 1.9 + make && 1.10 + make install 1.11 } 1.12 1.13 genpkg_rules() { 1.14 case $PACKAGE in 1.15 geany) 1.16 - copy @std 1.17 - rm -r $fs/usr/share/icons/; cook_copy_icons 1.18 + copy @std @ico 1.19 DEPENDS="atk bzlib cairo fontconfig freetype gdk-pixbuf glib gtk+ \ 1.20 libffi libharfbuzz liblzma libpng16 libxml2 pango pcre python \ 1.21 util-linux-blkid util-linux-mount util-linux-uuid xorg-libX11 \