wok-next rev 21197
rebuild compton because of updated libconfig
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 16 16:44:55 2019 +0100 (2019-11-16) |
parents | 2bab6f1442b6 |
children | 3fee61a3a157 |
files | compton/receipt |
line diff
1.1 --- a/compton/receipt Thu Oct 03 16:09:40 2019 +0100 1.2 +++ b/compton/receipt Sat Nov 16 16:44:55 2019 +0100 1.3 @@ -12,30 +12,32 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WGET_URL="https://github.com/chjj/compton/archive/${COMMIT:-v$VERSION}.tar.gz" 1.6 1.7 -BUILD_DEPENDS="pcre-dev libx11-dev libxcomposite-dev \ 1.8 -libxfixes-dev libxdamage-dev libxrender-dev libxext-dev \ 1.9 -libxrandr-dev libxinerama-dev dbus-dev asciidoc libxml2-tools \ 1.10 -docbook-xsl libconfig-dev" 1.11 +BUILD_DEPENDS="asciidoc dbus-dev docbook-xsl libconfig-dev libx11-dev 1.12 + libxcomposite-dev libxdamage-dev libxext-dev libxfixes-dev 1.13 + libxinerama-dev libxml2-tools libxrandr-dev libxrender-dev \ 1.14 + pcre-dev" 1.15 # Optional bdeps: libconfig-dev libdrm-dev mesa-dev 1.16 1.17 -compile_rules() { 1.18 - make \ 1.19 - COMPTON_VERSION=v$VERSION \ 1.20 - NO_VSYNC_DRM=yes \ 1.21 - NO_VSYNC_OPENGL=yes \ 1.22 - PREFIX=/usr \ 1.23 - DOCDIR=/usr/share/doc/$PACKAGE-$VERSION \ 1.24 +compile_rules() 1.25 +{ 1.26 + make \ 1.27 + COMPTON_VERSION=v$VERSION \ 1.28 + NO_VSYNC_DRM=yes \ 1.29 + NO_VSYNC_OPENGL=yes \ 1.30 + PREFIX=/usr \ 1.31 + DOCDIR=/usr/share/doc/$PACKAGE-$VERSION \ 1.32 install || return 1 1.33 1.34 mkdir -p $install/etc/xdg/compton 1.35 - cp $src/compton.sample.conf $install/etc/xdg/compton/compton.conf 1.36 - cp -r $stuff/autostart $install/etc/xdg/ 1.37 + cp $src/compton.sample.conf $install/etc/xdg/compton/compton.conf 1.38 + cp -r $stuff/autostart $install/etc/xdg/ 1.39 } 1.40 1.41 -genpkg_rules() { 1.42 +genpkg_rules() 1.43 +{ 1.44 copy etc/ bin/ # skip icons 1.45 DEPENDS="dbus libconfig libpcre libx11 libxcomposite \ 1.46 - libxdamage libxext libxfixes libxinerama \ 1.47 - libxrandr libxrender xwininfo xprop libconfig" 1.48 + libxdamage libxext libxfixes libxinerama \ 1.49 + libxrandr libxrender xprop xwininfo" 1.50 CONFIG_FILES="/etc/xdg/compton/compton.conf" 1.51 }