# HG changeset patch # User Christophe Lincoln # Date 1332017991 -3600 # Node ID 5a739c1304f8699c6dd660e9dff34d5525b4fd43 # Parent b61e01717aa657195dd542acab846b4f80a027f6 Fix several deps according to issue126 diff -r b61e01717aa6 -r 5a739c1304f8 menu-cache/receipt --- a/menu-cache/receipt Sat Mar 17 21:29:13 2012 +0100 +++ b/menu-cache/receipt Sat Mar 17 21:59:51 2012 +0100 @@ -5,11 +5,13 @@ CATEGORY="x-window" SHORT_DESC="Standard compliant menu library used by LXDE." MAINTAINER="pankso@slitaz.org" -DEPENDS="glibc-base glib libgio" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://lxde.sourceforge.net/" WGET_URL="$SF_MIRROR/lxde/$TARBALL" +DEPENDS="glibc-base glib libgio slitaz-menus" +BUILD_DEPENDS="glib-dev libgio-dev" + # Rules to configure and make the package. compile_rules() { diff -r b61e01717aa6 -r 5a739c1304f8 slitaz-boot-scripts/receipt --- a/slitaz-boot-scripts/receipt Sat Mar 17 21:29:13 2012 +0100 +++ b/slitaz-boot-scripts/receipt Sat Mar 17 21:59:51 2012 +0100 @@ -10,6 +10,9 @@ WGET_URL="http://mirror.slitaz.org/sources/boot-scripts/$TARBALL" CONFIG_FILES="/etc/inittab /etc/init.d/local.sh /etc/rcS.conf /etc/network.conf" +# Needed to fetch the keymaps and test the filesystem. +DEPENDS="kbd-base e2fsprogs" + # Rules to gen a SliTaz package suitable for Tazpkg. # # This package is all build by genpkg, it provide the boot scripts found diff -r b61e01717aa6 -r 5a739c1304f8 slitaz-configs/receipt --- a/slitaz-configs/receipt Sat Mar 17 21:29:13 2012 +0100 +++ b/slitaz-configs/receipt Sat Mar 17 21:59:51 2012 +0100 @@ -5,12 +5,14 @@ CATEGORY="base-system" SHORT_DESC="SliTaz config files, wallpaper and login sound." MAINTAINER="pankso@slitaz.org" -DEPENDS="slitaz-configs-base xorg-libXcomposite xorg-libXdamage xorg-xcompmgr \ -transset-df lxtask lxpanel lxappearance ttf-dejavu pcmanfm slitaz-tools-boxes" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.slitaz.org/" WGET_URL="http://mirror.slitaz.org/sources/configs/$TARBALL" +DEPENDS="slitaz-configs-base xorg-libXcomposite xorg-libXdamage xorg-xcompmgr \ +transset-df lxtask lxpanel lxappearance ttf-dejavu pcmanfm slitaz-tools-boxes \ +clearlooks slim" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r b61e01717aa6 -r 5a739c1304f8 syslinux-extra/receipt --- a/syslinux-extra/receipt Sat Mar 17 21:29:13 2012 +0100 +++ b/syslinux-extra/receipt Sat Mar 17 21:59:51 2012 +0100 @@ -7,6 +7,8 @@ MAINTAINER="pankso@slitaz.org" WANTED="syslinux" WEB_SITE="http://syslinux.zytor.com/" + +DEPENDS="syslinux" BUILD_DEPENDS="lzma" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r b61e01717aa6 -r 5a739c1304f8 wine/receipt --- a/wine/receipt Sat Mar 17 21:29:13 2012 +0100 +++ b/wine/receipt Sat Mar 17 21:59:51 2012 +0100 @@ -5,15 +5,15 @@ CATEGORY="misc" SHORT_DESC="Windows API for Linux." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="alsa-lib libxml2 libxslt mesa libglu-mesa xorg-libICE xorg-libSM -xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext libgphoto2 libtool lcms \ -esound freetype" -BUILD_DEPENDS="flex bison mesa-dev freetype-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.winehq.org/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" TAGS="windows" +DEPENDS="alsa-lib libxml2 libxslt mesa libglu-mesa xorg-dev lcms freetype" +BUILD_DEPENDS="alsa-lib-dev flex bison mesa-dev freetype-dev libtool \ +libxml2-dev libxslt-dev lcms-dev" + # Rules to configure and make the package. compile_rules() { diff -r b61e01717aa6 -r 5a739c1304f8 xorg-server/receipt --- a/xorg-server/receipt Sat Mar 17 21:29:13 2012 +0100 +++ b/xorg-server/receipt Sat Mar 17 21:59:51 2012 +0100 @@ -12,7 +12,8 @@ # Mesa build dep make also Xorg depends on libdrm. DEPENDS="xorg-xkeyboard-config xorg-libpciaccess xorg-libXxf86vm \ -xorg-libXfont xorg-libXau xorg-base-fonts libgcrypt pixman udev libdrm" +xorg-libXfont xorg-libXau xorg-base-fonts libgcrypt pixman udev libdrm \ +xorg-xf86-input-evdev" BUILD_DEPENDS="xorg-libxkbfile-dev xorg-libpciaccess-dev xorg-libXxf86vm-dev \ xorg-libXfont-dev libgcrypt-dev pixman-dev udev-dev mesa-dev pkg-config perl \ flex xorg-xf86driproto xorg-xcmiscproto xorg-bigreqsproto xorg-randrproto \