SHA256
1
0
forked from pool/marble
marble/do_not_build_qtonly_and_mobile.diff
Stephan Kulow 23272a8151 Accepting request 231502 from KDE:Distro:Factory
- remove additional desktop files as they cause multiple non 
  distinguishable entries in the menu (kde#327405)
  Do not build qt only version and mobile version (added patch
  do_not_build_qtonly_and_mobile.diff)

corresponding lines to the desktop files are now removed and the qt-only version and mobile version are no longer build, as shumski suggested. The 
touch version is still build but no desktop file installed. (forwarded request 231501 from christiantrippe)

OBS-URL: https://build.opensuse.org/request/show/231502
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/marble?expand=0&rev=51
2014-05-02 13:11:06 +00:00

12 lines
390 B
Diff

Index: src/apps/CMakeLists.txt
===================================================================
--- src/apps/CMakeLists.txt.orig 2014-03-31 09:51:15.000000000 +0200
+++ src/apps/CMakeLists.txt 2014-04-25 22:22:29.253322142 +0200
@@ -1,6 +1,4 @@
add_subdirectory(marble-ui)
-add_subdirectory(marble-qt)
-add_subdirectory(marble-mobile)
if (NOT QTONLY)
add_subdirectory(marble-kde)