wok diff unclutter/receipt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
parents 7813bc699d9a
children 25f8eb393142
line diff
     1.1 --- a/unclutter/receipt	Wed Feb 03 23:48:44 2016 +0200
     1.2 +++ b/unclutter/receipt	Tue Oct 22 12:55:54 2019 +0300
     1.3 @@ -11,6 +11,7 @@
     1.4  WGET_URL="http://http.debian.net/debian/pool/main/u/unclutter/unclutter_8.orig.tar.gz"
     1.5  PATCH_URL="http://http.debian.net/debian/pool/main/u/unclutter/unclutter_8-20.debian.tar.gz"
     1.6  PATCH="$(basename $PATCH_URL)"
     1.7 +EXTRA_SOURCE_FILES="$PATCH"
     1.8  
     1.9  DEPENDS="xorg-libX11 libxcb xorg-libXau xorg-libXdmcp"
    1.10  BUILD_DEPENDS=""