wok-next diff conky/receipt @ rev 21253
updated duplicity (0.6.20 -> 0.8.07)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 06 09:07:53 2019 +0100 (2019-12-06) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/conky/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/conky/receipt Fri Dec 06 09:07:53 2019 +0100 1.3 @@ -11,10 +11,10 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.6 1.7 -BUILD_DEPENDS="xorg-libXdamage-dev xorg-libXft-dev fontconfig-dev \ 1.8 +BUILD_DEPENDS="libxdamage-dev libxft-dev fontconfig-dev \ 1.9 expat-dev glib glib-dev pkg-config zlib-dev freetype-dev \ 1.10 -xorg-xorgproto ncurses-dev xorg-libxcb-dev wireless_tools-dev \ 1.11 -imlib2-dev lua-dev xorg-libXext-dev" 1.12 +xorgproto ncurses-dev libxcb-dev wireless_tools-dev \ 1.13 +imlib2-dev lua-dev libxext-dev" 1.14 1.15 compile_rules() { 1.16 ./configure \ 1.17 @@ -32,8 +32,8 @@ 1.18 1.19 genpkg_rules() { 1.20 copy @std 1.21 - DEPENDS="expat fontconfig freetype glib xorg-libX11 xorg-libXau \ 1.22 - xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libxcb \ 1.23 - xorg-libXft xorg-libXrender zlib ncurses wireless_tools imlib2" 1.24 + DEPENDS="expat fontconfig freetype glib libx11 libxau \ 1.25 + libxdamage libxdmcp libxext libxfixes libxcb \ 1.26 + libxft libxrender zlib ncurses wireless_tools imlib2" 1.27 TAGS="desktop monitoring" 1.28 }