mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
ToDoListManager: small Qt tool to organize you projects (#3674)
This commit is contained in:
committed by
Sergei Reznikov
parent
efbcd7305b
commit
1d1e0f8822
57
dev-qt/todolistmanager/todolistmanager-0.11.recipe
Normal file
57
dev-qt/todolistmanager/todolistmanager-0.11.recipe
Normal file
@@ -0,0 +1,57 @@
|
||||
SUMMARY="A small todo list manager"
|
||||
DESCRIPTION="Plan your projects in a list of priorities."
|
||||
HOMEPAGE="https://github.com/computerfr33k/To-Do-List-Manager"
|
||||
COPYRIGHT="2015 computerfr33k"
|
||||
LICENSE="GNU LGPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/computerfr33k/To-Do-List-Manager/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="9c29222d418a0d7316f0c93539d138a5fb75ba161fcf440127e7790b371ebe33"
|
||||
SOURCE_FILENAME="ToDoListManager-$portVersion.tar.gz"
|
||||
SOURCE_DIR="To-Do-List-Manager-$portVersion"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
todolistmanager$secondaryArchSuffix = $portVersion
|
||||
app:ToDoListManager
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libGL$secondaryArchSuffix
|
||||
lib:libQt5Core$secondaryArchSuffix
|
||||
lib:libQt5Gui$secondaryArchSuffix
|
||||
lib:libQt5Network$secondaryArchSuffix
|
||||
lib:libQt5Sql$secondaryArchSuffix
|
||||
lib:libQt5Widgets$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libQt5Core$secondaryArchSuffix
|
||||
devel:libQt5Gui$secondaryArchSuffix
|
||||
devel:libQt5Network$secondaryArchSuffix
|
||||
devel:libQt5Sql$secondaryArchSuffix
|
||||
devel:libQt5Widgets$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:doxygen
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:qmake$secondaryArchSuffix >= 5
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
qmake .
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
cp "To-Do-List-Manager" $appsDir
|
||||
addAppDeskbarSymlink $appsDir/"To-Do-List-Manager"
|
||||
}
|
||||
Reference in New Issue
Block a user