From a74bf8f639bea8e1fc81f9f037fee1aaabc58c9f Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Thu, 4 Nov 2021 12:57:50 +1000 Subject: [PATCH] qsystray: bump version * move qnotify tool from qthaikuplugins * The second step is to split the qthaikuplugins recipe --- ....14.2.0.recipe => qsystray-5.15.2.14.recipe} | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) rename dev-qt/qsystray/{qsystray-5.14.2.0.recipe => qsystray-5.15.2.14.recipe} (58%) diff --git a/dev-qt/qsystray/qsystray-5.14.2.0.recipe b/dev-qt/qsystray/qsystray-5.15.2.14.recipe similarity index 58% rename from dev-qt/qsystray/qsystray-5.14.2.0.recipe rename to dev-qt/qsystray/qsystray-5.15.2.14.recipe index c08bb8ce6..d28282cb9 100644 --- a/dev-qt/qsystray/qsystray-5.14.2.0.recipe +++ b/dev-qt/qsystray/qsystray-5.15.2.14.recipe @@ -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 }