wok-next diff lxqt-config/receipt @ rev 21687

updated glpi (0.80.7 -> 9.4.6)
author Hans-G?nter Theisgen
date Mon Jun 29 17:11:21 2020 +0100 (2020-06-29)
parents 5ffe59e2de3a
children
line diff
     1.1 --- a/lxqt-config/receipt	Sat Nov 03 17:26:00 2018 +0200
     1.2 +++ b/lxqt-config/receipt	Mon Jun 29 17:11:21 2020 +0100
     1.3 @@ -13,7 +13,7 @@
     1.4  WGET_URL="https://github.com/lxde/lxqt-config/releases/download/$VERSION/$TARBALL"
     1.5  
     1.6  BUILD_DEPENDS="cmake qt5-dev mesa-dev liblxqt-dev kwindowsystem-dev \
     1.7 -lxqt-build-tools libkscreen-dev xorg-libXcursor-dev zlib-dev"
     1.8 +lxqt-build-tools libkscreen-dev libxcursor-dev zlib-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	# temporary workaround due to cmake-3.8
    1.12 @@ -37,7 +37,7 @@
    1.13  genpkg_rules() {
    1.14  	copy @std lxqt-config # usually /usr/bin/*-config is dev, but not this time
    1.15  	DEPENDS="kwindowsystem libkscreen liblxqt libqtxdg qt5-base qt5-svg \
    1.16 -	qt5-x11extras xorg-libX11 xorg-libXcursor xorg-libXext xorg-libXfixes \
    1.17 -	xorg-libxcb zlib"
    1.18 +	qt5-x11extras libx11 libxcursor libxext libxfixes \
    1.19 +	libxcb zlib"
    1.20  	TAGS="LXQt"
    1.21  }