Package Details: firefox-kde-opensuse 134.0.2-1

Git Clone URL: https://aur.archlinux.org/firefox-kde-opensuse.git (read-only, click to copy)
Package Base: firefox-kde-opensuse
Description: Standalone web browser from mozilla.org with OpenSUSE patch, integrate better with KDE
Upstream URL: https://github.com/openSUSE/firefox-maintenance
Keywords: browser gecko web
Licenses: GPL, MPL, LGPL
Conflicts: firefox
Provides: firefox
Submitter: csslayer
Maintainer: Thaodan
Last Packager: Thaodan
Votes: 336
Popularity: 0.007702
First Submitted: 2009-12-11 09:10 (UTC)
Last Updated: 2025-02-03 15:56 (UTC)

Required by (181)

Sources (35)

Pinned Comments

Thaodan commented on 2021-04-20 17:40 (UTC) (edited on 2021-04-21 22:45 (UTC) by Thaodan)

If you have issues with this package visit gitlab and read the readme first.

Latest Comments

« First ‹ Previous 1 .. 53 54 55 56 57 58 59 60 61 62 63 .. 140 Next › Last »

mober commented on 2015-04-22 14:15 (UTC)

Updated the pkgbuild yesterday locally, because my firefox did not start anymore (XPCOMGlueLoad error for file /usr/lib/firefox/libxul.so). Here is the diff/patch from firefox 37.0.1 to 37.0.2: http://privatepaste.com/1670af55ff --- PKGBUILD 2015-04-04 17:53:04.000000000 +0200 +++ PKGBUILD.37.0.2 2015-04-22 16:01:41.548940566 +0200 @@ -8,7 +8,7 @@ #_pgo=true pkgname=firefox-kde-opensuse -pkgver=37.0.1 +pkgver=37.0.2 pkgrel=1 pkgdesc="Standalone web browser from mozilla.org with OpenSUSE patch, integrate better with KDE" arch=('i686' 'x86_64') @@ -28,7 +28,7 @@ conflicts=('firefox') install=firefox.install options=('!emptydirs' '!makeflags') -_patchrev=0d861c33ec70 +_patchrev=d995ef5231ed _patchurl=http://www.rosenauer.org/hg/mozilla/raw-file/$_patchrev source=(http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2 #http://download.cdn.mozilla.net/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2 @@ -144,7 +144,7 @@ ln -sf firefox "$pkgdir/usr/lib/firefox/firefox-bin" } -sha256sums=('8d10aab49017f0222dbbe4811b953d2ce61737ba612b13a98dcd4379510e18e6' +sha256sums=('17d0258c1b4930d618e17ef64bdc4a919d215bd7460696b9855a152324e37a96' 'd6468f627873bdfade1d62a3d84fbb3f53f57b233e691e4d28cda3d7e3e5096e' 'c202e5e18da1eeddd2e1d81cb3436813f11e44585ca7357c4c5f1bddd4bec826' 'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'

x-user commented on 2015-04-17 17:36 (UTC)

You may try compile using default values of gcc -march and -mtune flags. Sory for my bad english.

mareex commented on 2015-04-16 20:19 (UTC)

Works fine with Thaodan's advice. Why not put something like (sleep 120 && mkdir -p obj-x86_64-unknown-linux-gnu/dist/bin/defaults/pref && cp "$srcdir/kde.js" obj-x86_64-unknown-linux-gnu/dist/bin/defaults/pref) & before xvfb-run -a -s "-extension GLX -screen 0 1280x1024x24" \

mareex commented on 2015-04-16 15:02 (UTC)

Thx Thadoan I am just giving it my last try. Now waiting for "pref" to be created. ;-)

Thaodan commented on 2015-04-16 14:51 (UTC)

@mareex: I get the same issue, I workaround this by coping kde.js to src/mozilla-release/obj-x86_64-unknown-linux-gnu/dist/bin/defaults/pref (while building)

mareex commented on 2015-04-16 12:51 (UTC)

Ok firefox in extra also fails with PGO. Though with different error message. I'll give up. :(

yegorius commented on 2015-04-15 12:15 (UTC)

No one has ever succeeded compiling this package with PGO. @mareex, you may want to begin with plain firefox from [extra], if it builds with PGO, then there is something wrong with the patches.