QtHaikuPlugins: bump version

* Use real modality for modal windows
* Respect Deskbar when zooming
* Use ContolLook for HeaderSection (Column view)
* Remove mnemonics from windows title
* Don't translate system shortcut (ctrl+tab) to Qt window
This commit is contained in:
Gerasim Troeglazov
2018-06-21 05:23:33 +00:00
parent 10d9346d5e
commit 52ea7895fc
2 changed files with 1 additions and 73 deletions

View File

@@ -1,72 +0,0 @@
SUMMARY="Haiku platform plugins for Qt5"
DESCRIPTION="Qt modules for integration with Haiku:
* qthaikustyle is a plugin which utilizes BControlLook to \
provide a native look and feel for Qt applications.
* qhaikuplatform is a Qt Platform Abstraction library which \
provides support for clipboard, system fonts, window look, \
icons, cursors, OpenGL support, drag-n-drop, etc."
HOMEPAGE="https://github.com/threedeyes/qthaikuplugins/"
COPYRIGHT="2017-2018 Gerasim Troeglazov"
LICENSE="GNU LGPL v2.1
GNU LGPL v3"
REVISION="1"
SOURCE_URI="$HOMEPAGE/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="0e93c6c6c76d1ae742a4f104c8e136949af1c6e2b9b33638736ebc41aa849241"
SOURCE_DIR="qthaikuplugins-$portVersion"
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
qthaikuplugins$secondaryArchSuffix = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libQt5Core$secondaryArchSuffix
lib:libQt5Gui$secondaryArchSuffix
lib:libQt5Widgets$secondaryArchSuffix
"
REPLACES="
qthaikustyle$secondaryArchSuffix
"
SUPPLEMENTS="
qt5$secondaryArchSuffix
"
BUILD_REQUIRES="
breeze_icons$secondaryArchSuffix
haiku${secondaryArchSuffix}_devel
devel:libQt5Core$secondaryArchSuffix >= 5.7
devel:libfreetype$secondaryArchSuffix
devel:libfontconfig$secondaryArchSuffix
devel:libglib_2.0$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:g++$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:make
cmd:pkg_config$secondaryArchSuffix
cmd:qmake$secondaryArchSuffix >= 5.7
"
BUILD()
{
cd $sourceDir/platforms/qhaikuplatform
qmake .
make $jobArgs
cd $sourceDir/styles/qthaikustyle
qmake .
make $jobArgs
}
INSTALL()
{
mkdir -p $addOnsDir/Qt5
cp -fr $sourceDir/platforms/qhaikuplatform/plugins/platforms $addOnsDir/Qt5
cp -fr $sourceDir/styles/qthaikustyle/plugins/styles $addOnsDir/Qt5
$sourceDir/icons/build.sh $dataDir
}

View File

@@ -12,7 +12,7 @@ LICENSE="GNU LGPL v2.1
REVISION="1"
SOURCE_URI="$HOMEPAGE/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="1ab8bd89c171aa1e494b80f207a7d37ff420ba64f1533bdd2aed9f6b4e939ba1"
CHECKSUM_SHA256="3ad18406458ee720fb7181b001146974d51f51abb591301d8ffac0f8e7800e90"
SOURCE_DIR="qthaikuplugins-$portVersion"
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"