wok-next view adwaita-icon-theme/receipt @ rev 20245

update some bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 07 09:53:36 2017 +0100 (2017-11-07)
parents d99440f42774
children a18af897de8e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="adwaita-icon-theme"
4 VERSION="3.22.0" # please, synchronize with the gtk+3 version (3.22.x)
5 CATEGORY="customization"
6 SHORT_DESC="A collection of icons used at the basis for GNOME themes"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL3 CC-BY-SA-3"
9 WEB_SITE="https://github.com/GNOME/adwaita-icon-theme"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 # http://www.linuxfromscratch.org/blfs/view/stable/x/adwaita-icon-theme.html
19 ./configure \
20 --prefix=/usr \
21 $CONFIGURE_ARGS &&
22 make && make install &&
24 # fix icons
25 sed -i 's|-inkscape-font-specification:&apos;Cantarell Bold&apos;;||' \
26 $install/usr/share/icons/Adwaita/scalable/actions/address-book-new-symbolic.svg &&
27 sed -i 's|-inkscape-font-specification:&apos;Bitstream Vera Sans&apos;;||' \
28 $install/usr/share/icons/Adwaita/scalable/actions/call-stop-symbolic.svg &&
29 sed -i '/<<<<<<< HEAD/,/=======/d; />>>>>>>/d' \
30 $install/usr/share/icons/Adwaita/scalable/actions/send-to-symbolic.svg &&
31 sed -i 's|-inkscape-font-specification:&apos;Andale Mono&apos;;||' \
32 $install/usr/share/icons/Adwaita/scalable/places/folder-download-symbolic.svg
33 }
35 # Rules to gen a SliTaz package suitable for Tazpkg.
36 genpkg_rules()
37 {
38 copy @std
39 }