wok-next diff hexchat/receipt @ rev 20908

bzip2: update home page and source URL (thanks shann); domain bzip.org is suspended now...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Aug 12 04:53:45 2018 +0300 (2018-08-12)
parents 0ec6086e21d6
children f48456621a9d
line diff
     1.1 --- a/hexchat/receipt	Sat Apr 14 01:31:03 2018 +0300
     1.2 +++ b/hexchat/receipt	Sun Aug 12 04:53:45 2018 +0300
     1.3 @@ -31,28 +31,20 @@
     1.4  	case $PACKAGE in
     1.5  		*-perl)
     1.6  			copy perl.so
     1.7 -			DEPENDS="hexchat perl-core"
     1.8 +			DEPENDS="glib perl-core   hexchat"
     1.9  			;;
    1.10  		*-python)
    1.11  			copy python.so
    1.12 -			DEPENDS="hexchat python"
    1.13 +			DEPENDS="glib python   hexchat"
    1.14  			;;
    1.15  		hexchat)
    1.16  			copy @std @rm
    1.17  			rm -r $fs/usr/share/appdata/
    1.18 -			DEPENDS="atk bzlib cairo dbus dbus-glib fontconfig freetype \
    1.19 -			gdk-pixbuf glib gtk+ libcanberra openssl libffi libharfbuzz \
    1.20 -			libltdl liblzma libnotify libogg libpng16 libvorbis libxml2 \
    1.21 -			pango pciutils pcre util-linux-blkid util-linux-mount \
    1.22 -			util-linux-uuid xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext \
    1.23 -			xorg-libXrender xorg-libxcb xorg-pixman zlib"
    1.24 +			DEPENDS="dbus-glib gdk-pixbuf glib gtk+ libcanberra libnotify \
    1.25 +			openssl pango pciutils"
    1.26  			;;
    1.27  		*-dev)
    1.28  			copy @dev
    1.29 -			DEPENDS="hexchat hexchat-plugin-perl hexchat-plugin-python \
    1.30 -			glib-dev libffi-dev openssl-dev pciutils-dev pcre-dev perl-core \
    1.31 -			python util-linux-blkid-dev util-linux-mount-dev \
    1.32 -			util-linux-uuid-dev zlib-dev"
    1.33  			;;
    1.34  	esac
    1.35  }