diff options
| -rw-r--r-- | CMakeLists.txt | 4 | ||||
| -rw-r--r-- | gnome/50-unity-launchers.xml.in (renamed from plugins/unityshell/50-unity-launchers.xml.in) | 0 | ||||
| -rw-r--r-- | po/POTFILES.in | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 199ad774c..16f7e5538 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -99,6 +99,8 @@ configure_file (${CMAKE_SOURCE_DIR}/config.h.cmake ${CMAKE_BINARY_DIR}/config.h) # find_package (Gettext REQUIRED) +set (COMPIZ_I18N_DIR ${CMAKE_SOURCE_DIR}/po) + add_custom_command (OUTPUT ${CMAKE_SOURCE_DIR}/po/unity.pot COMMAND xgettext -c --files-from ${CMAKE_SOURCE_DIR}/po/POTFILES.in --keyword=_ -o ${CMAKE_SOURCE_DIR}/po/unity.pot --copyright-holder="Canonical Ltd" --msgid-bugs-address="ayatana-dev@lists.launchpad.net" --no-wrap --no-location WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} @@ -175,6 +177,8 @@ add_subdirectory(tools) add_subdirectory(UnityCore) add_subdirectory(guides) +add_subdirectory(gnome) + # # GSettings Schema # diff --git a/plugins/unityshell/50-unity-launchers.xml.in b/gnome/50-unity-launchers.xml.in index 622e41cc1..622e41cc1 100644 --- a/plugins/unityshell/50-unity-launchers.xml.in +++ b/gnome/50-unity-launchers.xml.in diff --git a/po/POTFILES.in b/po/POTFILES.in index 33ce23678..04ae3e6fd 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -35,4 +35,4 @@ shortcuts/StandaloneShortcuts.cpp unity-shared/DashStyle.cpp unity-shared/SearchBar.cpp unity-shared/UScreen.cpp - +gnome/50-unity-launchers.xml.in |
