wok rev 24787

lxqt-panel: worldclock plugin removed
author Hans-G?nter Theisgen
date Mon Mar 21 09:17:44 2022 +0100 (2022-03-21)
parents 4b6179b7c1cd
children 125ccb253e50
files lxqt-panel/description.txt lxqt-panel/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lxqt-panel/description.txt	Mon Mar 21 09:17:44 2022 +0100
     1.3 @@ -0,0 +1,10 @@
     1.4 +Lxqt-panel represents the taskbar of LXQt.
     1.5 +
     1.6 +The elements available in lxqt-panel are called "plugin" technically.
     1.7 +This applies e. g. to the source code where they reside in directories
     1.8 +./plugin-<plugin> like plugin-mainmenu.
     1.9 +In contrast to this they are called "widgets" by the configuration GUI
    1.10 +so far.
    1.11 +Also, a more descriptive term is used to refer to distinct plugins within
    1.12 +the GUI. E. g. the aforementioned plugin-mainmenu is called
    1.13 +"Application menu" that way.
     2.1 --- a/lxqt-panel/receipt	Mon Mar 21 08:06:51 2022 +0100
     2.2 +++ b/lxqt-panel/receipt	Mon Mar 21 09:17:44 2022 +0100
     2.3 @@ -3,24 +3,25 @@
     2.4  PACKAGE="lxqt-panel"
     2.5  VERSION="0.8.0"
     2.6  CATEGORY="system-tools"
     2.7 -SHORT_DESC="The LXQt desktop panel"
     2.8 +TAGS="LXQt"
     2.9 +SHORT_DESC="The LXQt desktop panel."
    2.10  MAINTAINER="al.bobylev@gmail.com"
    2.11  LICENSE="LGPL2.1"
    2.12  WEB_SITE="https://github.com/lxde/lxqt-panel"
    2.13 +
    2.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.15  WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
    2.16 -TAGS="LXQt"
    2.17  
    2.18 -DEPENDS="alsa-lib icu libQtCore libQtDBus libQtGui libQtXml libqtxdg \
    2.19 -libstatgrab lm-sensors pcre xorg-libX11 xorg-libXcomposite xorg-libXdamage \
    2.20 -xorg-libXext xorg-libXfixes xorg-libXrender lxqt-globalkeys liblxqt \
    2.21 -liblxqt-mount menu-cache libsysstat"
    2.22  SUGGESTED="qastools xscreensaver"
    2.23 -BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake xorg-libX11-dev liblxqt-dev \
    2.24 -libqtxdg-dev lxqt-globalkeys-dev liblxqt-mount-dev xorg-libXcomposite-dev \
    2.25 -xorg-libXdamage-dev xorg-libXrender-dev menu-cache-dev libstatgrab-dev \
    2.26 -lm-sensors-dev alsa-lib-dev libsysstat-dev icu-dev grep glib-dev \
    2.27 -libQtMimeTypes-dev"
    2.28 +DEPENDS="alsa-lib gcc83-lib-base icu liblxqt liblxqt-mount libQtCore libQtDBus
    2.29 +	libQtGui libqtxdg libQtXml libstatgrab libsysstat lm-sensors
    2.30 +	lxqt-globalkeys menu-cache pcre xorg-libX11 xorg-libXcomposite
    2.31 +	xorg-libXdamage xorg-libXext xorg-libXfixes xorg-libXrender"
    2.32 +BUILD_DEPENDS="alsa-lib-dev cacerts cmake gcc83 glib-dev grep icu-dev
    2.33 +	liblxqt-dev liblxqt-mount-dev libQtMimeTypes-dev libqtxdg-dev
    2.34 +	libstatgrab-dev libsysstat-dev lm-sensors-dev lxqt-globalkeys-dev
    2.35 +	menu-cache-dev qmake Qt4-dev xorg-libX11-dev xorg-libXcomposite-dev
    2.36 +	xorg-libXdamage-dev xorg-libXrender-dev "
    2.37  
    2.38  current_version()
    2.39  {
    2.40 @@ -33,21 +34,30 @@
    2.41  {
    2.42  	patch -p0 < $stuff/fix_sysstat_plugin.patch
    2.43  
    2.44 -	mkdir build; cd build
    2.45 -	cmake \
    2.46 -		-DCMAKE_INSTALL_PREFIX=/usr \
    2.47 -		-DVOLUME_USE_PULSEAUDIO=No \
    2.48 -		-DTEATIME_PLUGIN=Yes \
    2.49 -		.. &&
    2.50 +	export	CC=gcc-83
    2.51 +	export	CXX=g++-83
    2.52 +
    2.53 +	mkdir	_build &&
    2.54 +	cd	_build &&
    2.55 +	cmake	..				\
    2.56 +		-D CMAKE_INSTALL_PREFIX=/usr	\
    2.57 +		-D VOLUME_USE_PULSEAUDIO=No	\
    2.58 +		-D TEATIME_PLUGIN=Yes		\
    2.59 +		-D WORLDCLOCK_PLUGIN=No &&
    2.60  	make &&
    2.61 -	make DESTDIR=$install install
    2.62 +	make install DESTDIR=$install
    2.63 +# WORLDCLOCK_PLUGIN=No, to avoid
    2.64 +# lxqtworldclock.cpp:154:9: error: 'UnicodeString' was not declared in this scope
    2.65 +# until a solution is found
    2.66  }
    2.67  
    2.68  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.69  genpkg_rules()
    2.70  {
    2.71  	mkdir -p $fs/usr/share/lxqt/lxqt-panel
    2.72 -	cp -a $install/etc $fs
    2.73 -	cp -a $install/usr/bin $install/usr/lib $fs/usr
    2.74 -	cp -a $install/usr/share/lxqt/lxqt-panel/*.desktop $fs/usr/share/lxqt/lxqt-panel
    2.75 +
    2.76 +	cp -a $install/etc			$fs
    2.77 +	cp -a $install/usr/bin $install/usr/lib	$fs/usr
    2.78 +	cp -a $install/usr/share/lxqt/lxqt-panel/*.desktop \
    2.79 +						$fs/usr/share/lxqt/lxqt-panel
    2.80  }