wok rev 24772

emacs-pkg-po-mode: fix path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 19 14:47:12 2022 +0000 (2022-03-19)
parents 5105b399919c
children 96acc984a52d
files emacs-pkg-po-mode/receipt libgnomeprint/receipt
line diff
     1.1 --- a/emacs-pkg-po-mode/receipt	Sat Mar 19 15:22:53 2022 +0100
     1.2 +++ b/emacs-pkg-po-mode/receipt	Sat Mar 19 14:47:12 2022 +0000
     1.3 @@ -17,13 +17,13 @@
     1.4  {
     1.5  	echo -n "Installing start file"
     1.6  	mkdir -p $fs/usr/share/emacs/site-lisp/site-start.d && \
     1.7 -	cp -a $src/gettext-tools/misc/start-po.el \
     1.8 +	cp -a $src/gettext-tools/emacs/start-po.el \
     1.9  		$fs/usr/share/emacs/site-lisp/site-start.d/50-start-po.el
    1.10  	status
    1.11  
    1.12  	echo -n "Installing po-mode"
    1.13  	mkdir -p $fs/usr/share/emacs/site-lisp/po-mode && \
    1.14 -	cp -a $src/gettext-tools/misc/po*.el $fs/usr/share/emacs/site-lisp/po-mode
    1.15 +	cp -a $src/gettext-tools/emacs/po*.el $fs/usr/share/emacs/site-lisp/po-mode
    1.16  	status
    1.17  
    1.18  	# byte-compile files, remove src
     2.1 --- a/libgnomeprint/receipt	Sat Mar 19 15:22:53 2022 +0100
     2.2 +++ b/libgnomeprint/receipt	Sat Mar 19 14:47:12 2022 +0000
     2.3 @@ -12,8 +12,9 @@
     2.4  
     2.5  DEPENDS="gtk+ popt libxml2 libart_lgpl"
     2.6  BUILD_DEPENDS="pkg-config glib-dev pango-dev intltool flex libart_lgpl-dev \
     2.7 -libxml2-dev"
     2.8 +libxml2-dev freetype-dev"
     2.9  
    2.10 +# What is the latest version available today?
    2.11  current_version()
    2.12  {
    2.13  	wget -O - $(dirname $WGET_URL) 2>/dev/null | \