purpose: remove telegram patch

This commit is contained in:
John 2018-08-27 23:27:19 +02:00 committed by Johannes
parent e21fe33840
commit 482504373c
2 changed files with 1 additions and 23 deletions

View File

@ -1,22 +0,0 @@
--- src/plugins/telegram/telegramplugin.json 2018-08-04 13:02:51.000000000 +0200
+++ - 2018-08-14 17:08:58.242306671 +0200
@@ -58,7 +58,7 @@
"X-Purpose-Constraints": [
[
"application:org.telegram.desktop.desktop",
- "application:telegramdesktop.desktop"
+ "application:telegram-desktop.desktop"
]
],
"X-Purpose-PluginTypes": [
--- src/plugins/telegram/telegramplugin.cpp 2018-08-14 17:16:20.962221257 +0200
+++ - 2018-08-14 17:16:28.212418466 +0200
@@ -56,7 +56,7 @@
void start() override
{
- for (const QString &desktopFile: {QStringLiteral("org.telegram.desktop.desktop"), QStringLiteral("telegramdesktop.desktop") }) {
+ for (const QString &desktopFile: {QStringLiteral("org.telegram.desktop.desktop"), QStringLiteral("telegram-desktop.desktop") }) {
const auto path = QStandardPaths::locate(QStandardPaths::ApplicationsLocation, desktopFile);
if (!path.isEmpty()) {
useDesktopFile(path);

View File

@ -1,7 +1,7 @@
# Template file for 'purpose'
pkgname=purpose
version=5.49.0
revision=1
revision=2
build_style=cmake
hostmakedepends="qt5-qmake qt5-host-tools extra-cmake-modules python"
makedepends="qt5-devel qt5-declarative-devel kcoreaddons-devel kconfig-devel kio-devel"