wok-next diff keybinder3/receipt @ rev 21405
updated php again (7.4.4 -> 7.4.5)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 21 10:56:40 2020 +0100 (2020-04-21) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/keybinder3/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/keybinder3/receipt Tue Apr 21 10:56:40 2020 +0100 1.3 @@ -12,8 +12,8 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WGET_URL="https://github.com/kupferlauncher/keybinder/releases/download/keybinder-3.0-v$VERSION/keybinder-3.0-$VERSION.tar.gz" 1.6 1.7 -BUILD_DEPENDS="gtk3-dev gobject-introspection-dev xorg-libXext-dev \ 1.8 -xorg-libXrender-dev" 1.9 +BUILD_DEPENDS="gtk3-dev gobject-introspection-dev libxext-dev \ 1.10 +libxrender-dev" 1.11 SPLIT="$PACKAGE-dev" 1.12 1.13 compile_rules() { 1.14 @@ -27,7 +27,7 @@ 1.15 case $PACKAGE in 1.16 keybinder3) 1.17 copy @std 1.18 - DEPENDS="glib gtk3 xorg-libX11" 1.19 + DEPENDS="glib gtk3 libx11" 1.20 ;; 1.21 *-dev) 1.22 copy @dev