summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2020-02-12 01:04:21 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2020-02-12 01:10:04 -0800
commitc793aa288187e2094355eb2aa841340adb48315c (patch)
tree55a86b227b327c6af59ab0c215c14fd2dc413bb2 /net-im/telegram-desktop/files
parentwww-servers/tomcat: restricted tomcat-servlet-api versions (diff)
downloadgentoo-c793aa288187e2094355eb2aa841340adb48315c.tar.gz
gentoo-c793aa288187e2094355eb2aa841340adb48315c.tar.bz2
gentoo-c793aa288187e2094355eb2aa841340adb48315c.zip
net-im/telegram-desktop: remove gtk3 useflag from 1.9.12
gtk integration is unneeded with system-qt according to upstream also remove unneeded musl patch and make possible to build without qdbus (patch will be upstream) Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'net-im/telegram-desktop/files')
-rw-r--r--net-im/telegram-desktop/files/1.9.12-dbus.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-im/telegram-desktop/files/1.9.12-dbus.patch b/net-im/telegram-desktop/files/1.9.12-dbus.patch
new file mode 100644
index 000000000000..d622645d8f8a
--- /dev/null
+++ b/net-im/telegram-desktop/files/1.9.12-dbus.patch
@@ -0,0 +1,13 @@
+diff --git a/cmake/external/CMakeLists.txt b/cmake/external/CMakeLists.txt
+index b52e2cd..e868a63 100644
+--- a/cmake/external/CMakeLists.txt
++++ b/cmake/external/CMakeLists.txt
+@@ -24,7 +24,7 @@ add_subdirectory(rlottie)
+ if (APPLE)
+ add_subdirectory(sp_media_key_tap)
+ endif()
+-if (LINUX)
++if (LINUX AND Qt5DBus_FOUND AND dbusmenu-qt5_FOUND)
+ add_subdirectory(statusnotifieritem)
+ endif()
+ add_subdirectory(variant)