From 6bdaf2633cbc7594a32cb01f042b758425bd3f4c Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Sun, 3 May 2020 23:42:37 +1000 Subject: [PATCH] QtHaikuPlugins: scale Deskbar icons --- dev-qt/qthaikuplugins/qthaikuplugins-5.14.2.0.recipe | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-qt/qthaikuplugins/qthaikuplugins-5.14.2.0.recipe b/dev-qt/qthaikuplugins/qthaikuplugins-5.14.2.0.recipe index 0990ba0cd..a1ea0f335 100644 --- a/dev-qt/qthaikuplugins/qthaikuplugins-5.14.2.0.recipe +++ b/dev-qt/qthaikuplugins/qthaikuplugins-5.14.2.0.recipe @@ -9,7 +9,7 @@ HOMEPAGE="https://github.com/threedeyes/qthaikuplugins/" COPYRIGHT="2017-2020 Gerasim Troeglazov" LICENSE="GNU LGPL v2.1 GNU LGPL v3" -REVISION="1" +REVISION="2" SOURCE_URI="$HOMEPAGE/archive/$portVersion.tar.gz" CHECKSUM_SHA256="52dfd3bda3d67cfb7075751cbee2fbb4326aa425200e149ca6f50f5be6f4a29d" SOURCE_DIR="qthaikuplugins-$portVersion" @@ -56,8 +56,7 @@ BUILD_PREREQUIRES=" BUILD() { cd $sourceDir/platforms/qhaikuplatform -# qmake . DEFINES+="USE_NEW_DESKBAR_API=1" - qmake . + qmake . DEFINES+="USE_NEW_DESKBAR_API=1" make $jobArgs cd $sourceDir/audio/qhaikuaudio