wok rev 24477

updated dialog and dialog-dev (1.3_20210324 -> 1.3_20220117)
author Hans-G?nter Theisgen
date Fri Feb 18 10:50:23 2022 +0100 (2022-02-18)
parents 89c8d8b6cf48
children 04472f031354
files dfu-util/description.txt dialog-dev/receipt dialog/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dfu-util/description.txt	Fri Feb 18 10:50:23 2022 +0100
     1.3 @@ -0,0 +1,4 @@
     1.4 +Dfu-util is a host side implementation of the DFU 1.0 and DFU 1.1
     1.5 +specifications of the USB forum.
     1.6 +DFU is intended to download and upload firmware to and from devices
     1.7 +connected over USB.
     2.1 --- a/dialog-dev/receipt	Fri Feb 18 09:29:30 2022 +0000
     2.2 +++ b/dialog-dev/receipt	Fri Feb 18 10:50:23 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="dialog-dev"
     2.7 -VERSION="1.3_20210324"
     2.8 +VERSION="1.3_20220117"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Script-interpreter which provides a set of curses widgets, development files."
    2.11  MAINTAINER="pankso@slitaz.org"
     3.1 --- a/dialog/receipt	Fri Feb 18 09:29:30 2022 +0000
     3.2 +++ b/dialog/receipt	Fri Feb 18 10:50:23 2022 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="dialog"
     3.7 -VERSION="1.3_20210324"
     3.8 +VERSION="1.3_20220117"
     3.9  CATEGORY="base-system"
    3.10  SHORT_DESC="Script-interpreter which provides a set of curses widgets."
    3.11  MAINTAINER="pankso@slitaz.org"
    3.12 @@ -34,7 +34,7 @@
    3.13  		--enable-widec		\
    3.14  		$CONFIGURE_ARGS &&
    3.15  	make &&
    3.16 -	make DESTDIR=$DESTDIR install
    3.17 +	make install DESTDIR=$DESTDIR
    3.18  }
    3.19  
    3.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.21 @@ -45,10 +45,12 @@
    3.22  
    3.23  	cp -a $install/usr/bin	$fs/usr
    3.24  
    3.25 -	# Configuration file.
    3.26 +	# Config file.
    3.27  	cp $stuff/dialogrc	$fs/etc
    3.28  
    3.29  	# Localisations:
    3.30 +	# Must these files remain in the base package
    3.31 +	# or can they be split off in dialog-lang?
    3.32  	for lang in da de fr id it pt_BR ro ru
    3.33  	  do
    3.34  		mkdir -p $fs/usr/share/locale/$lang/LC_MESSAGES