wok-next diff st/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 | d635206a5649 |
line diff
1.1 --- a/st/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/st/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/st/$TARBALL" 1.6 1.7 -BUILD_DEPENDS="fontconfig-dev freetype-dev xorg-xorgproto xorg-libX11-dev \ 1.8 -xorg-libXft-dev" 1.9 +BUILD_DEPENDS="fontconfig-dev freetype-dev xorgproto libx11-dev \ 1.10 +libxft-dev" 1.11 1.12 compile_rules() { 1.13 # fix PREFIX 1.14 @@ -26,5 +26,5 @@ 1.15 1.16 genpkg_rules() { 1.17 copy @std 1.18 - DEPENDS="fontconfig freetype xorg-libX11 xorg-libXft" 1.19 + DEPENDS="fontconfig freetype libx11 libxft" 1.20 }