wok rev 24457

updated gnustep-gui and gnustep-gui-dev (0.27.0 -> 0.29.0)
author Hans-G?nter Theisgen
date Wed Feb 16 09:40:16 2022 +0100 (2022-02-16)
parents 40920382097c
children 76ea5d09d6b9
files gnustep-gui-dev/receipt gnustep-gui/description.txt gnustep-gui/receipt
line diff
     1.1 --- a/gnustep-gui-dev/receipt	Wed Feb 16 09:21:33 2022 +0100
     1.2 +++ b/gnustep-gui-dev/receipt	Wed Feb 16 09:40:16 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gnustep-gui-dev"
     1.7 -VERSION="0.27.0"
     1.8 +VERSION="0.29.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="GNUstep GUI - development files."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -19,4 +19,3 @@
    1.13  	cp -a $install/usr/include		$fs/usr
    1.14  	cp -a $install/usr/share/GNUstep	$fs/usr/share
    1.15  }
    1.16 -
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/gnustep-gui/description.txt	Wed Feb 16 09:40:16 2022 +0100
     2.3 @@ -0,0 +1,8 @@
     2.4 +The GNUstep gui library is a library of graphical user interface
     2.5 +classes written completely in the Objective-C language;
     2.6 +the classes are based upon Apple's Cocoa framwork (which came
     2.7 +from the OpenStep specification).
     2.8 +These classes include graphical objects such as buttons, text
     2.9 +fields, popup lists, browser lists, and windows; there are also
    2.10 +many associated classes for handling events, colors, fonts,
    2.11 +pasteboards and images.
     3.1 --- a/gnustep-gui/receipt	Wed Feb 16 09:21:33 2022 +0100
     3.2 +++ b/gnustep-gui/receipt	Wed Feb 16 09:40:16 2022 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="gnustep-gui"
     3.7 -VERSION="0.27.0"
     3.8 +VERSION="0.29.0"
     3.9  CATEGORY="x-window"
    3.10  SHORT_DESC="GNUstep GUI class library."
    3.11  MAINTAINER="pankso@slitaz.org"
    3.12 @@ -13,8 +13,9 @@
    3.13  
    3.14  DEPENDS="audiofile aspell cups giflib gnustep-base jpeg libcomerr3 
    3.15  	libpng libtasn1 portaudio tiff"
    3.16 -BUILD_DEPENDS="audiofile-dev aspell-dev cups-dev giflib-dev gnustep-base-dev 
    3.17 -	gnustep-make jpeg-dev libpng-dev libtasn1-dev portaudio-dev tar tiff-dev"
    3.18 +BUILD_DEPENDS="audiofile-dev aspell-dev cups-dev giflib-dev 
    3.19 +	gnustep-base-dev gnustep-make jpeg-dev libpng-dev libtasn1-dev 
    3.20 +	portaudio-dev tiff-dev"
    3.21  
    3.22  # What is the latest version available today?
    3.23  current_version()
    3.24 @@ -30,7 +31,7 @@
    3.25  		--prefix=/usr	\
    3.26  		$CONFIGURE_ARGS &&
    3.27  	make &&
    3.28 -	make DESTDIR=$DESTDIR install
    3.29 +	make install DESTDIR=$DESTDIR
    3.30  }
    3.31  
    3.32  # Rules to gen a SliTaz package suitable for Tazpkg.