From 4348e58da1a79e6f81dc295a243ee0f062e2d0cc Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Wed, 18 Nov 2015 01:52:06 +0300 Subject: [PATCH] QssEditor: add recipe for version 0.5.6 --- dev-qt/qsseditor/qsseditor-0.5.6.recipe | 51 +++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 dev-qt/qsseditor/qsseditor-0.5.6.recipe diff --git a/dev-qt/qsseditor/qsseditor-0.5.6.recipe b/dev-qt/qsseditor/qsseditor-0.5.6.recipe new file mode 100644 index 000000000..41e164215 --- /dev/null +++ b/dev-qt/qsseditor/qsseditor-0.5.6.recipe @@ -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 +}