diff options
Diffstat (limited to 'irc/quassel/files/patch-icons_CMakeLists.txt')
-rw-r--r-- | irc/quassel/files/patch-icons_CMakeLists.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/irc/quassel/files/patch-icons_CMakeLists.txt b/irc/quassel/files/patch-icons_CMakeLists.txt new file mode 100644 index 000000000000..0019cfc4d382 --- /dev/null +++ b/irc/quassel/files/patch-icons_CMakeLists.txt @@ -0,0 +1,15 @@ +--- icons/CMakeLists.txt.orig 2015-04-23 20:47:17 UTC ++++ icons/CMakeLists.txt +@@ -30,7 +30,6 @@ if (WANT_MONO OR WANT_QTCLIENT) + endif() + + set(CLIENT_RCS ${CLIENT_RCS} ${ICON_RCS} PARENT_SCOPE) +-endif() + + # Application icon + +@@ -40,3 +39,4 @@ if (HAVE_KDE OR (UNIX AND NOT APPLE)) + install(FILES hicolor/48x48/apps/quassel.png DESTINATION /usr/share/pixmaps) + endif() + endif() ++endif() |