wok-next diff eggwm-qt5/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | c0521c689857 |
children |
line diff
1.1 --- a/eggwm-qt5/receipt Fri Mar 16 00:27:34 2018 +0200 1.2 +++ b/eggwm-qt5/receipt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -12,7 +12,7 @@ 1.4 TARBALL="$PACKAGE-$COMMIT.tar.gz" 1.5 WGET_URL="https://github.com/MoonLightDE/mlde.w.eggwm/archive/$COMMIT.tar.gz" 1.6 1.7 -BUILD_DEPENDS="qt5-dev xorg-libxcb-dev xorg-libX11-dev" 1.8 +BUILD_DEPENDS="qt5-dev libxcb-dev libx11-dev" 1.9 1.10 compile_rules() { 1.11 qmake -makefile && 1.12 @@ -24,5 +24,5 @@ 1.13 1.14 genpkg_rules() { 1.15 copy @std 1.16 - DEPENDS="libatomic mesa qt5-base qt5-x11extras xorg-libX11" 1.17 + DEPENDS="libatomic mesa qt5-base qt5-x11extras libx11" 1.18 }