wok-next diff evince/receipt @ rev 11788

evince: added desktop file, description; clicking help goes to www
author Samuel Trassare <samuel_trassare@yahoo.com>
date Fri Feb 24 12:04:54 2012 -0800 (2012-02-24)
parents b7a03429e515
children 414810b6df7f
line diff
     1.1 --- a/evince/receipt	Tue Aug 02 08:49:43 2011 +0200
     1.2 +++ b/evince/receipt	Fri Feb 24 12:04:54 2012 -0800
     1.3 @@ -27,6 +27,7 @@
     1.4  		--disable-schemas-install \
     1.5  		--disable-gtk-doc-html \
     1.6  		--with-help-formats=none \
     1.7 +		--disable-help \
     1.8  		$CONFIGURE_ARGS &&
     1.9  	make -j1 && make -j1 DESTDIR=$PWD/_pkg install
    1.10  }
    1.11 @@ -34,7 +35,7 @@
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.13  genpkg_rules()
    1.14  {
    1.15 -	mkdir -p $fs/usr/share/glib-2.0 $fs/usr/lib
    1.16 +	mkdir -p $fs/usr/share/glib-2.0 $fs/usr/lib $fs/usr/share/applications
    1.17  	cp -a $_pkg/usr/bin $fs/usr
    1.18  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.19  	cp -a $_pkg/usr/lib/evince $fs/usr/lib
    1.20 @@ -43,6 +44,7 @@
    1.21  	cp -a $_pkg/usr/share/icons $fs/usr/share
    1.22  	cp -a $_pkg/usr/share/evince $fs/usr/share
    1.23  	cp -a $_pkg/usr/share/glib-2.0/schemas $fs/usr/share/glib-2.0
    1.24 +	cp -a $stuff/evince.desktop $fs/usr/share/applicationss
    1.25  	
    1.26  	# Removing unwanted files
    1.27  	find $fs/usr/lib -name "*.*a" -exec rm -rf {} \;