wok-current diff slitaz-menus/receipt @ rev 9335

Up: slitaz-menus (2.0) - Have now SliTaz Network menu :-)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Mar 18 13:37:40 2011 +0100 (2011-03-18)
parents 56b11364c6c3
children 383d36cd4d39
line diff
     1.1 --- a/slitaz-menus/receipt	Tue Feb 15 03:49:26 2011 +0000
     1.2 +++ b/slitaz-menus/receipt	Fri Mar 18 13:37:40 2011 +0100
     1.3 @@ -1,9 +1,9 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="slitaz-menus"
     1.7 -VERSION="1.8"
     1.8 +VERSION="2.0"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="SliTaz i18n Freedesktop menus."
    1.11 +SHORT_DESC="SliTaz i18n Freedesktop menus and SliTaz Network menu."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  WEB_SITE="http://www.slitaz.org/"
    1.14  
    1.15 @@ -11,8 +11,10 @@
    1.16  genpkg_rules()
    1.17  {
    1.18  	mkdir -p $fs/usr/share $fs/etc/xdg
    1.19 -	cp -a stuff/desktop-directories $fs/usr/share
    1.20 -	cp -a stuff/icons $fs/usr/share
    1.21 -	cp -a stuff/menus $fs/etc/xdg
    1.22 +	for i in desktop-directories icons pixmaps
    1.23 +	do
    1.24 +		cp -a $stuff/$i $fs/usr/share
    1.25 +	done
    1.26 +	cp -a $stuff/menus $fs/etc/xdg
    1.27  }
    1.28