wok-next diff dwm/receipt @ rev 21078
Update png and Xorg in dependencies.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Dec 22 04:52:35 2018 +0200 (2018-12-22) |
parents | d5aab818505e |
children | 89f8a505844a |
line diff
1.1 --- a/dwm/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/dwm/receipt Sat Dec 22 04:52:35 2018 +0200 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