wok-next diff notes/receipt @ rev 21329

updated librsvg (2.44.10 -> 2.46.4)
author Hans-G?nter Theisgen
date Thu Dec 12 15:48:44 2019 +0100 (2019-12-12)
parents a3c581bf52b8
children
line diff
     1.1 --- a/notes/receipt	Fri Aug 10 12:53:17 2018 +0300
     1.2 +++ b/notes/receipt	Thu Dec 12 15:48:44 2019 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="https://github.com/nuttyartist/notes/archive/v$VERSION.tar.gz"
     1.6  
     1.7 -BUILD_DEPENDS="qt5-dev xorg-libxcb-dev xorg-libX11-dev mesa-dev"
     1.8 +BUILD_DEPENDS="qt5-dev libxcb-dev libx11-dev mesa-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	mkdir build
    1.12 @@ -30,5 +30,5 @@
    1.13  
    1.14  genpkg_rules() {
    1.15  	copy @std @ico # only 16 and 48; svg is too huge
    1.16 -	DEPENDS="libatomic mesa qt5-base xorg-libX11"
    1.17 +	DEPENDS="libatomic mesa qt5-base libx11"
    1.18  }