- Update to 2.8.8 - Refresh gcin-fix-qt5-iid.patch - Use %license for COPYING OBS-URL: https://build.opensuse.org/request/show/661559 OBS-URL: https://build.opensuse.org/package/show/M17N/gcin?expand=0&rev=92
23 lines
854 B
Diff
23 lines
854 B
Diff
From 7e8585ce969b760f5f0b9395b69ea6ea315036a2 Mon Sep 17 00:00:00 2001
|
|
From: Gary Ching-Pang Lin <chingpang@gmail.com>
|
|
Date: Sat, 24 Oct 2015 14:10:16 +0800
|
|
Subject: [PATCH] use the right qt5 iid
|
|
|
|
---
|
|
qt5-im/gcin-qt5.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: gcin-2.8.8/qt5-im/gcin-qt5.h
|
|
===================================================================
|
|
--- gcin-2.8.8.orig/qt5-im/gcin-qt5.h
|
|
+++ gcin-2.8.8/qt5-im/gcin-qt5.h
|
|
@@ -9,7 +9,7 @@ class QGcinPlatformInputContextPlugin :
|
|
{
|
|
Q_OBJECT
|
|
public:
|
|
- Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QPlatformInputContextFactoryInterface.5.1" FILE "gcin.json")
|
|
+ Q_PLUGIN_METADATA(IID QPlatformInputContextFactoryInterface_iid FILE "gcin.json")
|
|
QStringList keys() const;
|
|
QGcinPlatformInputContext *create(const QString& system, const QStringList& paramList);
|
|
};
|