[Pkg-owncloud-commits] [owncloud-client] 482/484: Updated patch
Sandro Knauß
hefee-guest at moszumanska.debian.org
Wed Dec 16 00:38:25 UTC 2015
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit f35c34350e393ac44e62f1d56b84993a14678c5f
Author: Sandro Knauß <bugs at sandroknauss.de>
Date: Tue Dec 15 19:21:24 2015 +0100
Updated patch
Upsteam using SHAREDIR for i18n insteaf of DATADIR
---
debian/patches/0007-move-translations.patch | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/debian/patches/0007-move-translations.patch b/debian/patches/0007-move-translations.patch
index b6ceac4..e2b6579 100644
--- a/debian/patches/0007-move-translations.patch
+++ b/debian/patches/0007-move-translations.patch
@@ -9,9 +9,9 @@ Last-Update: 2015-03-22
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: owncloud-client/src/gui/application.cpp
===================================================================
---- owncloud-client.orig/src/gui/application.cpp 2015-10-17 16:38:18.614227976 +0200
-+++ owncloud-client/src/gui/application.cpp 2015-10-17 16:38:18.604227888 +0200
-@@ -82,7 +82,7 @@
+--- owncloud-client.orig/src/gui/application.cpp 2015-12-15 19:12:34.750699715 +0100
++++ owncloud-client/src/gui/application.cpp 2015-12-15 19:12:34.750699715 +0100
+@@ -84,7 +84,7 @@
#elif defined(Q_OS_MAC)
return QApplication::applicationDirPath()+QLatin1String("/../Resources/Translations"); // path defaults to app dir.
#elif defined(Q_OS_UNIX)
@@ -22,14 +22,14 @@ Index: owncloud-client/src/gui/application.cpp
}
Index: owncloud-client/src/gui/CMakeLists.txt
===================================================================
---- owncloud-client.orig/src/gui/CMakeLists.txt 2015-10-17 16:38:18.614227976 +0200
-+++ owncloud-client/src/gui/CMakeLists.txt 2015-10-17 16:38:18.604227888 +0200
-@@ -221,7 +221,7 @@
+--- owncloud-client.orig/src/gui/CMakeLists.txt 2015-12-15 19:12:34.750699715 +0100
++++ owncloud-client/src/gui/CMakeLists.txt 2015-12-15 19:12:51.358764758 +0100
+@@ -237,7 +237,7 @@
endforeach( _file )
endif(NOT WIN32)
-- install(FILES ${client_I18N} DESTINATION ${DATADIR}/${APPLICATION_EXECUTABLE}/i18n)
-+ install(FILES ${client_I18N} DESTINATION ${DATADIR}/${APPLICATION_EXECUTABLE}-client/i18n)
+- install(FILES ${client_I18N} DESTINATION ${SHAREDIR}/${APPLICATION_EXECUTABLE}/i18n)
++ install(FILES ${client_I18N} DESTINATION ${SHAREDIR}/${APPLICATION_EXECUTABLE}-client/i18n)
# we may not add MACOSX_BUNDLE here, if not building one
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list