2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

firefox: remove gtk+2 dependency

This commit is contained in:
Dylan Araps 2020-09-22 14:21:53 +03:00
parent 3ad7d21060
commit 06ba99bdb4
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
5 changed files with 1547 additions and 1 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh -e
patch -p1 < no-gtk2.patch
# Remove libc header which conflicts with 7 or so Linux
# kernel headers. See: https://github.com/kisslinux/repo/issues/207
sed -i '/net\/if/d' \

View File

@ -1,3 +1,4 @@
9328745012178aee5a4f47c833539f7872cc6e0f20a853568a313e60cabd1ec8
f0611136bee505811e9ca11ca7ac188ef5323a8e2ef19cffd3edb3cf08fd791e
3dce6601b495f5b3d45b59f7d2492a340ee7e84b5beca17e48f862502bd5603f
9a1be518b65e034df6e5adf9f24656b743b2411c3f825945ad41106850726440

View File

@ -11,7 +11,6 @@ freetype-harfbuzz
fribidi
gdk-pixbuf
glib
gtk+2 make
gtk+3
libICE
libSM

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,4 @@
https://ftp.mozilla.org/pub/firefox/releases/81.0/source/firefox-81.0.source.tar.xz
https://ftp.gnu.org/gnu/autoconf/autoconf-2.13.tar.gz autoconf2.13/
https://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz yasm/
patches/no-gtk2.patch