mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
QssEditor: add recipe for version 0.5.6
This commit is contained in:
51
dev-qt/qsseditor/qsseditor-0.5.6.recipe
Normal file
51
dev-qt/qsseditor/qsseditor-0.5.6.recipe
Normal file
@@ -0,0 +1,51 @@
|
||||
SUMMARY="Tool to edit and preview Qt style sheets (QSS)"
|
||||
DESCRIPTION="QSS Editor is a tool to edit and preview Qt style sheets (QSS). \
|
||||
QSS description and reference: \
|
||||
http://qt-project.org/doc/qt-4.8/stylesheet.html
|
||||
|
||||
Features:
|
||||
* Realtime QSS editor with autocompletion
|
||||
* Preview widgets"
|
||||
HOMEPAGE="http://sourceforge.net/projects/qsseditor/"
|
||||
COPYRIGHT="2014 Dmitry Baryshe"
|
||||
LICENSE="GNU GPL v3"
|
||||
SOURCE_URI="http://sourceforge.net/projects/qsseditor/files/sources/qsseditor-$portVersion.zip"
|
||||
CHECKSUM_SHA256="3923b9e783957bc3485ef0bb67d78027d3eb586ee4acc5f99efbeb65ffc38998"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86"
|
||||
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
PROVIDES="
|
||||
qsseditor = $portVersion
|
||||
app:QssEditor = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku${secondaryArchSuffix}
|
||||
lib:libqt5$secondaryArchSuffix
|
||||
lib:libqscintilla2$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libqt5$secondaryArchSuffix
|
||||
devel:libqscintilla2$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:g++${secondaryArchSuffix}
|
||||
cmd:make
|
||||
cmd:which
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
qmake
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
cp QssEditor $appsDir
|
||||
addAppDeskbarSymlink $appsDir/QssEditor
|
||||
}
|
||||
Reference in New Issue
Block a user