Title: [279506] trunk/Source
Revision
279506
Author
commit-qu...@webkit.org
Date
2021-07-02 09:05:57 -0700 (Fri, 02 Jul 2021)

Log Message

[GTK] Add new revision variable in pkgconfig file
https://bugs.webkit.org/show_bug.cgi?id=227629

Patch by Philippe Normand <pnorm...@igalia.com> on 2021-07-02
Reviewed by Michael Catanzaro.

Source/_javascript_Core:

* _javascript_coregtk.pc.in: Include SVN_REVISION as revision variable, useful for apps to
know on which upstream SVN revision their WebKitGTK-based app is built on.

Source/WebKit:

Include SVN_REVISION as revision variable, useful for apps to know on which upstream SVN
revision their WebKitGTK-based app is built on.

* gtk/webkit2gtk-web-extension.pc.in:
* gtk/webkit2gtk.pc.in:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (279505 => 279506)


--- trunk/Source/_javascript_Core/ChangeLog	2021-07-02 15:38:36 UTC (rev 279505)
+++ trunk/Source/_javascript_Core/ChangeLog	2021-07-02 16:05:57 UTC (rev 279506)
@@ -1,3 +1,13 @@
+2021-07-02  Philippe Normand  <pnorm...@igalia.com>
+
+        [GTK] Add new revision variable in pkgconfig file
+        https://bugs.webkit.org/show_bug.cgi?id=227629
+
+        Reviewed by Michael Catanzaro.
+
+        * _javascript_coregtk.pc.in: Include SVN_REVISION as revision variable, useful for apps to
+        know on which upstream SVN revision their WebKitGTK-based app is built on.
+
 2021-07-01  Yijia Huang  <yijia_hu...@apple.com>
 
         Remove unnecessary canBeInternal invocations to mitigate the cost of potential unmatched patterns in B3LowerToAir

Modified: trunk/Source/_javascript_Core/_javascript_coregtk.pc.in (279505 => 279506)


--- trunk/Source/_javascript_Core/_javascript_coregtk.pc.in	2021-07-02 15:38:36 UTC (rev 279505)
+++ trunk/Source/_javascript_Core/_javascript_coregtk.pc.in	2021-07-02 16:05:57 UTC (rev 279506)
@@ -2,6 +2,7 @@
 exec_prefix=${prefix}
 libdir=@LIB_INSTALL_DIR@
 includedir=${prefix}/include
+revision=@SVN_REVISION@
 
 Name: _javascript_CoreGTK+
 Description: GTK+ version of the _javascript_Core engine

Modified: trunk/Source/WebKit/ChangeLog (279505 => 279506)


--- trunk/Source/WebKit/ChangeLog	2021-07-02 15:38:36 UTC (rev 279505)
+++ trunk/Source/WebKit/ChangeLog	2021-07-02 16:05:57 UTC (rev 279506)
@@ -1,3 +1,16 @@
+2021-07-02  Philippe Normand  <pnorm...@igalia.com>
+
+        [GTK] Add new revision variable in pkgconfig file
+        https://bugs.webkit.org/show_bug.cgi?id=227629
+
+        Reviewed by Michael Catanzaro.
+
+        Include SVN_REVISION as revision variable, useful for apps to know on which upstream SVN
+        revision their WebKitGTK-based app is built on.
+
+        * gtk/webkit2gtk-web-extension.pc.in:
+        * gtk/webkit2gtk.pc.in:
+
 2021-07-02  Commit Queue  <commit-qu...@webkit.org>
 
         Unreviewed, reverting r279494.

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


--- trunk/Source/WebKit/gtk/webkit2gtk-web-extension.pc.in	2021-07-02 15:38:36 UTC (rev 279505)
+++ trunk/Source/WebKit/gtk/webkit2gtk-web-extension.pc.in	2021-07-02 16:05:57 UTC (rev 279506)
@@ -2,6 +2,7 @@
 exec_prefix=${prefix}
 libdir=@LIB_INSTALL_DIR@
 includedir=${prefix}/include
+revision=@SVN_REVISION@
 
 Name: WebKitGTK web process extensions
 Description: Web content engine for GTK - web process extensions

Modified: trunk/Source/WebKit/gtk/webkit2gtk.pc.in (279505 => 279506)


--- trunk/Source/WebKit/gtk/webkit2gtk.pc.in	2021-07-02 15:38:36 UTC (rev 279505)
+++ trunk/Source/WebKit/gtk/webkit2gtk.pc.in	2021-07-02 16:05:57 UTC (rev 279506)
@@ -2,6 +2,7 @@
 exec_prefix=${prefix}
 libdir=@LIB_INSTALL_DIR@
 includedir=${prefix}/include
+revision=@SVN_REVISION@
 
 Name: WebKitGTK
 Description: Web content engine for GTK
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to