Changeset 169108 in webkit


Ignore:
Timestamp:
May 20, 2014 6:15:50 AM (10 years ago)
Author:
Carlos Garcia Campos
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:
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r169017 r169108  
     12014-05-20  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        [GTK] Rename translation domain as WebKit2GTK-3.0
     4        https://bugs.webkit.org/show_bug.cgi?id=132953
     5
     6        Reviewed by Gustavo Noronha Silva.
     7
     8        * Source/cmake/OptionsGTK.cmake:
     9
    1102014-05-18  Rik Cabanier  <cabanier@adobe.com>
    211
  • trunk/Source/WebCore/platform/gtk/po/CMakeLists.txt

    r161370 r169108  
    66set(GETTEXT_MSGMERGE_EXECUTABLE :)
    77
    8 set(domain WebKitGTK-3.0)
     8set(domain WebKit2GTK-3.0)
    99set(build_directory ${CMAKE_BINARY_DIR}/Source/WebCore/platform/gtk/po)
    1010set(pot_file ${build_directory}/${domain}.pot)
  • trunk/Source/WebCore/platform/gtk/po/ChangeLog

    r166979 r169108  
     12014-05-20  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        [GTK] Rename translation domain as WebKit2GTK-3.0
     4        https://bugs.webkit.org/show_bug.cgi?id=132953
     5
     6        Reviewed by Gustavo Noronha Silva.
     7
     8        * CMakeLists.txt:
     9
    1102014-04-08  Martin Robinson  <mrobinson@igalia.com>
    211
  • trunk/Source/cmake/OptionsGTK.cmake

    r169017 r169108  
    128128
    129129add_definitions(-DBUILDING_GTK__=1)
    130 add_definitions(-DGETTEXT_PACKAGE="WebKitGTK-${WEBKITGTK_API_VERSION}")
     130add_definitions(-DGETTEXT_PACKAGE="WebKit2GTK-${WEBKITGTK_API_VERSION}")
    131131add_definitions(-DDATA_DIR="${CMAKE_INSTALL_DATADIR}")
    132132add_definitions(-DUSER_AGENT_GTK_MAJOR_VERSION=538)
Note: See TracChangeset for help on using the changeset viewer.