wok diff freetuxtv/receipt @ rev 23975

Up matio (1.5.18), mutt (1.14.7), nasm (2.15.05), net-snmp (5.9), nethack (3.6.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 28 17:24:13 2020 +0000 (2020-10-28)
parents e3f377fbc5f0
children 5ea0ce1cecc0
line diff
     1.1 --- a/freetuxtv/receipt	Thu Jan 24 17:15:36 2019 +0100
     1.2 +++ b/freetuxtv/receipt	Wed Oct 28 17:24:13 2020 +0000
     1.3 @@ -12,11 +12,14 @@
     1.4  
     1.5  DEPENDS="gtk+ glib dbus-glib libsqlite libvlc libcurl libnotify"
     1.6  BUILD_DEPENDS="gtk+-dev glib-dev dbus-glib-dev libsqlite sqlite-dev \
     1.7 -libvlc-dev libvlc curl-dev libnotify-dev intltool"
     1.8 +libvlc-dev libvlc curl-dev libnotify-dev intltool file automake libtool"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13 +	sed -i 's|_box_new(.*HORIZONTAL|_hbox_new(FALSE|' src/*.c
    1.14 +	sed -i 's|_box_new(.*VERTICAL|_vbox_new(FALSE|' src/*.c
    1.15 +	./autogen.sh
    1.16  	./configure --prefix=/usr \
    1.17  		$CONFIGURE_ARGS &&
    1.18  	make &&