wok-next diff poppler-data/receipt @ rev 19797

Add ttf-carlito, ttf-dejavu-lgc; up atk, c-ares, cacerts, cantarell-fonts, clucene, cookutils, fontconfig, freetype, gnutls, harfbuzz, harfbuzz-icu, hicolor-icon-theme, libunistring, pango, poppler, poppler-data, poppler-qt4, shared-mime-info, ttf-dejavu.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 25 14:29:39 2017 +0300 (2017-06-25)
parents f463de72afe3
children d08d2d235af0
line diff
     1.1 --- a/poppler-data/receipt	Sun Jun 18 04:38:10 2017 +0300
     1.2 +++ b/poppler-data/receipt	Sun Jun 25 14:29:39 2017 +0300
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="poppler-data"
     1.8  VERSION="0.4.7"
     1.9 @@ -14,11 +14,12 @@
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13 -	make datadir=/usr/share DESTDIR=$DESTDIR install
    1.14 +	make prefix=/usr install
    1.15 +#datadir=/usr/share  DESTDIR=$DESTDIR
    1.16  }
    1.17  
    1.18  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.19  genpkg_rules()
    1.20  {
    1.21 -	copy usr/
    1.22 +	copy @std @dev
    1.23  }