wok-next rev 20568

Remove dev packages that have become empty due to *.la files removing.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 12 09:48:04 2018 +0300 (2018-04-12)
parents 30967bd5b948
children 835b3b8ce6ac
files gdal/receipt geany-plugins/receipt glib-networking/receipt gnome-keyring3/receipt gst0-plugins-ugly/receipt gst1-plugins-good/receipt gtk-xfce-engine/receipt gtk3-engine-unico/receipt gtkhash/receipt man-db/receipt mate-user-share/receipt nagvis/receipt openjade/receipt orage/receipt qt5/receipt x11vnc/receipt xfce4-mixer/receipt
line diff
     1.1 --- a/gdal/receipt	Wed Apr 11 01:07:35 2018 +0300
     1.2 +++ b/gdal/receipt	Thu Apr 12 09:48:04 2018 +0300
     1.3 @@ -15,6 +15,8 @@
     1.4  swig tiff-dev jasper-dev jpeg-dev perl-dev"
     1.5  SPLIT="gdal gdal-dev gdal-bin gdal-datas libgdal"
     1.6  
     1.7 +COOKOPTS="skip-log-errors"
     1.8 +
     1.9  compile_rules() {
    1.10  	fix math
    1.11  	./configure \
     2.1 --- a/geany-plugins/receipt	Wed Apr 11 01:07:35 2018 +0300
     2.2 +++ b/geany-plugins/receipt	Thu Apr 12 09:48:04 2018 +0300
     2.3 @@ -14,30 +14,15 @@
     2.4  BUILD_DEPENDS_arm="gtkspell-dev geany-dev lua-dev libxml2-dev"
     2.5  BUILD_DEPENDS="intltool geany-dev gtk+-dev check-dev vte-gtk2-dev \
     2.6  python-dev pygtk-dev gtkspell-dev" # lua5.1-dev but produces error
     2.7 -SPLIT="geany-plugins-dev"
     2.8  
     2.9  compile_rules() {
    2.10 -	./configure $CONFIGURE_ARGS && make && make install
    2.11 +	./configure $CONFIGURE_ARGS &&
    2.12 +	make &&
    2.13 +	make install
    2.14  }
    2.15  
    2.16  genpkg_rules() {
    2.17 -	case $PACKAGE in
    2.18 -		geany-plugins)
    2.19 -			copy @std
    2.20 -			DEPENDS="geany atk cairo enchant fontconfig freetype gdk-pixbuf \
    2.21 -			glib gtk+ gtkspell libxml2 pango python vte-gtk2 xorg-libX11 \
    2.22 -			xorg-libXext"
    2.23 -			;;
    2.24 -		*-dev)
    2.25 -			copy @dev
    2.26 -			DEPENDS="geany-plugins atk-dev bzip2-dev cairo-dev enchant-dev \
    2.27 -			fontconfig-dev freetype-dev gdk-pixbuf-dev geany-dev glib-dev \
    2.28 -			gtk+-dev gtkspell-dev harfbuzz-dev libffi-dev libpng16-dev \
    2.29 -			libxml2-dev ncurses-dev pango-dev pcre-dev python-dev \
    2.30 -			util-linux-blkid-dev util-linux-mount-dev util-linux-uuid-dev \
    2.31 -			vte-gtk2-dev xorg-libX11-dev xorg-libXau-dev xorg-libXdmcp-dev \
    2.32 -			xorg-libXext-dev xorg-libXrender-dev xorg-libxcb-dev \
    2.33 -			xorg-pixman-dev xz-dev zlib-dev"
    2.34 -			;;
    2.35 -	esac
    2.36 +	copy @std
    2.37 +	DEPENDS="geany atk cairo enchant fontconfig freetype gdk-pixbuf glib gtk+ \
    2.38 +	gtkspell libxml2 pango python vte-gtk2 xorg-libX11 xorg-libXext"
    2.39  }
     3.1 --- a/glib-networking/receipt	Wed Apr 11 01:07:35 2018 +0300
     3.2 +++ b/glib-networking/receipt	Thu Apr 12 09:48:04 2018 +0300
     3.3 @@ -13,33 +13,18 @@
     3.4  
     3.5  BUILD_DEPENDS="intltool gnutls-dev gsettings-desktop-schemas"
     3.6  BUILD_DEPENDS_arm="glib-dev gnutls-dev"
     3.7 -SPLIT="glib-networking-dev"
     3.8  
     3.9 -# Rules to configure and make the package.
    3.10 -compile_rules()
    3.11 -{
    3.12 +compile_rules() {
    3.13  	./configure \
    3.14  		--with-ca-certificates=/etc/ssl/ca-bundle.crt \
    3.15  		--disable-static \
    3.16  		$CONFIGURE_ARGS &&
    3.17 -	make && make install
    3.18 +	make &&
    3.19 +	make install
    3.20  }
    3.21  
    3.22 -# Rules to gen a SliTaz package suitable for Tazpkg.
    3.23 -genpkg_rules()
    3.24 -{
    3.25 -	case $PACKAGE in
    3.26 -		glib-networking)
    3.27 -			copy @std
    3.28 -			DEPENDS="glib gmp libffi libgnutls libtasn1 nettle p11-kit pcre \
    3.29 -			util-linux-blkid util-linux-mount util-linux-uuid zlib"
    3.30 -			;;
    3.31 -		*-dev)
    3.32 -			copy @dev
    3.33 -			DEPENDS="glib-networking glib-dev glibc-dev gmp-dev gnutls-dev \
    3.34 -			libffi-dev libtasn1-dev nettle-dev p11-kit-dev pcre-dev \
    3.35 -			util-linux-blkid-dev util-linux-mount-dev util-linux-uuid-dev \
    3.36 -			zlib-dev"
    3.37 -			;;
    3.38 -	esac
    3.39 +genpkg_rules() {
    3.40 +	copy @std
    3.41 +	DEPENDS="glib gmp libffi libgnutls libtasn1 nettle p11-kit pcre \
    3.42 +	util-linux-blkid util-linux-mount util-linux-uuid zlib"
    3.43  }
     4.1 --- a/gnome-keyring3/receipt	Wed Apr 11 01:07:35 2018 +0300
     4.2 +++ b/gnome-keyring3/receipt	Thu Apr 12 09:48:04 2018 +0300
     4.3 @@ -13,7 +13,6 @@
     4.4  WGET_URL="$GNOME_MIRROR/gnome-keyring/${VERSION%.*}/$TARBALL"
     4.5  
     4.6  BUILD_DEPENDS="intltool gcr-dev libcap-ng-dev libxslt gtk-doc"
     4.7 -SPLIT="gnome-keyring3-dev"
     4.8  
     4.9  compile_rules() {
    4.10  	sed -i -r 's:"(/desktop):"/org/gnome\1:' schema/*.xml
    4.11 @@ -27,20 +26,6 @@
    4.12  }
    4.13  
    4.14  genpkg_rules() {
    4.15 -	case $PACKAGE in
    4.16 -		gnome-keyring3)
    4.17 -			copy @std
    4.18 -			DEPENDS="atk bzlib cairo fontconfig freetype gcr gcr-base \
    4.19 -			gdk-pixbuf glib gtk+3 libcap-ng libffi libgcrypt libgpg-error \
    4.20 -			libharfbuzz liblzma libpng16 libxml2 p11-kit pango pcre \
    4.21 -			util-linux-blkid util-linux-mount util-linux-uuid xorg-libX11 \
    4.22 -			xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXrender xorg-libxcb \
    4.23 -			xorg-pixman"
    4.24 -			;;
    4.25 -		*-dev)
    4.26 -			copy @dev
    4.27 -			DEPENDS="gnome-keyring3 glib-dev libffi-dev libgcrypt-dev \
    4.28 -			libgpg-error-dev pcre-dev"
    4.29 -			;;
    4.30 -	esac
    4.31 +	copy @std
    4.32 +	DEPENDS="gcr-base glib libcap-ng libgcrypt"
    4.33  }
     5.1 --- a/gst0-plugins-ugly/receipt	Wed Apr 11 01:07:35 2018 +0300
     5.2 +++ b/gst0-plugins-ugly/receipt	Thu Apr 12 09:48:04 2018 +0300
     5.3 @@ -13,7 +13,6 @@
     5.4  
     5.5  BUILD_DEPENDS="gstreamer0-dev gst0-plugins-base-dev lame-dev libdvdread-dev
     5.6  libcdio-dev libmad-dev libmpeg2-dev x264-dev"
     5.7 -SPLIT="gst0-plugins-ugly-dev"
     5.8  
     5.9  compile_rules() {
    5.10  	./configure \
    5.11 @@ -27,18 +26,8 @@
    5.12  }
    5.13  
    5.14  genpkg_rules() {
    5.15 -	case $PACKAGE in
    5.16 -		gst0-plugins-ugly)
    5.17 -			copy @std *.mo
    5.18 -			DEPENDS="gst0-plugins-base lame libdvdread libcdio libmad \
    5.19 -			libmpeg2 opencore-amr"
    5.20 -			SUGGESTED="x264"
    5.21 -			;;
    5.22 -		*-dev)
    5.23 -			copy @dev
    5.24 -			DEPENDS="gstreamer0-dev gst0-plugins-base-dev lame-dev \
    5.25 -			libdvdread-dev libcdio-dev libmad-dev libmpeg2-dev \
    5.26 -			x264-dev"
    5.27 -			;;
    5.28 -	esac
    5.29 +	copy @std *.mo
    5.30 +	DEPENDS="gst0-plugins-base lame libdvdread libcdio libmad libmpeg2 \
    5.31 +	opencore-amr"
    5.32 +	SUGGESTED="x264"
    5.33  }
     6.1 --- a/gst1-plugins-good/receipt	Wed Apr 11 01:07:35 2018 +0300
     6.2 +++ b/gst1-plugins-good/receipt	Thu Apr 12 09:48:04 2018 +0300
     6.3 @@ -13,7 +13,6 @@
     6.4  WGET_URL="${WEB_SITE}src/$SOURCE/$TARBALL"
     6.5  
     6.6  BUILD_DEPENDS="gstreamer1-dev gst1-plugins-base-dev mpg123-dev jpeg-dev"
     6.7 -SPLIT="gst1-plugins-good-dev"
     6.8  
     6.9  compile_rules() {
    6.10  	sed '/set ERROR_C/d' -i configure
    6.11 @@ -33,17 +32,6 @@
    6.12  }
    6.13  
    6.14  genpkg_rules() {
    6.15 -	case $PACKAGE in
    6.16 -		gst1-plugins-good)
    6.17 -			copy @std
    6.18 -			DEPENDS="gstreamer1 gst1-plugins-base pango alsa-lib \
    6.19 -			mpg123 jpeg"
    6.20 -			;;
    6.21 -		*-dev)
    6.22 -			copy @dev
    6.23 -			DEPENDS="gstreamer1-dev gst1-plugins-base-dev  \
    6.24 -			gstreamer1 gst1-plugins-base  gst1-plugins-good \
    6.25 -			mpg123-dev jpeg-dev "
    6.26 -			;;
    6.27 -	esac
    6.28 +	copy @std
    6.29 +	DEPENDS="gstreamer1 gst1-plugins-base pango alsa-lib mpg123 jpeg"
    6.30  }
     7.1 --- a/gtk-xfce-engine/receipt	Wed Apr 11 01:07:35 2018 +0300
     7.2 +++ b/gtk-xfce-engine/receipt	Thu Apr 12 09:48:04 2018 +0300
     7.3 @@ -12,7 +12,6 @@
     7.4  WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
     7.5  
     7.6  BUILD_DEPENDS="gtk+-dev"
     7.7 -SPLIT="gtk-xfce-engine-dev"
     7.8  
     7.9  compile_rules() {
    7.10  	./configure \
    7.11 @@ -24,14 +23,7 @@
    7.12  }
    7.13  
    7.14  genpkg_rules() {
    7.15 -	case $PACKAGE in
    7.16 -		gtk-xfce-engine)
    7.17 -			copy @std
    7.18 -			DEPENDS="cairo glib gtk+"
    7.19 -			;;
    7.20 -		*-dev)
    7.21 -			copy @dev
    7.22 -			;;
    7.23 -	esac
    7.24 +	copy @std
    7.25 +	DEPENDS="cairo glib gtk+"
    7.26  	TAGS="Xfce"
    7.27  }
     8.1 --- a/gtk3-engine-unico/receipt	Wed Apr 11 01:07:35 2018 +0300
     8.2 +++ b/gtk3-engine-unico/receipt	Thu Apr 12 09:48:04 2018 +0300
     8.3 @@ -12,7 +12,6 @@
     8.4  WGET_URL="https://launchpad.net/unico/${VERSION%.*}/$VERSION/+download/$TARBALL"
     8.5  
     8.6  BUILD_DEPENDS="gtk+3-dev libxml2-dev"
     8.7 -SPLIT="gtk3-engine-unico-dev"
     8.8  
     8.9  compile_rules() {
    8.10  	./configure \
    8.11 @@ -24,14 +23,7 @@
    8.12  }
    8.13  
    8.14  genpkg_rules() {
    8.15 -	case $PACKAGE in
    8.16 -		gtk3-engine-unico)
    8.17 -			copy @std
    8.18 -			DEPENDS="gtk+3"
    8.19 -			TAGS="gtk3"
    8.20 -			;;
    8.21 -		*-dev)
    8.22 -			copy @dev
    8.23 -			;;
    8.24 -	esac
    8.25 +	copy @std
    8.26 +	DEPENDS="gtk+3"
    8.27 +	TAGS="gtk3"
    8.28  }
     9.1 --- a/gtkhash/receipt	Wed Apr 11 01:07:35 2018 +0300
     9.2 +++ b/gtkhash/receipt	Thu Apr 12 09:48:04 2018 +0300
     9.3 @@ -13,7 +13,7 @@
     9.4  
     9.5  BUILD_DEPENDS="gettext intltool automake libtool gtk+3-dev libb2-dev mhash-dev \
     9.6  caja-dev"
     9.7 -SPLIT="gtkhash-caja gtkhash gtkhash-dev"
     9.8 +SPLIT="gtkhash-caja gtkhash"
     9.9  
    9.10  compile_rules() {
    9.11  	# --enable-nautilus --enable-nemo --enable-thunar
    9.12 @@ -43,21 +43,7 @@
    9.13  			;;
    9.14  		gtkhash)
    9.15  			copy @std @rm *.mo
    9.16 -			DEPENDS="atk bzlib cairo fontconfig freetype gdk-pixbuf glib gtk+3 \
    9.17 -			libb2 libffi libgomp libharfbuzz liblzma libpng16 libxml2 mhash \
    9.18 -			pango pcre util-linux-blkid util-linux-mount util-linux-uuid \
    9.19 -			xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXrender \
    9.20 -			xorg-libxcb xorg-pixman zlib"
    9.21 -			;;
    9.22 -		*-dev)
    9.23 -			copy @dev
    9.24 -			DEPENDS="${SPLIT/$PACKAGE/} atk-dev bzip2-dev cairo-dev caja-dev \
    9.25 -			fontconfig-dev freetype-dev gdk-pixbuf-dev glib-dev gtk+3-dev \
    9.26 -			harfbuzz-dev libb2-dev libffi-dev libpng16-dev libxml2-dev \
    9.27 -			mhash-dev pango-dev pcre-dev util-linux-blkid-dev \
    9.28 -			util-linux-mount-dev util-linux-uuid-dev xorg-libX11-dev \
    9.29 -			xorg-libXau-dev xorg-libXdmcp-dev xorg-libXext-dev \
    9.30 -			xorg-libXrender-dev xorg-libxcb-dev xorg-pixman-dev xz-dev zlib-dev"
    9.31 +			DEPENDS="glib gtk+3 libb2 mhash zlib"
    9.32  			;;
    9.33  	esac
    9.34  }
    10.1 --- a/man-db/receipt	Wed Apr 11 01:07:35 2018 +0300
    10.2 +++ b/man-db/receipt	Thu Apr 12 09:48:04 2018 +0300
    10.3 @@ -14,7 +14,6 @@
    10.4  
    10.5  BUILD_DEPENDS="groff bzip2-dev xz-dev gettext libpipeline-dev gdbm-dev \
    10.6  zlib-dev"
    10.7 -SPLIT="man-db-dev"
    10.8  
    10.9  compile_rules() {
   10.10  	./configure \
   10.11 @@ -30,12 +29,7 @@
   10.12  }
   10.13  
   10.14  genpkg_rules() {
   10.15 -	case $PACKAGE in
   10.16 -		man-db)
   10.17 -			copy @std
   10.18 -			DEPENDS="gdbm libpipeline zlib"
   10.19 -			TAGS="LFS"
   10.20 -			;;
   10.21 -		*-dev) copy @dev;;
   10.22 -	esac
   10.23 +	copy @std
   10.24 +	DEPENDS="gdbm libpipeline zlib"
   10.25 +	TAGS="LFS"
   10.26  }
    11.1 --- a/mate-user-share/receipt	Wed Apr 11 01:07:35 2018 +0300
    11.2 +++ b/mate-user-share/receipt	Thu Apr 12 09:48:04 2018 +0300
    11.3 @@ -13,7 +13,6 @@
    11.4  
    11.5  BUILD_DEPENDS="mate-common yelp-tools itstool xorg-libX11-dev gtk+3-dev \
    11.6  dbus-glib-dev libnotify-gtk3-dev libcanberra-dev caja-dev"
    11.7 -SPLIT="mate-user-share-dev"
    11.8  
    11.9  compile_rules() {
   11.10  	./autogen.sh \
   11.11 @@ -24,27 +23,7 @@
   11.12  }
   11.13  
   11.14  genpkg_rules() {
   11.15 -	case $PACKAGE in
   11.16 -		mate-user-share)
   11.17 -			copy @std
   11.18 -			DEPENDS="atk bzlib cairo caja dbus dbus-glib fontconfig freetype \
   11.19 -			gdk-pixbuf glib gtk+3 libcanberralibcanberra-gtk3 libffi \
   11.20 -			libharfbuzz libltdl liblzma libnotify-gtk3 libogg libpng16 \
   11.21 -			libvorbis libxml2 pango pcre util-linux-blkid util-linux-mount \
   11.22 -			util-linux-uuid xorg-libICE xorg-libSM xorg-libX11 xorg-libXau \
   11.23 -			xorg-libXdmcp xorg-libXext xorg-libXrender xorg-libxcb xorg-pixman \
   11.24 -			zlib"
   11.25 -			;;
   11.26 -		*-dev)
   11.27 -			copy @dev
   11.28 -			DEPENDS="mate-user-share atk-dev bzip2-dev cairo-dev caja-dev \
   11.29 -			fontconfig-dev freetype-dev gdk-pixbuf-dev glib-dev gtk+3-dev \
   11.30 -			harfbuzz-dev libffi-dev libpng16-dev libxml2-dev pango-dev \
   11.31 -			pcre-dev util-linux-blkid-dev util-linux-mount-dev \
   11.32 -			util-linux-uuid-dev xorg-libX11-dev xorg-libXau-dev \
   11.33 -			xorg-libXdmcp-dev xorg-libXext-dev xorg-libXrender-dev \
   11.34 -			xorg-libxcb-dev xorg-pixman-dev xz-dev zlib-dev"
   11.35 -			;;
   11.36 -	esac
   11.37 +	copy @std
   11.38 +	DEPENDS="caja glib gtk+3 pango xorg-libX11"
   11.39  	TAGS="MATE"
   11.40  }
    12.1 --- a/nagvis/receipt	Wed Apr 11 01:07:35 2018 +0300
    12.2 +++ b/nagvis/receipt	Thu Apr 12 09:48:04 2018 +0300
    12.3 @@ -74,7 +74,7 @@
    12.4  genpkg_rules() {
    12.5  	case $PACKAGE in
    12.6  		nagvis-flex)
    12.7 -			copy uifx
    12.8 +			copy uifx/
    12.9  			CAT="network|Nagvis Flex"
   12.10  			DEPENDS="nagvis"
   12.11  			;;
   12.12 @@ -84,7 +84,7 @@
   12.13  			DEPENDS="nagvis"
   12.14  			;;
   12.15  		nagvis)
   12.16 -			copy @std @rm
   12.17 +			copy @std @dev @rm
   12.18  			SUGGESTED="graphviz"
   12.19  			DEPENDS="nagios php-mysql php-gd ndoutils mk-livestatus"
   12.20  
    13.1 --- a/openjade/receipt	Wed Apr 11 01:07:35 2018 +0300
    13.2 +++ b/openjade/receipt	Thu Apr 12 09:48:04 2018 +0300
    13.3 @@ -12,40 +12,37 @@
    13.4  WGET_URL="$SF_MIRROR/openjade/$TARBALL"
    13.5  
    13.6  BUILD_DEPENDS="patch opensp-dev automake texinfo perl"
    13.7 -SPLIT="openjade-dev"
    13.8  
    13.9  compile_rules() {
   13.10  	sed -i -e '/getopts/{N;s#&G#g#;s#do .getopts.pl.;##;}' \
   13.11  		-e '/use POSIX/ause Getopt::Std;' msggen.pl
   13.12  
   13.13 -	export CXXFLAGS="$CXXFLAGS -fno-lifetime-dse" &&
   13.14 +	export CXXFLAGS="$CXXFLAGS -fno-lifetime-dse"
   13.15  	./configure \
   13.16 -		--mandir=/usr/share/man \
   13.17  		--enable-http \
   13.18  		--disable-static \
   13.19  		--enable-default-catalog=/etc/sgml/catalog \
   13.20  		--enable-default-search-path=/usr/share/sgml \
   13.21  		--datadir=/usr/share/sgml/openjade-$VERSION \
   13.22  		$CONFIGURE_ARGS &&
   13.23 -	make && make DESTDIR="$install" install install-man &&
   13.24 +	make &&
   13.25 +	make DESTDIR="$install" install install-man || return 1
   13.26  
   13.27 -	ln -vsf openjade       $install/usr/bin/jade &&
   13.28 -	ln -vsf libogrove.so   $install/usr/lib/libgrove.so &&
   13.29 -	ln -vsf libospgrove.so $install/usr/lib/libspgrove.so &&
   13.30 -	ln -vsf libostyle.so   $install/usr/lib/libstyle.so &&
   13.31 +	ln -vsf openjade       $install/usr/bin/jade
   13.32 +	ln -vsf libogrove.so   $install/usr/lib/libgrove.so
   13.33 +	ln -vsf libospgrove.so $install/usr/lib/libspgrove.so
   13.34 +	ln -vsf libostyle.so   $install/usr/lib/libstyle.so
   13.35  
   13.36  	install -v -m644 dsssl/catalog dsssl/*.dtd dsssl/*.dsl dsssl/*.sgm \
   13.37 -		$install/usr/share/sgml/openjade-$VERSION &&
   13.38 +		$install/usr/share/sgml/openjade-$VERSION
   13.39  
   13.40  	echo 'SYSTEM "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" "/usr/share/xml/docbook/xml-dtd-4.5/docbookx.dtd"' >> \
   13.41  		$install/usr/share/sgml/openjade-$VERSION/catalog
   13.42  }
   13.43  
   13.44  genpkg_rules() {
   13.45 -	case $PACKAGE in
   13.46 -		openjade) copy @std; DEPENDS="sgml-common opensp";;
   13.47 -		*-dev)    copy @dev;;
   13.48 -	esac
   13.49 +	copy @std
   13.50 +	DEPENDS="sgml-common opensp"
   13.51  }
   13.52  
   13.53  pre_remove() {
    14.1 --- a/orage/receipt	Wed Apr 11 01:07:35 2018 +0300
    14.2 +++ b/orage/receipt	Thu Apr 12 09:48:04 2018 +0300
    14.3 @@ -13,7 +13,6 @@
    14.4  
    14.5  BUILD_DEPENDS="intltool gtk+-dev xfce4-panel-dev libical-dev db-dev \
    14.6  dbus-glib-dev libnotify-dev popt-dev"
    14.7 -SPLIT="orage-dev"
    14.8  
    14.9  compile_rules() {
   14.10  	./configure \
   14.11 @@ -25,16 +24,8 @@
   14.12  }
   14.13  
   14.14  genpkg_rules() {
   14.15 -	case $PACKAGE in
   14.16 -		orage)
   14.17 -			copy @std
   14.18 -			DEPENDS="dbus dbus-glib gdk-pixbuf glib gtk+ libical libnotify \
   14.19 -			libxfce4util pango popt xfce4-panel xorg-libX11"
   14.20 -			TAGS="Xfce office"
   14.21 -			;;
   14.22 -		*-dev)
   14.23 -			copy @dev
   14.24 -			TAGS="Xfce"
   14.25 -			;;
   14.26 -	esac
   14.27 +	copy @std
   14.28 +	DEPENDS="dbus dbus-glib gdk-pixbuf glib gtk+ libical libnotify \
   14.29 +	libxfce4util pango popt xfce4-panel xorg-libX11"
   14.30 +	TAGS="Xfce office"
   14.31  }
    15.1 --- a/qt5/receipt	Wed Apr 11 01:07:35 2018 +0300
    15.2 +++ b/qt5/receipt	Thu Apr 12 09:48:04 2018 +0300
    15.3 @@ -1,7 +1,7 @@
    15.4  # SliTaz package receipt v2.
    15.5  
    15.6  PACKAGE="qt5"
    15.7 -VERSION="5.9.1"
    15.8 +VERSION="5.10.1"
    15.9  CATEGORY="meta"
   15.10  SHORT_DESC="Cross-platform application framework"
   15.11  MAINTAINER="al.bobylev@gmail.com"
   15.12 @@ -9,7 +9,7 @@
   15.13  WEB_SITE="https://www.qt.io/"
   15.14  LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/qt5.html"
   15.15  
   15.16 -TARBALL="qt-everywhere-opensource-src-$VERSION.tar.xz"
   15.17 +TARBALL="qt-everywhere-src-$VERSION.tar.xz"
   15.18  WGET_URL="https://download.qt.io/archive/qt/${VERSION%.*}/$VERSION/single/$TARBALL"
   15.19  
   15.20  PATCH="Do-not-make-lack-of-SSE2-support-on-x86-32-fatal.patch"
   15.21 @@ -32,7 +32,7 @@
   15.22  qt5-serialbus        qt5-serialport       qt5-speech           \
   15.23  qt5-svg              qt5-tools            qt5-virtualkeyboard  \
   15.24  qt5-wayland          qt5-webchannel       qt5-websockets       \
   15.25 -qt5-x11extras        qt5-xmlpatterns      qt5-base-egl	\
   15.26 +qt5-x11extras        qt5-xmlpatterns      qt5-base-egl         \
   15.27  \
   15.28  qt5-locale-ar    qt5-locale-ca    qt5-locale-cs    qt5-locale-da \
   15.29  qt5-locale-de    qt5-locale-en    qt5-locale-es    qt5-locale-fa \
   15.30 @@ -45,7 +45,6 @@
   15.31  qt5-doc qt5-dev"
   15.32  
   15.33  compile_rules() {
   15.34 -#	fix math
   15.35  	export QT5PREFIX=/usr # or /opt/qt5
   15.36  	if [ "$QT5PREFIX" == '/usr' ]; then
   15.37  		QT5OPTS="\
   15.38 @@ -61,24 +60,24 @@
   15.39  "
   15.40  	fi
   15.41  
   15.42 -	echo "INCLUDEPATH += /usr/include/openssl-1.0" >> qtbase/src/network/network.pro
   15.43 -	export OPENSSL_LIBS='-L/usr/lib/openssl-1.0 -lssl -lcrypto'
   15.44 -
   15.45 -	[ -s $SRC/$PATCH ] || wget -O $SRC/$PATCH $PATCH_URL$PATCH
   15.46 -	cd $src/qtdeclarative
   15.47 -	cp $SRC/$PATCH ./$PATCH
   15.48 -	patch -p1 -i $PATCH
   15.49 -	cd ..
   15.50 -
   15.51 -	# Build qmake (and all following things with it) using existing CFLAGS and LDFLAGS
   15.52 -	sed -i -e "s|^\(QMAKE_CFLAGS_RELEASE.*\)|\1 $CFLAGS -DQT_MATH_H_DEFINES_MACROS=1|" \
   15.53 -		qtbase/mkspecs/common/gcc-base.conf
   15.54 -	sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 $LDFLAGS|" \
   15.55 -		qtbase/mkspecs/common/g++-unix.conf
   15.56 -
   15.57 -	# Fix missing private includes https://bugreports.qt.io/browse/QTBUG-37417
   15.58 -	sed -e '/CMAKE_NO_PRIVATE_INCLUDES\ \=\ true/d' -i \
   15.59 -		qtbase/mkspecs/features/create_cmake.prf
   15.60 +#	echo "INCLUDEPATH += /usr/include/openssl-1.0" >> qtbase/src/network/network.pro
   15.61 +#	export OPENSSL_LIBS='-L/usr/lib/openssl-1.0 -lssl -lcrypto'
   15.62 +#
   15.63 +#	[ -s $SRC/$PATCH ] || wget -O $SRC/$PATCH $PATCH_URL$PATCH
   15.64 +#	cd $src/qtdeclarative
   15.65 +#	cp $SRC/$PATCH ./$PATCH
   15.66 +#	patch -p1 -i $PATCH
   15.67 +#	cd ..
   15.68 +#
   15.69 +#	# Build qmake (and all following things with it) using existing CFLAGS and LDFLAGS
   15.70 +#	sed -i -e "s|^\(QMAKE_CFLAGS_RELEASE.*\)|\1 $CFLAGS -DQT_MATH_H_DEFINES_MACROS=1|" \
   15.71 +#		qtbase/mkspecs/common/gcc-base.conf
   15.72 +#	sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 $LDFLAGS|" \
   15.73 +#		qtbase/mkspecs/common/g++-unix.conf
   15.74 +#
   15.75 +#	# Fix missing private includes https://bugreports.qt.io/browse/QTBUG-37417
   15.76 +#	sed -e '/CMAKE_NO_PRIVATE_INCLUDES\ \=\ true/d' -i \
   15.77 +#		qtbase/mkspecs/features/create_cmake.prf
   15.78  
   15.79  	./configure \
   15.80  		-prefix $QT5PREFIX \
    16.1 --- a/x11vnc/receipt	Wed Apr 11 01:07:35 2018 +0300
    16.2 +++ b/x11vnc/receipt	Thu Apr 12 09:48:04 2018 +0300
    16.3 @@ -15,9 +15,7 @@
    16.4  SPLIT="x11vnc-extra"
    16.5  
    16.6  compile_rules() {
    16.7 -	./configure \
    16.8 -		--prefix=/usr \
    16.9 -		$CONFIGURE_ARGS &&
   16.10 +	./configure $CONFIGURE_ARGS &&
   16.11  	make &&
   16.12  	make -j1 DESTDIR=$DESTDIR install || return 1
   16.13  
    17.1 --- a/xfce4-mixer/receipt	Wed Apr 11 01:07:35 2018 +0300
    17.2 +++ b/xfce4-mixer/receipt	Thu Apr 12 09:48:04 2018 +0300
    17.3 @@ -14,7 +14,6 @@
    17.4  BUILD_DEPENDS="intltool dbus-glib-dev gst0-plugins-base-dev gtk+-dev \
    17.5  libunique-dev libxfce4util-dev libxfce4ui-dev xfce4-panel-dev libkeybinder-dev \
    17.6  startup-notification-dev xorg-xcb-util-dev"
    17.7 -SPLIT="xfce4-mixer-dev"
    17.8  
    17.9  compile_rules() {
   17.10  	./configure \
   17.11 @@ -26,16 +25,8 @@
   17.12  }
   17.13  
   17.14  genpkg_rules() {
   17.15 -	case $PACKAGE in
   17.16 -		xfce4-mixer)
   17.17 -			copy @std
   17.18 -			DEPENDS="cairo dbus-glib gdk-pixbuf glib gst0-plugins-base \
   17.19 -			gstreamer0 gtk+ libkeybinder libunique libxfce4ui libxfce4util \
   17.20 -			xfce4-panel xfconf"
   17.21 -			;;
   17.22 -		*-dev)
   17.23 -			copy @dev
   17.24 -			;;
   17.25 -	esac
   17.26 +	copy @std
   17.27 +	DEPENDS="cairo dbus-glib gdk-pixbuf glib gst0-plugins-base gstreamer0 gtk+ \
   17.28 +	libkeybinder libunique libxfce4ui libxfce4util xfce4-panel xfconf"
   17.29  	TAGS="Xfce"
   17.30  }