wok-stable diff openbox/receipt @ rev 673

Keep pci database compressed: /usr/share/misc/pci.ids.gz
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 23 23:58:45 2008 +0200 (2008-04-23)
parents 9426afc48321
children 17882e14fc31
line diff
     1.1 --- a/openbox/receipt	Thu Mar 20 23:05:10 2008 +0100
     1.2 +++ b/openbox/receipt	Wed Apr 23 23:58:45 2008 +0200
     1.3 @@ -1,16 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="openbox"
     1.7 -VERSION="3.4.6.1"
     1.8 +VERSION="3.4.7.1"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Small-footprint and standard compliant Window Manager."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  DEPENDS="startup-notification pango glib xorg-libX11"
    1.13 -SUGGESTED="obconf hsetroot"
    1.14 +SUGGESTED="obconf pcmanfm hsetroot"
    1.15  BUILD_DEPENDS="xorg-dev pango-dev glib-dev startup-notification-dev"
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WEB_SITE="http://icculus.org/openbox/"
    1.18 -WGET_URL="http://icculus.org/openbox/releases/$TARBALL"
    1.19 +WGET_URL="http://download.tuxfamily.org/slitaz/sources/packages/o/$TARBALL"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23 @@ -34,19 +34,20 @@
    1.24  	cp -a $_pkg/usr/bin $fs/usr
    1.25  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.26  	cp -a $_pkg/usr/share/themes $fs/usr/share
    1.27 +	
    1.28  	# We dont have GNOME or KDE
    1.29  	rm $fs/usr/bin/openbox-gnome-session
    1.30  	rm $fs/usr/bin/openbox-kde-session
    1.31  	rm $fs/usr/bin/gnome-panel-control
    1.32  	chmod 0755 $fs/usr/bin/openbox-session
    1.33 +	
    1.34  	# Menu config and autostart script.
    1.35  	mkdir -p $fs/etc/xdg
    1.36  	cp -a stuff/openbox $fs/etc/xdg
    1.37 +	
    1.38  	# SliTaz theme
    1.39  	cp -a stuff/themes $fs/usr/share
    1.40 -	# LXpanel config.
    1.41 -	mkdir -p $fs/etc/lxpanel/openbox
    1.42 -	cp stuff/lxpanel.config $fs/etc/lxpanel/openbox/config
    1.43 +
    1.44  	# Set perms.
    1.45  	chown -R root.root $fs
    1.46  }