wok diff emacs/receipt @ rev 14399

evas_generic_loaders: remove wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 23 18:10:37 2013 +0200 (2013-04-23)
parents 0bf5627a5e3f
children 2b9f96603415
line diff
     1.1 --- a/emacs/receipt	Fri Feb 22 22:55:18 2013 +0100
     1.2 +++ b/emacs/receipt	Tue Apr 23 18:10:37 2013 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="emacs"
     1.7 -VERSION="24.2"
     1.8 +VERSION="24.3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="The GNU Emacs editor"
    1.11  MAINTAINER="domcox@slitaz.org"
    1.12 @@ -117,8 +117,8 @@
    1.13  	done
    1.14  	# Conf files
    1.15  	echo -n "Copying conf files"
    1.16 -	CONF_FILES="ETAGS.README charsets e enriched.doc edt-user.el \
    1.17 -forms-d2.dat emacs-buffer.gdb gnus nxml org schema srecode ps-prin0.ps \
    1.18 +	CONF_FILES="ETAGS.README charsets e enriched.doc edt-user.el forms \
    1.19 +emacs-buffer.gdb gnus nxml org schema srecode ps-prin0.ps \
    1.20  ps-prin1.ps ses-example.ses spook.lines themes yow.lines"
    1.21  	mkdir -p $fs/usr/share/$PACKAGE/$VERSION/etc && \
    1.22  	for file in $CONF_FILES; do
    1.23 @@ -177,15 +177,6 @@
    1.24  	cp -a $_pkg/usr/share/icons/hicolor/32x32/apps/emacs.png \
    1.25  		$fs/usr/share/pixmaps
    1.26  	status
    1.27 -	# Add a desktop file for emacs client
    1.28 -	echo -n "Installing emacsclient menu"
    1.29 -	cp -a $_pkg/usr/share/$PACKAGE/$VERSION/etc/emacs.desktop \
    1.30 -		$fs/usr/share/applications/emacsclient.desktop && \
    1.31 -	sed -i 's/Exec.*/Exec=xterm -e emacsclient --alternate-editor="" %F/' \
    1.32 -		$fs/usr/share/applications/emacsclient.desktop && \
    1.33 -	sed -i 's/Name=.*/Name=Emacsclient/' \
    1.34 -		$fs/usr/share/applications/emacsclient.desktop
    1.35 -	status
    1.36  	# Use default site-lisp
    1.37  	cd $fs/usr/share/$PACKAGE/$VERSION
    1.38  	ln -s ../site-lisp site-lisp