Title: [169108] trunk
Revision
169108
Author
[email protected]
Date
2014-05-20 06:15:50 -0700 (Tue, 20 May 2014)

Log Message

[GTK] Rename translation domain as WebKit2GTK-3.0
https://bugs.webkit.org/show_bug.cgi?id=132953

Reviewed by Gustavo Noronha Silva.

.:
* Source/cmake/OptionsGTK.cmake:

Source/WebCore/platform/gtk/po:
* CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/ChangeLog (169107 => 169108)


--- trunk/ChangeLog	2014-05-20 12:34:01 UTC (rev 169107)
+++ trunk/ChangeLog	2014-05-20 13:15:50 UTC (rev 169108)
@@ -1,3 +1,12 @@
+2014-05-20  Carlos Garcia Campos  <[email protected]>
+
+        [GTK] Rename translation domain as WebKit2GTK-3.0
+        https://bugs.webkit.org/show_bug.cgi?id=132953
+
+        Reviewed by Gustavo Noronha Silva.
+
+        * Source/cmake/OptionsGTK.cmake:
+
 2014-05-18  Rik Cabanier  <[email protected]>
 
         support for navigator.hardwareConcurrency

Modified: trunk/Source/WebCore/platform/gtk/po/CMakeLists.txt (169107 => 169108)


--- trunk/Source/WebCore/platform/gtk/po/CMakeLists.txt	2014-05-20 12:34:01 UTC (rev 169107)
+++ trunk/Source/WebCore/platform/gtk/po/CMakeLists.txt	2014-05-20 13:15:50 UTC (rev 169108)
@@ -5,7 +5,7 @@
 # Source directory. Perhaps we want this, but for now disable it to maintain compatibility.
 set(GETTEXT_MSGMERGE_EXECUTABLE :)
 
-set(domain WebKitGTK-3.0)
+set(domain WebKit2GTK-3.0)
 set(build_directory ${CMAKE_BINARY_DIR}/Source/WebCore/platform/gtk/po)
 set(pot_file ${build_directory}/${domain}.pot)
 set(potfiles_file ${build_directory}/POTFILES)

Modified: trunk/Source/WebCore/platform/gtk/po/ChangeLog (169107 => 169108)


--- trunk/Source/WebCore/platform/gtk/po/ChangeLog	2014-05-20 12:34:01 UTC (rev 169107)
+++ trunk/Source/WebCore/platform/gtk/po/ChangeLog	2014-05-20 13:15:50 UTC (rev 169108)
@@ -1,3 +1,12 @@
+2014-05-20  Carlos Garcia Campos  <[email protected]>
+
+        [GTK] Rename translation domain as WebKit2GTK-3.0
+        https://bugs.webkit.org/show_bug.cgi?id=132953
+
+        Reviewed by Gustavo Noronha Silva.
+
+        * CMakeLists.txt:
+
 2014-04-08  Martin Robinson  <[email protected]>
 
         [GTK] Remove the WebKitGTK+ WebKit 1 code

Modified: trunk/Source/cmake/OptionsGTK.cmake (169107 => 169108)


--- trunk/Source/cmake/OptionsGTK.cmake	2014-05-20 12:34:01 UTC (rev 169107)
+++ trunk/Source/cmake/OptionsGTK.cmake	2014-05-20 13:15:50 UTC (rev 169108)
@@ -127,7 +127,7 @@
 set(WEBKITGTK_HEADER_INSTALL_DIR "${CMAKE_INSTALL_INCLUDEDIR}/webkitgtk-${WEBKITGTK_API_VERSION}")
 
 add_definitions(-DBUILDING_GTK__=1)
-add_definitions(-DGETTEXT_PACKAGE="WebKitGTK-${WEBKITGTK_API_VERSION}")
+add_definitions(-DGETTEXT_PACKAGE="WebKit2GTK-${WEBKITGTK_API_VERSION}")
 add_definitions(-DDATA_DIR="${CMAKE_INSTALL_DATADIR}")
 add_definitions(-DUSER_AGENT_GTK_MAJOR_VERSION=538)
 add_definitions(-DUSER_AGENT_GTK_MINOR_VERSION=35)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to