wok-next annotate adwaita-icon-theme/receipt @ rev 19873

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