wok-6.x diff libxfcegui4/receipt @ rev 8013
busybox: Fixed init script to umount /proc. If it doesn't it will crash the livecd.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Jan 19 12:35:53 2011 +0000 (2011-01-19) |
parents | 8752c40cc534 |
children | 0874004b631d |
line diff
1.1 --- a/libxfcegui4/receipt Sun Feb 28 16:17:14 2010 +0100 1.2 +++ b/libxfcegui4/receipt Wed Jan 19 12:35:53 2011 +0000 1.3 @@ -1,15 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libxfcegui4" 1.7 -VERSION="4.6.1" 1.8 +VERSION="4.6.4" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Xfce Gtk Widget library" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 DEPENDS="gtk+ libxfce4util xfconf startup-notification dbus-glib libglade" 1.13 -BUILD_DEPENDS="gtk+-dev libxfce4util-dev xfconf-dev startup-notification-dev libglade-dev" 1.14 +BUILD_DEPENDS="gtk+-dev libxfce4util-dev xfconf-dev startup-notification-dev 1.15 + libglade-dev xcb-util-dev" 1.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 WEB_SITE="http://www.xfce.org" 1.18 -WGET_URL="$WEB_SITE/archive/xfce/$VERSION/src/$TARBALL" 1.19 +WGET_URL="$WEB_SITE/archive/xfce/$VERSION/src/$TARBALL \ 1.20 +http://www.p0llux.be/xfce/archive/xfce/4.6.2/src/$TARBALL" 1.21 1.22 1.23 # Rules to configure and make the package.