mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
QtHaikuPlugins: bump version
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
From 12b60ca7f246e0d55d6c2bcac983c74737366e5a Mon Sep 17 00:00:00 2001
|
||||
From: hanya <hanya.runo@gmail.com>
|
||||
Date: Fri, 2 Mar 2018 09:37:04 +0900
|
||||
Subject: [PATCH] Support OpenType fonts
|
||||
|
||||
---
|
||||
platforms/qhaikuplatform/haiku/qhaikuplatformfontdatabase.cpp | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/platforms/qhaikuplatform/haiku/qhaikuplatformfontdatabase.cpp b/platforms/qhaikuplatform/haiku/qhaikuplatformfontdatabase.cpp
|
||||
index c95abb7..d72a2d3 100644
|
||||
--- a/platforms/qhaikuplatform/haiku/qhaikuplatformfontdatabase.cpp
|
||||
+++ b/platforms/qhaikuplatform/haiku/qhaikuplatformfontdatabase.cpp
|
||||
@@ -70,7 +70,7 @@ void QHaikuPlatformFontDatabase::populateFontDatabase()
|
||||
for (int32 i = 0; i < fontPaths.CountStrings(); i++) {
|
||||
QDir dir(QLatin1String(fontPaths.StringAt(i).String()));
|
||||
QDirIterator qdi(dir.absolutePath(),
|
||||
- QStringList() << "*.ttf",
|
||||
+ QStringList() << "*.ttf" << "*.otf",
|
||||
QDir::Files, QDirIterator::Subdirectories);
|
||||
while (qdi.hasNext()) {
|
||||
const QByteArray file = QFile::encodeName(qdi.next());
|
||||
@@ -9,10 +9,10 @@ HOMEPAGE="https://github.com/threedeyes/qthaikuplugins/"
|
||||
COPYRIGHT="2017-2018 Gerasim Troeglazov"
|
||||
LICENSE="GNU LGPL v2.1
|
||||
GNU LGPL v3"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
|
||||
SOURCE_URI="$HOMEPAGE/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="8eb5a49728c4b26b5b97818eee9da4a51137478ae00724120aa8bc5ad38ca149"
|
||||
CHECKSUM_SHA256="6dc6b1f001ed0eaea34f73b732e2b75e04e296f011c7a46223745566f6b21140"
|
||||
SOURCE_DIR="qthaikuplugins-$portVersion"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
|
||||
Reference in New Issue
Block a user