wok diff leafpad/receipt @ rev 21194

systemd: corrected build dependencies
author Hans-G?nter Theisgen
date Fri Apr 05 17:53:25 2019 +0100 (2019-04-05)
parents 5d53e8ccbc8d
children 3cdc90c472a2
line diff
     1.1 --- a/leafpad/receipt	Thu Jan 08 02:04:05 2015 +0200
     1.2 +++ b/leafpad/receipt	Fri Apr 05 17:53:25 2019 +0100
     1.3 @@ -20,17 +20,14 @@
     1.4  compile_rules()
     1.5  {
     1.6  	chmod +x install-sh
     1.7 -	./configure \
     1.8 -		--disable-print \
     1.9 -		$CONFIGURE_ARGS &&
    1.10 -	make && make install
    1.11 +	patch -p1 -i $stuff/icon.patch
    1.12 +
    1.13 +	./configure $CONFIGURE_ARGS && make && make install
    1.14  }
    1.15  
    1.16  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.17  genpkg_rules()
    1.18  {
    1.19 -	mkdir -p $fs/usr/share/icons/hicolor/48x48/apps
    1.20 +	mkdir -p $fs/usr
    1.21  	cp -a $install/usr/bin $fs/usr
    1.22 -	cp -a $install/usr/share/pixmaps/leafpad.png \
    1.23 -		$fs/usr/share/icons/hicolor/48x48/apps
    1.24  }