wok-next diff dwm/receipt @ rev 21223

updated btrfs-progs again (4.9.1 -> 5.3.1)
author Hans-G?nter Theisgen
date Tue Dec 03 10:21:27 2019 +0100 (2019-12-03)
parents d5aab818505e
children 89f8a505844a
line diff
     1.1 --- a/dwm/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/dwm/receipt	Tue Dec 03 10:21:27 2019 +0100
     1.3 @@ -11,8 +11,8 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="http://dl.suckless.org/dwm/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="xorg-libX11-dev xorg-xorgproto \
     1.8 -xorg-libXinerama-dev"
     1.9 +BUILD_DEPENDS="libx11-dev xorgproto \
    1.10 +libxinerama-dev"
    1.11  
    1.12  compile_rules() {
    1.13  	# From blue to grey and have lighter grey
    1.14 @@ -32,7 +32,7 @@
    1.15  
    1.16  genpkg_rules() {
    1.17  	copy @std
    1.18 -	DEPENDS="xorg-libX11 xorg-xsetroot"
    1.19 +	DEPENDS="libx11 xsetroot"
    1.20  	TAGS="window-manager"
    1.21  }
    1.22