wok-next diff ttf-inconsolata-dz/receipt @ rev 21050

gparted: implement SliTaz graphical "su" in a right way
Note, it isn't in *.desktop file anymore (as for gparted-0.32.0), it is inside /usr/bin/gparted script!
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Nov 28 12:35:25 2018 +0200 (2018-11-28)
parents cd7906120828
children 69bb65a67c90
line diff
     1.1 --- a/ttf-inconsolata-dz/receipt	Sat Jul 14 17:43:03 2018 +0300
     1.2 +++ b/ttf-inconsolata-dz/receipt	Wed Nov 28 12:35:25 2018 +0200
     1.3 @@ -11,10 +11,8 @@
     1.4  
     1.5  TARBALL="$PACKAGE-$VERSION.zip"
     1.6  WGET_URL="http://media.nodnod.net/Inconsolata-dz.otf.zip"
     1.7 -TAGS="font otf"
     1.8  
     1.9 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.10 -genpkg_rules()
    1.11 -{
    1.12 +genpkg_rules() {
    1.13  	install -Dm644 $src/* $fs/usr/share/fonts/TTF/$PACKAGE.otf
    1.14 +	TAGS="font otf"
    1.15  }