wok rev 25257

qt5: removed dependency libQt3support
author Hans-G?nter Theisgen
date Fri Jul 15 06:47:07 2022 +0100 (22 months ago)
parents d9e054b0d4b3
children 77ba11bd6d96
files qt5/description.txt qt5/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/qt5/description.txt	Fri Jul 15 06:47:07 2022 +0100
     1.3 @@ -0,0 +1,5 @@
     1.4 +Qt is a widget toolkit for creating graphical user interfaces as well as
     1.5 +cross-platform applications that run on various software and hardware
     1.6 +platforms such as Linux, Windows, macOS, Android or embedded systems with
     1.7 +little or no change in the underlying codebase while still being a native
     1.8 +application with native capabilities and speed.
     2.1 --- a/qt5/receipt	Fri Jul 15 06:38:49 2022 +0100
     2.2 +++ b/qt5/receipt	Fri Jul 15 06:47:07 2022 +0100
     2.3 @@ -1,7 +1,6 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="qt5"
     2.7 -SOURCE="qt-everywhere-src"
     2.8  VERSION="5.14.2"
     2.9  CATEGORY="meta"
    2.10  TAGS="qt"
    2.11 @@ -10,14 +9,14 @@
    2.12  LICENSE="GPL3 LGPL3"
    2.13  WEB_SITE="https://www.qt.io/"
    2.14  
    2.15 +SOURCE="qt-everywhere-opensource-src"
    2.16  TARBALL="$SOURCE-$VERSION.tar.xz"
    2.17  WGET_URL="http://mirrors.ocf.berkeley.edu/qt/archive/qt/${VERSION%.*}/$VERSION/single/$TARBALL"
    2.18 +SUGGESTED="libQt5Plugins libQt5ScriptTools"
    2.19  PROVIDE="qt-x11-opensource-src Qt5"
    2.20 -
    2.21 -DEPENDS="gcc83-lib-base glibc-locale libQt3Support libQt5Core libQt5DBus 
    2.22 +DEPENDS="gcc83-lib-base glibc-locale libQt5Core libQt5DBus 
    2.23  	libQt5Designer libQt5Gui libQt5Help libQt5Network libQt5OpenGL 
    2.24  	libQt5Script libQt5Sql libQt5Svg libQt5Xml"
    2.25 -SUGGESTED="libQt5Plugins libQt5ScriptTools"
    2.26  BUILD_DEPENDS="alsa-lib-dev cups-dev dbus-dev eudev-dev gcc83 glib-dev 
    2.27  	gst-plugins-base-1.0-dev gtk+3-dev icu-dev fontconfig-dev 
    2.28  	freetype-dev harfbuzz-dev libjpeg-turbo-dev libpng-dev 
    2.29 @@ -42,9 +41,9 @@
    2.30  	sed -i 's|gcc|gcc-83|; s|g++|g++-83|'	qtbase/mkspecs/common/g++-base.conf
    2.31  
    2.32  	./configure						\
    2.33 -		-prefix /usr					\
    2.34 -		-confirm-license -opensource			\
    2.35 -		-sysconfdir /etc/xdg				\
    2.36 +		-prefix		/usr				\
    2.37 +		-confirm-license				\
    2.38 +		-sysconfdir	/etc/xdg			\
    2.39  		-plugindir	/usr/lib/qt5/plugins		\
    2.40  		-headerdir	/usr/include/qt5		\
    2.41  		-importdir	/usr/lib/qt5/imports		\
    2.42 @@ -55,17 +54,18 @@
    2.43  		-examplesdir	/usr/share/doc/qt5/examples	\
    2.44  		-translationdir	/usr/share/qt5/translations	\
    2.45  		-release					\
    2.46 -		-nomake examples				\
    2.47 +		-nomake		examples			\
    2.48  		-system-harfbuzz				\
    2.49  		-system-sqlite					\
    2.50  		-glib						\
    2.51  		-optimized-qmake				\
    2.52  		-opengl						\
    2.53 +		-opensource					\
    2.54  		-no-openvg					\
    2.55  		-no-reduce-relocations				\
    2.56  		-continue &&
    2.57  	make $MAKEFLAGS &&
    2.58 -	make INSTALL_ROOT=$DESTDIR install
    2.59 +	make install INSTALL_ROOT=$DESTDIR
    2.60  }
    2.61  
    2.62  # Rules to gen a SliTaz package suitable for Tazpkg.