wok-next diff adwaita-icon-theme/receipt @ rev 21040

mariadb 10.3.10 (again)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 09 09:48:29 2018 +0200 (2018-11-09)
parents d0308bf5ec4a
children 7b8e000b629f
line diff
     1.1 --- a/adwaita-icon-theme/receipt	Thu Aug 17 16:45:06 2017 +0300
     1.2 +++ b/adwaita-icon-theme/receipt	Fri Nov 09 09:48:29 2018 +0200
     1.3 @@ -1,39 +1,25 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="adwaita-icon-theme"
     1.7 -VERSION="3.22.0" # please, synchronize with the gtk+3 version (3.22.x)
     1.8 +VERSION="3.30.0"
     1.9  CATEGORY="customization"
    1.10  SHORT_DESC="A collection of icons used at the basis for GNOME themes"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12  LICENSE="LGPL3 CC-BY-SA-3"
    1.13  WEB_SITE="https://github.com/GNOME/adwaita-icon-theme"
    1.14 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/adwaita-icon-theme.html"
    1.15 +HOST_ARCH="any"
    1.16  
    1.17  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.18  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.19  
    1.20 -# Rules to configure and make the package.
    1.21 -compile_rules()
    1.22 -{
    1.23 -	# http://www.linuxfromscratch.org/blfs/view/stable/x/adwaita-icon-theme.html
    1.24 -
    1.25 +compile_rules() {
    1.26  	./configure \
    1.27 -		--prefix=/usr \
    1.28  		$CONFIGURE_ARGS &&
    1.29 -	make && make install &&
    1.30 -
    1.31 -	# fix icons
    1.32 -	sed -i 's|-inkscape-font-specification:&apos;Cantarell Bold&apos;;||' \
    1.33 -		$install/usr/share/icons/Adwaita/scalable/actions/address-book-new-symbolic.svg &&
    1.34 -	sed -i 's|-inkscape-font-specification:&apos;Bitstream Vera Sans&apos;;||' \
    1.35 -		$install/usr/share/icons/Adwaita/scalable/actions/call-stop-symbolic.svg &&
    1.36 -	sed -i '/<<<<<<< HEAD/,/=======/d; />>>>>>>/d' \
    1.37 -		$install/usr/share/icons/Adwaita/scalable/actions/send-to-symbolic.svg &&
    1.38 -	sed -i 's|-inkscape-font-specification:&apos;Andale Mono&apos;;||' \
    1.39 -		$install/usr/share/icons/Adwaita/scalable/places/folder-download-symbolic.svg
    1.40 +	make &&
    1.41 +	make install
    1.42  }
    1.43  
    1.44 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.45 -genpkg_rules()
    1.46 -{
    1.47 +genpkg_rules() {
    1.48  	copy @std
    1.49  }