Age | Commit message (Collapse) | Author |
|
This is mostly related to a recent switch of about:addons from XUL to
HTML [1].
extensions.webservice.discoverURL has been removed upstream, see [2].
extensions.getAddons.search.url seems to be removed as well, but could
not find any proofs except that source code search doesn't find it
anymore. Couldn't see any effect from it either (see [4]).
That's why removed those two. Also changed the search engines URL to a
more appropriate one, and also disabled 'Recommendations' section the
same way Tor Browser Bundle does this [3].
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1558982
[2] https://bugzilla.mozilla.org/show_bug.cgi?id=1544011
[3] https://trac.torproject.org/projects/tor/ticket/22073
[4] http://kb.mozillazine.org/Extensions.getAddons.search.url
Signed-off-by: Andreas Grapentin <andreas@grapentin.org>
|
|
Signed-off-by: Andreas Grapentin <andreas@grapentin.org>
|
|
Signed-off-by: Andreas Grapentin <andreas@grapentin.org>
|
|
Signed-off-by: David P <megver83@parabola.nu>
|
|
Signed-off-by: David P <megver83@parabola.nu>
|
|
Signed-off-by: David P <megver83@parabola.nu>
|
|
Signed-off-by: David P <megver83@parabola.nu>
|
|
Signed-off-by: David P <megver83@parabola.nu>
|
|
|
|
|
|
Signed-off-by: Andreas Grapentin <andreas@grapentin.org>
|
|
missing dependency
It won't build without qt5-webchannel that is now required if building
without qt5-webengine.
Signed-off-by: Andreas Grapentin <andreas@grapentin.org>
|
|
Signed-off-by: Andreas Grapentin <andreas@grapentin.org>
|
|
Signed-off-by: Andreas Grapentin <andreas@grapentin.org>
|
|
Signed-off-by: Andreas Grapentin <andreas@grapentin.org>
|
|
Signed-off-by: Andreas Grapentin <andreas@grapentin.org>
|
|
Signed-off-by: David P <megver83@parabola.nu>
|
|
Signed-off-by: David P <megver83@parabola.nu>
|
|
Signed-off-by: David P <megver83@parabola.nu>
|
|
|
|
Signed-off-by: David P <megver83@parabola.nu>
|
|
|
|
According to the commits refencencing such libraries in the
jitsi git, the libraries seem to have been optional at the
beginning and have been introduced to improve performances.
Running jitsi on the command line doesn't output errors that
seem to be related to the removal of the libraries, while it
does on architectures like armv7h that ended having x86 libraries
being shipped.
Note that compiled Java bytecode is present in jars, but removing
all of them makes the build fail.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
|
|
Jitsi has ELF libraries in /usr/lib/jitsi/lib/native/ such as:
- libgalagonotification.so
- libglobalshortcut.so
- libhid.so
- libhwaddressretriever.so
- libjdic_misc.so
- libsysactivitynotifications.so
- libunix-java.so
Jitsi probably interfaces with such libraries through JNI.
When running jitsi on i686, while the GUI works and text messaging
seem to work fine, there are errors showing up when running it from the
console:
java.lang.UnsatisfiedLinkError: /usr/lib/jitsi/lib/native/libglobalshortcut.so:
/usr/lib/jitsi/lib/native/libglobalshortcut.so: wrong ELF class: ELFCLASS64
(Possible cause: architecture word width mismatch)
This makes jitsi architecture specific again.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
|
|
|
|
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
these two are outdated, and although I've been able to update belle-sip, the new linphone-desktop hasn't built successfully
in the meantime, users can install it through flatpak as explained in their download page -> https://linphone.org/technical-corner/linphone?qt-technical_corner=2#qt-technical_corner
Signed-off-by: David P <megver83@parabola.nu>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
i686 builds with gcc not clang, no need to remove debug flags for it.
Signed-off-by: Andreas Grapentin <andreas@grapentin.org>
|
|
Single previous pref is not enough, effect is seen only with both.
Signed-off-by: Andreas Grapentin <andreas@grapentin.org>
|
|
Signed-off-by: Andreas Grapentin <andreas@grapentin.org>
|
|
Signed-off-by: Andreas Grapentin <andreas@grapentin.org>
|
|
Signed-off-by: Andreas Grapentin <andreas@grapentin.org>
|
|
There are 2k+ files in Firefox source code that contain
'Firefox' (case sensitive). I guess it's not practical to patch them
all that way. Batch search and replace looks like a better approach,
more like in Abrowser from Trisquel.
Signed-off-by: Andreas Grapentin <andreas@grapentin.org>
|
|
Let's stick as close to upstream as possible. I've made these changes
after comparing PKGBUILDs from Arch Linux and Arch Linux ARM. For ARM,
some options like "ac_add_options --enable-hardening" are commented,
and that does not mean they can be replaced by e.g.
"ac_add_options --disable-hardening". Instead, that means these options
are just reset to default values, which can be different now or later.
Signed-off-by: Andreas Grapentin <andreas@grapentin.org>
|
|
Signed-off-by: Andreas Grapentin <andreas@grapentin.org>
|
|
still on poppler 0.82)
|
|
|