wok-current diff gtk+3-demo/receipt @ rev 14225

freetype*: up 2.4.11; fontconfig*: up 2.10.91; add freetype-infinality* and fontconfig-infinality; gobject-introspection: up 1.32.1; gtk+3*: up 3.4.4; add gtk3-engine-solidity, gtk3-engine-unico; pixman*: up 0.28.2; add libxklavier, lightdm*; slitaz-i18n: add all existing translations.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 21 16:18:40 2013 +0000 (2013-03-21)
parents 04f55d68d377
children a00bf44ed23d
line diff
     1.1 --- a/gtk+3-demo/receipt	Wed Jan 30 11:48:51 2013 +0000
     1.2 +++ b/gtk+3-demo/receipt	Thu Mar 21 16:18:40 2013 +0000
     1.3 @@ -1,9 +1,9 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gtk+3-demo"
     1.7 -VERSION="3.2.3"
     1.8 +VERSION="3.4.4"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="The GIMP Toolkit example code and demo"
    1.11 +SHORT_DESC="The GIMP Toolkit 3.x example code and demo"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  WEB_SITE="http://www.gtk.org/"
    1.14  
    1.15 @@ -13,8 +13,10 @@
    1.16  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.17  genpkg_rules()
    1.18  {
    1.19 -	mkdir -p $fs/usr/bin $fs/usr/share/pixmaps
    1.20 -	cp -a $install/usr/bin/gtk3-demo $fs/usr/bin
    1.21 +	mkdir -p \
    1.22 +		$fs/usr/bin \
    1.23 +		$fs/usr/share/pixmaps
    1.24 +	cp -a $install/usr/bin/gtk3-demo* $fs/usr/bin
    1.25  	cp -a $install/usr/share/gtk-3.0 $fs/usr/share
    1.26 -	install -Dm644 $stuff/gtk-demo.png $fs/usr/share/pixmaps
    1.27 +	cp -a $stuff/gtk-demo.png $fs/usr/share/pixmaps
    1.28  }