Title: [225167] trunk/Source/WebKit
Revision
225167
Author
[email protected]
Date
2017-11-27 06:16:53 -0800 (Mon, 27 Nov 2017)

Log Message

[WPE][GTK] Improve contents of pkg-config .pc files
https://bugs.webkit.org/show_bug.cgi?id=180032

Reviewed by Carlos Garcia Campos.

* gtk/webkit2gtk-web-extension.pc.in: Add URL, edit Name and Description.
* gtk/webkit2gtk.pc.in: Add URL, edit Name.
* wpe/wpe-webkit.pc.in: Add URL, edit Name and Description.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (225166 => 225167)


--- trunk/Source/WebKit/ChangeLog	2017-11-27 13:20:53 UTC (rev 225166)
+++ trunk/Source/WebKit/ChangeLog	2017-11-27 14:16:53 UTC (rev 225167)
@@ -1,3 +1,14 @@
+2017-11-27  Adrian Perez de Castro  <[email protected]>
+
+        [WPE][GTK] Improve contents of pkg-config .pc files
+        https://bugs.webkit.org/show_bug.cgi?id=180032
+
+        Reviewed by Carlos Garcia Campos.
+
+        * gtk/webkit2gtk-web-extension.pc.in: Add URL, edit Name and Description.
+        * gtk/webkit2gtk.pc.in: Add URL, edit Name.
+        * wpe/wpe-webkit.pc.in: Add URL, edit Name and Description.
+
 2017-11-23  Darin Adler  <[email protected]>
 
         Fix dictionary leak in lookup, convert FindOptions to OptionSet, tweak code style nearby

Modified: trunk/Source/WebKit/gtk/webkit2gtk-web-extension.pc.in (225166 => 225167)


--- trunk/Source/WebKit/gtk/webkit2gtk-web-extension.pc.in	2017-11-27 13:20:53 UTC (rev 225166)
+++ trunk/Source/WebKit/gtk/webkit2gtk-web-extension.pc.in	2017-11-27 14:16:53 UTC (rev 225167)
@@ -3,8 +3,9 @@
 libdir=@LIB_INSTALL_DIR@
 includedir=${prefix}/include
 
-Name: WebKit2WebExtension
-Description: WebKit web process extensions
+Name: WebKitGTK+ Web process extensions
+Description: Web content engine for GTK+ - Web process extensions
+URL: https://webkitgtk.org
 Version: @PROJECT_VERSION@
 Requires: glib-2.0 gtk+-3.0 libsoup-2.4 _javascript_coregtk-@WEBKITGTK_API_VERSION@
 Libs: -L${libdir} -lwebkit2gtk-@WEBKITGTK_API_VERSION@

Modified: trunk/Source/WebKit/gtk/webkit2gtk.pc.in (225166 => 225167)


--- trunk/Source/WebKit/gtk/webkit2gtk.pc.in	2017-11-27 13:20:53 UTC (rev 225166)
+++ trunk/Source/WebKit/gtk/webkit2gtk.pc.in	2017-11-27 14:16:53 UTC (rev 225167)
@@ -3,8 +3,9 @@
 libdir=@LIB_INSTALL_DIR@
 includedir=${prefix}/include
 
-Name: WebKit2
+Name: WebKitGTK+
 Description: Web content engine for GTK+
+URL: https://webkitgtk.org
 Version: @PROJECT_VERSION@
 Requires: glib-2.0 gtk+-3.0 libsoup-2.4 _javascript_coregtk-@WEBKITGTK_API_VERSION@
 Libs: -L${libdir} -lwebkit2gtk-@WEBKITGTK_API_VERSION@

Modified: trunk/Source/WebKit/wpe/wpe-webkit.pc.in (225166 => 225167)


--- trunk/Source/WebKit/wpe/wpe-webkit.pc.in	2017-11-27 13:20:53 UTC (rev 225166)
+++ trunk/Source/WebKit/wpe/wpe-webkit.pc.in	2017-11-27 14:16:53 UTC (rev 225167)
@@ -3,8 +3,9 @@
 libdir=@LIB_INSTALL_DIR@
 includedir=${prefix}/include
 
-Name: WebKit2
-Description: WPE-flavored Web engine
+Name: WPE WebKit
+Description: Embeddable Web content engine
+URL: https://wpewebkit.org
 Version: @PROJECT_VERSION@
 Requires: glib-2.0 libsoup-2.4
 Libs: -L${libdir} -lWPEWebKit
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to