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.009436
First Submitted: 2009-12-11 09:10 (UTC)
Last Updated: 2025-02-03 15:56 (UTC)

Required by (180)

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 .. 111 112 113 114 115 116 117 118 119 120 121 .. 140 Next › Last »

yetAnotherZero commented on 2012-03-14 20:16 (UTC)

@Feng-Huang: I'm interest in you explaining some of your CFLAGS because I see some in there that I haven't tried. If I try to do some native i7 compile it get a segfault using these CFLAGS="-march=corei7-avx -mtune=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2" I've pretty much had to revert to this to make it work without an instant segfault CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2" my CPU is cpu family : 6 model : 42 model name : Intel(R) Core(TM) i7-2760QM CPU @ 2.40GHz

hermes14 commented on 2012-03-14 15:21 (UTC)

Thanks csslayer, reading this was helpful as well: https://bugzilla.mozilla.org/show_bug.cgi?id=686434#c7

Feng-Huang commented on 2012-03-14 15:09 (UTC)

@unikum : telling me why would be great

artemklevtsov commented on 2012-03-14 15:06 (UTC)

> I edited PKGBUILD, I recompile and publish again .. this is not necessary

artemklevtsov commented on 2012-03-14 15:04 (UTC)

@Feng-Huang: jobs number are specified in PKGBUILD and they override make.conf option.

Feng-Huang commented on 2012-03-14 15:04 (UTC)

I edited PKGBUILD, I recompile and publish again ..

Feng-Huang commented on 2012-03-14 15:01 (UTC)

Why the hell they ignore MAKEFLAGS ?

csslayer commented on 2012-03-14 15:00 (UTC)

@unikum, MAKEFLAGS don't affect result. @hermes14, remove old firefox.

artemklevtsov commented on 2012-03-14 14:59 (UTC)

@Feng-Huang: MAKEFLAGS option is ignored. See PKGBUILD (make -j1).