[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 22/28: Fix install location of translations.

noreply at xfce.org noreply at xfce.org
Sat Aug 20 18:33:18 CEST 2016


This is an automated email from the git hooks/post-receive script.

gottcode pushed a commit to annotated tag v1.0.1
in repository panel-plugins/xfce4-whiskermenu-plugin.

commit 56f522db805bf33b5ff73f254687acd1fac2cd92
Author: Graeme Gott <graeme at gottcode.org>
Date:   Wed Jun 26 05:51:03 2013 -0400

    Fix install location of translations.
---
 po/de/CMakeLists.txt | 2 +-
 po/es/CMakeLists.txt | 2 +-
 po/id/CMakeLists.txt | 2 +-
 po/it/CMakeLists.txt | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/po/de/CMakeLists.txt b/po/de/CMakeLists.txt
index 01a9f28..19d839d 100644
--- a/po/de/CMakeLists.txt
+++ b/po/de/CMakeLists.txt
@@ -1 +1 @@
-GETTEXT_PROCESS_PO_FILES(de ALL INSTALL_DESTINATION ${CMAKE_INSTALL_LOCALEDIR} PO_FILES xfce4-whiskermenu-plugin.po)
+GETTEXT_PROCESS_PO_FILES(de ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} PO_FILES xfce4-whiskermenu-plugin.po)
diff --git a/po/es/CMakeLists.txt b/po/es/CMakeLists.txt
index 3383158..65d5da5 100644
--- a/po/es/CMakeLists.txt
+++ b/po/es/CMakeLists.txt
@@ -1 +1 @@
-GETTEXT_PROCESS_PO_FILES(es ALL INSTALL_DESTINATION ${CMAKE_INSTALL_LOCALEDIR} PO_FILES xfce4-whiskermenu-plugin.po)
+GETTEXT_PROCESS_PO_FILES(es ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} PO_FILES xfce4-whiskermenu-plugin.po)
diff --git a/po/id/CMakeLists.txt b/po/id/CMakeLists.txt
index 2a0d171..5a608ea 100644
--- a/po/id/CMakeLists.txt
+++ b/po/id/CMakeLists.txt
@@ -1 +1 @@
-GETTEXT_PROCESS_PO_FILES(id ALL INSTALL_DESTINATION ${CMAKE_INSTALL_LOCALEDIR} PO_FILES xfce4-whiskermenu-plugin.po)
+GETTEXT_PROCESS_PO_FILES(id ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} PO_FILES xfce4-whiskermenu-plugin.po)
diff --git a/po/it/CMakeLists.txt b/po/it/CMakeLists.txt
index b659596..3f4cc54 100644
--- a/po/it/CMakeLists.txt
+++ b/po/it/CMakeLists.txt
@@ -1 +1 @@
-GETTEXT_PROCESS_PO_FILES(it ALL INSTALL_DESTINATION ${CMAKE_INSTALL_LOCALEDIR} PO_FILES xfce4-whiskermenu-plugin.po)
+GETTEXT_PROCESS_PO_FILES(it ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} PO_FILES xfce4-whiskermenu-plugin.po)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list