wok-next diff sddm/receipt @ rev 21115

Update gtk3
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jan 12 17:51:19 2019 +0200 (2019-01-12)
parents f48456621a9d
children
line diff
     1.1 --- a/sddm/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.2 +++ b/sddm/receipt	Sat Jan 12 17:51:19 2019 +0200
     1.3 @@ -12,7 +12,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.xz"
     1.5  WGET_URL="https://github.com/sddm/sddm/releases/download/v$VERSION/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="cmake extra-cmake-modules xorg-libxcb-dev qt5-dev mesa-dev \
     1.8 +BUILD_DEPENDS="cmake extra-cmake-modules libxcb-dev qt5-dev mesa-dev \
     1.9  python-docutils"
    1.10  SPLIT="$PACKAGE-theme-elarun $PACKAGE-theme-maldives $PACKAGE-theme-maya $PACKAGE"
    1.11  
    1.12 @@ -66,7 +66,7 @@
    1.13  		sddm)
    1.14  			copy @std @rm
    1.15  			rm -r $fs/etc/pam.d # PAM disabled, but installed anyway
    1.16 -			DEPENDS="sddm-theme-maya qt5-base qt5-declarative xorg-libxcb"
    1.17 +			DEPENDS="sddm-theme-maya qt5-base qt5-declarative libxcb"
    1.18  			;;
    1.19  	esac
    1.20  }