mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
qsystray: bump version
* move qnotify tool from qthaikuplugins * The second step is to split the qthaikuplugins recipe
This commit is contained in:
47
dev-qt/qsystray/qsystray-5.15.2.14.recipe
Normal file
47
dev-qt/qsystray/qsystray-5.15.2.14.recipe
Normal file
@@ -0,0 +1,47 @@
|
||||
SUMMARY="Deskbar shelf helper for Qt applications"
|
||||
DESCRIPTION="Qt system tray tools for interaction with Deskbar shelf"
|
||||
HOMEPAGE="https://github.com/threedeyes/qthaikuplugins/"
|
||||
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="6156338b7b523c4045b54e3a2e5af99d07def72842083a01758bbdf5799cba27"
|
||||
SOURCE_DIR="qthaikuplugins-$portVersion"
|
||||
|
||||
ARCHITECTURES="all"
|
||||
|
||||
PROVIDES="
|
||||
qsystray = $portVersion
|
||||
cmd:qsystray = $portVersion
|
||||
cmd:qnotify = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:g++
|
||||
cmd:gcc
|
||||
cmd:ld
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd $sourceDir/tools/qsystray
|
||||
make $jobArgs
|
||||
|
||||
cd $sourceDir/tools/qnotify
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $binDir
|
||||
cp tools/qsystray/qsystray $binDir
|
||||
cp tools/qnotify/qnotify $binDir
|
||||
}
|
||||
Reference in New Issue
Block a user