wok-6.x rev 8022
up: xfce4-panel* (4.8.0)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Jan 20 02:16:45 2011 +0100 (2011-01-20) |
parents | be60f17fd994 |
children | 9c447ed38dd5 |
files | xfce4-panel-dev/receipt xfce4-panel/receipt |
line diff
1.1 --- a/xfce4-panel-dev/receipt Thu Jan 20 02:16:19 2011 +0100 1.2 +++ b/xfce4-panel-dev/receipt Thu Jan 20 02:16:45 2011 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt." 1.5 1.6 PACKAGE="xfce4-panel-dev" 1.7 -VERSION="4.6.4" 1.8 +VERSION="4.8.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Xfce Panel dev files" 1.11 MAINTAINER="erjo@slitaz.org"
2.1 --- a/xfce4-panel/receipt Thu Jan 20 02:16:19 2011 +0100 2.2 +++ b/xfce4-panel/receipt Thu Jan 20 02:16:45 2011 +0100 2.3 @@ -1,16 +1,16 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="xfce4-panel" 2.7 -VERSION="4.6.4" 2.8 +VERSION="4.8.0" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="Xfce Panel" 2.11 MAINTAINER="erjo@slitaz.org" 2.12 -DEPENDS="libxfce4util libxfcegui4 libexo libwnck" 2.13 -BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev libexo-dev libwnck-dev cairo-dev" 2.14 +DEPENDS="libxfce4util libxfce4ui libexo libwnck garcon util-linux-ng-uuid dbus-glib" 2.15 +BUILD_DEPENDS="libxfce4util-dev libxfce4ui-dev libexo-dev libwnck-dev cairo-dev garcon-dev 2.16 + xorg-libXext-dev xorg-xextproto dbus-glib-dev util-linux-ng-uuid-dev" 2.17 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.18 WEB_SITE="http://www.xfce.org/" 2.19 -WGET_URL="$WEB_SITE/archive/xfce/4.6.2/src/$TARBALL 2.20 -http://www.p0llux.be/xfce/archive/xfce/4.6.2/src/$TARBALL" 2.21 +WGET_URL="http://archive.xfce.org/xfce/${VERSION%.*}/src/$TARBALL" 2.22 2.23 # Rules to configure and make the package. 2.24 compile_rules() 2.25 @@ -19,7 +19,6 @@ 2.26 cd $src 2.27 ./configure --prefix=/usr \ 2.28 --sysconfdir=/etc \ 2.29 - --enable-startup-notification \ 2.30 --disable-debug \ 2.31 --mandir=/usr/share/man $CONFIGURE_ARGS && \ 2.32 make && make DESTDIR=$PWD/_pkg install 2.33 @@ -31,19 +30,21 @@ 2.34 mkdir -p $fs/usr \ 2.35 $fs/usr/share/locale \ 2.36 $fs/usr/share/xfce4 \ 2.37 - $fs/usr/lib/xfce4/panel-plugins 2.38 + $fs/usr/lib/xfce4/panel/plugins 2.39 2.40 cp -a $_pkg/etc $fs 2.41 cp -a $_pkg/usr/bin $fs/usr 2.42 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 2.43 - cp -a $_pkg/usr/lib/xfce4/panel-plugins/*.so* $fs/usr/lib/xfce4/panel-plugins 2.44 + cp -a $_pkg/usr/lib/xfce4/panel/plugins/*.so* $fs/usr/lib/xfce4/panel/plugins 2.45 + cp -a $_pkg/usr/lib/xfce4/panel/migrate $fs/usr/lib/xfce4/panel 2.46 + cp -a $_pkg/usr/lib/xfce4/panel/wrapper $fs/usr/lib/xfce4/panel 2.47 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 2.48 cp -a $_pkg/usr/share/applications $fs/usr/share 2.49 cp -a $_pkg/usr/share/icons $fs/usr/share 2.50 - cp -a $_pkg/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4 2.51 + cp -a $_pkg/usr/share/xfce4 $fs/usr/share 2.52 2.53 - [ -f $fs/etc/xdg/xfce4/panel/launcher-8.rc ] && \ 2.54 - sed -i 's/mousepad/leafpad/' $fs/etc/xdg/xfce4/panel/launcher-8.rc 2.55 + #~ [ -f $fs/etc/xdg/xfce4/panel/launcher-8.rc ] && \ 2.56 + #~ sed -i 's/mousepad/leafpad/' $fs/etc/xdg/xfce4/panel/launcher-8.rc 2.57 2.58 # Strip evrythings 2.59 find $fs/usr/lib/ -exec strip -s {} 2> /dev/null \;