wok diff slitaz-configs/receipt @ rev 19620

Up slitaz-configs(300)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jan 10 16:37:33 2017 +0200 (2017-01-10)
parents d5add2d69322
children f38b8ef228fb
line diff
     1.1 --- a/slitaz-configs/receipt	Tue Jan 10 14:28:40 2017 +0200
     1.2 +++ b/slitaz-configs/receipt	Tue Jan 10 16:37:33 2017 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="slitaz-configs"
     1.7 -VERSION="299"
     1.8 +VERSION="300"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="SliTaz config files and artwork."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -13,6 +13,7 @@
    1.13  
    1.14  DEPENDS="slitaz-configs-base xorg-libXcomposite xorg-libXdamage \
    1.15  xorg-xcompmgr transset-df ttf-dejavu slim"
    1.16 +BUILD_DEPENDS="" # see below
    1.17  SIBLINGS="slitaz-configs-base"
    1.18  
    1.19  # Special case for ARM since some (most) config files are in slitaz-arm repo.
    1.20 @@ -23,7 +24,8 @@
    1.21  esac
    1.22  
    1.23  case "$ARCH" in
    1.24 -	i?86*) BUILD_DEPENDS="locale-fr locale-pt_BR locale-ru" ;;
    1.25 +	i?86*) BUILD_DEPENDS="gettext locale-fr locale-hu locale-ja locale-pt_BR \
    1.26 +locale-ru locale-zh_CN" ;;
    1.27  esac
    1.28  
    1.29  # Rules to configure and make the package.
    1.30 @@ -32,7 +34,8 @@
    1.31  	case "$ARCH" in
    1.32  		i?86)
    1.33  			make DESTDIR=$DESTDIR menu
    1.34 -			ln -s menu.en.xml $install/etc/xdg/openbox/menu.xml ;;
    1.35 +			ln -s menu.en.xml $install/etc/xdg/openbox/menu.xml
    1.36 +			;;
    1.37  	esac
    1.38  }
    1.39