# HG changeset patch # User Hans-G?nter Theisgen # Date 1645000816 -3600 # Node ID 77cf81161f50acbb3fee23ef6990120b7c7b24bb # Parent 40920382097c7ee07ad776bef66b89409cf83d76 updated gnustep-gui and gnustep-gui-dev (0.27.0 -> 0.29.0) diff -r 40920382097c -r 77cf81161f50 gnustep-gui-dev/receipt --- a/gnustep-gui-dev/receipt Wed Feb 16 09:21:33 2022 +0100 +++ b/gnustep-gui-dev/receipt Wed Feb 16 09:40:16 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gnustep-gui-dev" -VERSION="0.27.0" +VERSION="0.29.0" CATEGORY="development" SHORT_DESC="GNUstep GUI - development files." MAINTAINER="pankso@slitaz.org" @@ -19,4 +19,3 @@ cp -a $install/usr/include $fs/usr cp -a $install/usr/share/GNUstep $fs/usr/share } - diff -r 40920382097c -r 77cf81161f50 gnustep-gui/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnustep-gui/description.txt Wed Feb 16 09:40:16 2022 +0100 @@ -0,0 +1,8 @@ +The GNUstep gui library is a library of graphical user interface +classes written completely in the Objective-C language; +the classes are based upon Apple's Cocoa framwork (which came +from the OpenStep specification). +These classes include graphical objects such as buttons, text +fields, popup lists, browser lists, and windows; there are also +many associated classes for handling events, colors, fonts, +pasteboards and images. diff -r 40920382097c -r 77cf81161f50 gnustep-gui/receipt --- a/gnustep-gui/receipt Wed Feb 16 09:21:33 2022 +0100 +++ b/gnustep-gui/receipt Wed Feb 16 09:40:16 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gnustep-gui" -VERSION="0.27.0" +VERSION="0.29.0" CATEGORY="x-window" SHORT_DESC="GNUstep GUI class library." MAINTAINER="pankso@slitaz.org" @@ -13,8 +13,9 @@ DEPENDS="audiofile aspell cups giflib gnustep-base jpeg libcomerr3 libpng libtasn1 portaudio tiff" -BUILD_DEPENDS="audiofile-dev aspell-dev cups-dev giflib-dev gnustep-base-dev - gnustep-make jpeg-dev libpng-dev libtasn1-dev portaudio-dev tar tiff-dev" +BUILD_DEPENDS="audiofile-dev aspell-dev cups-dev giflib-dev + gnustep-base-dev gnustep-make jpeg-dev libpng-dev libtasn1-dev + portaudio-dev tiff-dev" # What is the latest version available today? current_version() @@ -30,7 +31,7 @@ --prefix=/usr \ $CONFIGURE_ARGS && make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg.