qsystray: bump version

* move qnotify tool from qthaikuplugins
* The second step is to split the qthaikuplugins recipe
This commit is contained in:
Gerasim Troeglazov
2021-11-04 12:57:50 +10:00
parent 8c197355b8
commit a74bf8f639

View File

@@ -1,12 +1,12 @@
SUMMARY="Deskbar shelf helper for Qt applications"
DESCRIPTION="Qt system tray manager for interaction with Deskbar shelf"
DESCRIPTION="Qt system tray tools for interaction with Deskbar shelf"
HOMEPAGE="https://github.com/threedeyes/qthaikuplugins/"
COPYRIGHT="2012-2020 Gerasim Troeglazov"
COPYRIGHT="2012-2021 Gerasim Troeglazov"
LICENSE="GNU LGPL v2.1
GNU LGPL v3"
REVISION="1"
SOURCE_URI="https://github.com/threedeyes/qthaikuplugins/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="52dfd3bda3d67cfb7075751cbee2fbb4326aa425200e149ca6f50f5be6f4a29d"
CHECKSUM_SHA256="6156338b7b523c4045b54e3a2e5af99d07def72842083a01758bbdf5799cba27"
SOURCE_DIR="qthaikuplugins-$portVersion"
ARCHITECTURES="all"
@@ -14,6 +14,7 @@ ARCHITECTURES="all"
PROVIDES="
qsystray = $portVersion
cmd:qsystray = $portVersion
cmd:qnotify = $portVersion
"
REQUIRES="
haiku
@@ -31,12 +32,16 @@ BUILD_PREREQUIRES="
BUILD()
{
cd tools/qsystray
make
cd $sourceDir/tools/qsystray
make $jobArgs
cd $sourceDir/tools/qnotify
make $jobArgs
}
INSTALL()
{
mkdir -p $binDir
cp -af tools/qsystray/qsystray $binDir
cp tools/qsystray/qsystray $binDir
cp tools/qnotify/qnotify $binDir
}