wok-next diff tint2/receipt @ rev 20275

remove samba-pam (again, thank Aleksej)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 08 10:18:58 2017 +0100 (2017-11-08)
parents 1c8303b6f511
children c4e53a39395a
line diff
     1.1 --- a/tint2/receipt	Mon Nov 02 18:24:30 2015 +0200
     1.2 +++ b/tint2/receipt	Wed Nov 08 10:18:58 2017 +0100
     1.3 @@ -16,7 +16,7 @@
     1.4  
     1.5  DEPENDS="gtk+ imlib2 librsvg startup-notification"
     1.6  BUILD_DEPENDS="cmake pango-dev imlib2-dev gtk+-dev startup-notification-dev \
     1.7 -librsvg-dev"
     1.8 +librsvg-dev xorg-dev"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -38,5 +38,5 @@
    1.13  	# Use custom configured theme instead
    1.14  	cp -f $stuff/tint2rc $fs/etc/xdg/tint2/tint2rc
    1.15  
    1.16 -	rm -r $fs/usr/share/doc $fs/usr/share/locale $fs/usr/share/man
    1.17 +	rm -r $fs/usr/share/doc $fs/usr/share/man
    1.18  }