wok diff atril/receipt @ rev 19403
isolinux/iso2exe: fix copycmdline()
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 05 18:15:15 2016 +0200 (2016-09-05) |
parents | e481e85001c2 |
children | 0812d027f57c |
line diff
1.1 --- a/atril/receipt Mon Jul 04 16:42:08 2016 +0300 1.2 +++ b/atril/receipt Mon Sep 05 18:15:15 2016 +0200 1.3 @@ -6,8 +6,8 @@ 1.4 LICENSE="GPL3" 1.5 SHORT_DESC="A document viewer for MATE." 1.6 MAINTAINER="yuripourre@gmail.com" 1.7 +WEB_SITE="http://www.mate-desktop.org/" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 -WEB_SITE="http://www.mate-desktop.org/" 1.10 WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL" 1.11 1.12 DEPENDS="gtk+ mate-desktop libsecret poppler mate-icon-theme \ 1.13 @@ -25,8 +25,6 @@ 1.14 $CONFIGURE_ARGS && 1.15 make && 1.16 make DESTDIR=$DESTDIR install 1.17 - 1.18 - cook_compress_manpages 1.19 } 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 @@ -42,11 +40,5 @@ 1.23 cp -a $install/usr/lib/caja $fs/usr/lib 1.24 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.25 # Saving some space 1.26 - rm -rf $fs/usr/share/man 1.27 - rm -rf $fs/usr/share/help 1.28 + rm -r $fs/usr/share/man $fs/usr/share/help 1.29 } 1.30 - 1.31 -post_remove() 1.32 -{ 1.33 - chroot "$1/" /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas 1.34 -}