wok diff gtk-theme-bluebird/receipt @ rev 22901

updated gtk-theme-bluebird (1.2 -> 1.3)
author Hans-G?nter Theisgen
date Sun Feb 23 15:34:31 2020 +0100 (2020-02-23)
parents e3f377fbc5f0
children 5ea0ce1cecc0
line diff
     1.1 --- a/gtk-theme-bluebird/receipt	Thu Jan 24 17:15:36 2019 +0100
     1.2 +++ b/gtk-theme-bluebird/receipt	Sun Feb 23 15:34:31 2020 +0100
     1.3 @@ -1,22 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gtk-theme-bluebird"
     1.7 -VERSION="1.2"
     1.8 +VERSION="1.3"
     1.9  CATEGORY="customization"
    1.10 -SHORT_DESC="Bluebird is GTK+2 and GTK+3 theme from the Shimmer Project"
    1.11 +SHORT_DESC="A GTK+2 and GTK+3 theme from the Shimmer Project."
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="GPL2 CC-BY-SA-3"
    1.14  WEB_SITE="https://github.com/shimmerproject/Bluebird"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="https://github.com/shimmerproject/Bluebird/archive/v$VERSION.tar.gz"
    1.18 -HOST_ARCH="any"
    1.19  
    1.20  DEPENDS="gtk2-engine-murrine"
    1.21  
    1.22 +HOST_ARCH="any"
    1.23 +
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27  	patch -p1 -i $stuff/define-sizes.patch
    1.28 +
    1.29  	dos2unix $src/gtk-2.0/bars.rc
    1.30  	dos2unix $src/gtk-2.0/gtkrc
    1.31  }
    1.32 @@ -26,8 +29,7 @@
    1.33  {
    1.34  	T='/usr/share/themes/Bluebird'
    1.35  	mkdir -p $fs/$T
    1.36 -	cp -a \
    1.37 -		$src/gtk-2.0 \
    1.38 -		$src/gtk-3.0 \
    1.39 -		$fs/$T
    1.40 +
    1.41 +	cp -a $src/gtk-2.0	$fs/$T
    1.42 +	cp -a $src/gtk-3.0	$fs/$T
    1.43  }