wok-current diff qt5/receipt @ rev 25257

qt5: removed dependency libQt3support
author Hans-G?nter Theisgen
date Fri Jul 15 06:47:07 2022 +0100 (2022-07-15)
parents c85bdee1fe53
children 77ba11bd6d96
line diff
     1.1 --- a/qt5/receipt	Tue Jun 21 16:00:20 2022 +0000
     1.2 +++ b/qt5/receipt	Fri Jul 15 06:47:07 2022 +0100
     1.3 @@ -1,7 +1,6 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="qt5"
     1.7 -SOURCE="qt-everywhere-src"
     1.8  VERSION="5.14.2"
     1.9  CATEGORY="meta"
    1.10  TAGS="qt"
    1.11 @@ -10,14 +9,14 @@
    1.12  LICENSE="GPL3 LGPL3"
    1.13  WEB_SITE="https://www.qt.io/"
    1.14  
    1.15 +SOURCE="qt-everywhere-opensource-src"
    1.16  TARBALL="$SOURCE-$VERSION.tar.xz"
    1.17  WGET_URL="http://mirrors.ocf.berkeley.edu/qt/archive/qt/${VERSION%.*}/$VERSION/single/$TARBALL"
    1.18 +SUGGESTED="libQt5Plugins libQt5ScriptTools"
    1.19  PROVIDE="qt-x11-opensource-src Qt5"
    1.20 -
    1.21 -DEPENDS="gcc83-lib-base glibc-locale libQt3Support libQt5Core libQt5DBus 
    1.22 +DEPENDS="gcc83-lib-base glibc-locale libQt5Core libQt5DBus 
    1.23  	libQt5Designer libQt5Gui libQt5Help libQt5Network libQt5OpenGL 
    1.24  	libQt5Script libQt5Sql libQt5Svg libQt5Xml"
    1.25 -SUGGESTED="libQt5Plugins libQt5ScriptTools"
    1.26  BUILD_DEPENDS="alsa-lib-dev cups-dev dbus-dev eudev-dev gcc83 glib-dev 
    1.27  	gst-plugins-base-1.0-dev gtk+3-dev icu-dev fontconfig-dev 
    1.28  	freetype-dev harfbuzz-dev libjpeg-turbo-dev libpng-dev 
    1.29 @@ -42,9 +41,9 @@
    1.30  	sed -i 's|gcc|gcc-83|; s|g++|g++-83|'	qtbase/mkspecs/common/g++-base.conf
    1.31  
    1.32  	./configure						\
    1.33 -		-prefix /usr					\
    1.34 -		-confirm-license -opensource			\
    1.35 -		-sysconfdir /etc/xdg				\
    1.36 +		-prefix		/usr				\
    1.37 +		-confirm-license				\
    1.38 +		-sysconfdir	/etc/xdg			\
    1.39  		-plugindir	/usr/lib/qt5/plugins		\
    1.40  		-headerdir	/usr/include/qt5		\
    1.41  		-importdir	/usr/lib/qt5/imports		\
    1.42 @@ -55,17 +54,18 @@
    1.43  		-examplesdir	/usr/share/doc/qt5/examples	\
    1.44  		-translationdir	/usr/share/qt5/translations	\
    1.45  		-release					\
    1.46 -		-nomake examples				\
    1.47 +		-nomake		examples			\
    1.48  		-system-harfbuzz				\
    1.49  		-system-sqlite					\
    1.50  		-glib						\
    1.51  		-optimized-qmake				\
    1.52  		-opengl						\
    1.53 +		-opensource					\
    1.54  		-no-openvg					\
    1.55  		-no-reduce-relocations				\
    1.56  		-continue &&
    1.57  	make $MAKEFLAGS &&
    1.58 -	make INSTALL_ROOT=$DESTDIR install
    1.59 +	make install INSTALL_ROOT=$DESTDIR
    1.60  }
    1.61  
    1.62  # Rules to gen a SliTaz package suitable for Tazpkg.