wok-6.x diff xorg-xcompmgr/receipt @ rev 14148
poppler-data: up 0.4.6
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Sun Mar 03 13:51:39 2013 -0800 (2013-03-03) |
parents | 0e9cd8e70009 |
children | eb8067417980 |
line diff
1.1 --- a/xorg-xcompmgr/receipt Sun Apr 22 18:16:20 2012 +0200 1.2 +++ b/xorg-xcompmgr/receipt Sun Mar 03 13:51:39 2013 -0800 1.3 @@ -1,17 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-xcompmgr" 1.7 -VERSION="1.1.4" 1.8 +VERSION="1.1.6" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="X composite manager." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 SOURCE="xcompmgr" 1.13 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.14 WEB_SITE="http://www.x.org/" 1.15 -WGET_URL="http://xorg.freedesktop.org/archive/individual/app/$TARBALL" 1.16 +WGET_URL="$XORG_MIRROR/app/$TARBALL" 1.17 1.18 -DEPENDS="xorg-libXdamage xorg-libXcomposite xorg-libXrender" 1.19 -BUILD_DEPENDS="xorg-dev" 1.20 +DEPENDS="xorg-libX11 xorg-libXdamage xorg-libXcomposite xorg-libXrender \ 1.21 +xorg-libXfixes xorg-libXext xorg-libXau xorg-libXdmcp libxcb" 1.22 +BUILD_DEPENDS="xorg-libX11-dev xorg-libXdamage-dev xorg-libXcomposite-dev \ 1.23 +xorg-libXrender-dev xorg-libXfixes-dev xorg-libXext-dev xorg-libXau-dev \ 1.24 +xorg-libXdmcp-dev libxcb-dev" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules()