Remove upstream-applicable fix-xdg-install-dir.patch.

ubuntu/cosmic
Simon Quigley 6 years ago
parent cdf08a8fbb
commit b67cec98d3

1
debian/changelog vendored

@ -5,6 +5,7 @@ nm-tray (0.4.0-0ubuntu1) UNRELEASED; urgency=medium
* Remove gilir as an uploader as he has left the team.
* Bump KF5 dependencies to 5.36.0.
* Update copyright.
* Remove upstream-applicable fix-xdg-install-dir.patch.
-- Simon Quigley <tsimonq2@ubuntu.com> Thu, 05 Jul 2018 17:34:18 -0500

@ -1,11 +0,0 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ set(TRANSLATION_DIR "${CMAKE_INSTALL_FUL
add_definitions(-DQT_NO_SIGNALS_SLOTS_KEYWORDS "-DTRANSLATION_DIR=\"${TRANSLATION_DIR}\"" "-DNM_TRAY_VERSION=\"${NM_TRAY_VERSION}\"")
if (NOT NM_TRAY_XDG_AUTOSTART_DIR)
#Note: we need the default to be /etc... (not the ${CMAKE_INSTALL_PREFIX}/etc)
- set(NM_TRAY_XDG_AUTOSTART_DIR "/${CMAKE_INSTALL_SYSCONFDIR}/xdg/autostart")
+ set(NM_TRAY_XDG_AUTOSTART_DIR "${CMAKE_INSTALL_SYSCONFDIR}/xdg/autostart")
endif ()
message(STATUS "Translations destination dir: ${TRANSLATION_DIR}")

@ -1 +0,0 @@
fix-xdg-install-dir.patch
Loading…
Cancel
Save