wok diff emacs/receipt @ rev 14909

slitaz-i18n: add slitaz-configs as bdep; slitaz-configs: back openbox menu; locale-el, locale-ru: add keyboard layout icons; locale-fr, locale-hu, locale-pt_BR: recook with openbox menu.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 05 11:40:01 2013 +0300 (2013-08-05)
parents 0bf5627a5e3f
children 2b9f96603415
line diff
     1.1 --- a/emacs/receipt	Fri Feb 22 22:55:18 2013 +0100
     1.2 +++ b/emacs/receipt	Mon Aug 05 11:40:01 2013 +0300
     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