Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (cd81f1c4e6254f00eeeb938056d119edf3aa184c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (cd81f1c4e6254f00eeeb938056d119edf3aa184c)
  • Date: Sat, 17 Jun 2017 07:51:10 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

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

New commits:
commit cd81f1c4e6254f00eeeb938056d119edf3aa184c
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

firefox: gtk+2 is not supported anymore

diff --git a/http/firefox/CONFIGURE b/http/firefox/CONFIGURE
index a81b078..ef65f04 100755
--- a/http/firefox/CONFIGURE
+++ b/http/firefox/CONFIGURE
@@ -16,6 +16,5 @@ config_query FIREFOX_SDK \
config_query FIREFOX_PGO \
'Enable profile guided optimizations (takes twice as
long to build)?' \
n
-config_query_list FIREFOX_GTK_VERSION "Select a version of gtk+" 3 2 &&
config_query FIREFOX_WIDEVINE \
'Enable Widevine DRM' n
diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index fb547b1..44b6a5a 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -6,7 +6,7 @@ depends python
&&
depends icu "--with-system-icu" &&

depends glib2 &&
-depends "gtk+${FIREFOX_GTK_VERSION}"
"--enable-default-toolkit=cairo-gtk${FIREFOX_GTK_VERSION}" &&
+depends gtk+3 "--enable-default-toolkit=cairo-gtk3" &&
depends atk &&
depends libx11 &&
depends libxext &&
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index a0ed9c3..5b8c17b 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,7 @@
+2017-06-16 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, CONFIGURE: removed FIREFOX_GTK_VERSION, only gtk+3 is
+ supported
+
2017-06-14 Pavel Vinogradov <public AT sourcemage.org>
* BUILD: removed obsolete rusty flag




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (cd81f1c4e6254f00eeeb938056d119edf3aa184c), Ismael Luceno, 06/17/2017

Archive powered by MHonArc 2.6.24.

Top of Page