wok diff xorg-xcompmgr/receipt @ rev 22778
updated freeradius and freeradius-pam again (2.1.12 -> 3.0.20)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jan 26 08:41:57 2020 +0100 (2020-01-26) |
parents | 814c58f64f83 |
children | 5d79829fa876 |
line diff
1.1 --- a/xorg-xcompmgr/receipt Thu Aug 09 12:16:16 2018 +0200 1.2 +++ b/xorg-xcompmgr/receipt Sun Jan 26 08:41:57 2020 +0100 1.3 @@ -1,37 +1,43 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-xcompmgr" 1.7 -VERSION="1.1.6" 1.8 +VERSION="1.1.8" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="X composite manager." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="MIT" 1.13 +WEB_SITE="https://www.x.org/wiki/" 1.14 + 1.15 SOURCE="xcompmgr" 1.16 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.17 -WEB_SITE="https://www.x.org/" 1.18 WGET_URL="$XORG_MIRROR/app/$TARBALL" 1.19 + 1.20 +DEPENDS="libxcb xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXdamage \ 1.21 + xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXrender" 1.22 +BUILD_DEPENDS="libxcb-dev xorg-libX11-dev xorg-libXau-dev 1.23 + xorg-libXcomposite-dev xorg-libXdamage-dev 1.24 + xorg-libXdmcp-dev xorg-libXext-dev xorg-libXfixes-dev 1.25 + xorg-libXrender-dev" 1.26 + 1.27 HOST_ARCH="i486 arm" 1.28 1.29 -DEPENDS="xorg-libX11 xorg-libXdamage xorg-libXcomposite xorg-libXrender \ 1.30 -xorg-libXfixes xorg-libXext xorg-libXau xorg-libXdmcp libxcb" 1.31 -BUILD_DEPENDS="xorg-libX11-dev xorg-libXdamage-dev xorg-libXcomposite-dev \ 1.32 -xorg-libXrender-dev xorg-libXfixes-dev xorg-libXext-dev xorg-libXau-dev \ 1.33 -xorg-libXdmcp-dev libxcb-dev" 1.34 - 1.35 # Rules to configure and make the package. 1.36 compile_rules() 1.37 { 1.38 - # bugs.freedesktop.org/show_bug.cgi?id=46285 1.39 - patch -Np0 -i $stuff/46285.diff 1.40 + # 1.1.6: bugs.freedesktop.org/show_bug.cgi?id=46285 1.41 +# patch -Np0 -i $stuff/46285.diff 1.42 + 1.43 ./configure \ 1.44 $CONFIGURE_ARGS && 1.45 - make && make install 1.46 + make && 1.47 + make install 1.48 } 1.49 1.50 # Rules to gen a SliTaz package suitable for Tazpkg. 1.51 genpkg_rules() 1.52 { 1.53 mkdir -p $fs/usr $fs/etc/xdg 1.54 - cp -r $install/usr/bin $fs/usr 1.55 - cp -r $stuff/autostart $fs/etc/xdg 1.56 + 1.57 + cp -r $install/usr/bin $fs/usr 1.58 + cp -r $stuff/autostart $fs/etc/xdg 1.59 }