Files
haikuports/dev-qt/qsystray/qsystray-5.11.2.2.recipe
Gerasim Troeglazov 65d5f5a987 QSysTray: bump version
* add support for resizable tray
* switch source to actual repo
2018-11-18 20:02:17 +10:00

43 lines
816 B
Bash

SUMMARY="Deskbar shelf helper for Qt 4/5 applications"
DESCRIPTION="Qt system tray manager for interaction with Deskbar shelf"
HOMEPAGE="https://github.com/threedeyes/qthaikuplugins/"
COPYRIGHT="2012-2018 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="00add1d86a35650b08e608d76bda026057dd03ea481a689c993a146de811dd97"
SOURCE_DIR="qthaikuplugins-$portVersion"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
qsystray = $portVersion
cmd:qsystray = $portVersion
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
cmd:g++
cmd:gcc
cmd:ld
cmd:make
"
BUILD()
{
cd tools/qsystray
make
}
INSTALL()
{
mkdir -p $binDir
cp -af tools/qsystray/qsystray $binDir
}