Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (8ad9dd2f610e423487e98321bd5c8c6f1472fa02)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (8ad9dd2f610e423487e98321bd5c8c6f1472fa02)
  • Date: Mon, 10 Jul 2023 13:40:45 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

http/firefox/DEPENDS | 2 +-
http/firefox/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 8ad9dd2f610e423487e98321bd5c8c6f1472fa02
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

http/firefox: fixed libx11 dependency check

diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index 0ab1bb3..76ddcfb 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -20,7 +20,7 @@ if [[ $FIREFOX_SCCACHE == 'y' ]]; then
fi &&

optional_depends libx11 "" "" "for X11 backend" &&
-if is_depends_enabled "${SPELL}" "wayland"; then
+if is_depends_enabled "${SPELL}" "libx11"; then
depends libxext &&
depends libxrender &&
depends libxt &&
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 7df05df..1889d9f 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,6 @@
+2023-07-10 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: corrected libx11 dependency check, (thanks go to Thomas
Orgis)
+
2023-07-07 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 115.0.1
* patches/*: updated



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (8ad9dd2f610e423487e98321bd5c8c6f1472fa02), Pavel Vinogradov, 07/10/2023

Archive powered by MHonArc 2.6.24.

Top of Page