Package Details: firefox-kde-opensuse 127.0-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.36
First Submitted: 2009-12-11 09:10 (UTC)
Last Updated: 2024-07-21 20:54 (UTC)

Dependencies (56)

Required by (167)

Sources (37)

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 .. 41 42 43 44 45 46 47 48 49 50 51 .. 139 Next › Last »

ceri commented on 2015-12-19 20:48 (UTC)

43.0 patch available.

csslayer commented on 2015-12-18 01:05 (UTC)

For people who want to build gtk3 with ff 43.0 sed -i 's|parent->group|gtk_window_get_group(const_cast<GtkWindow*>(parent))|g' toolkit/xre/nsKDEUtils.cpp

francoism90 commented on 2015-12-15 12:46 (UTC)

Could you add breeze-gtk, kde-gtk-config and kpartsplugin to opt? :)

francoism90 commented on 2015-11-30 16:28 (UTC)

@Thaodan: Thanks! It build successfully! :D

Thaodan commented on 2015-11-30 12:57 (UTC)

remove firefox before building with pgo.

ThecaTTony commented on 2015-10-19 17:35 (UTC)

Hi, the build fails with: client.mk:117: *** missing separator. Stop. The 117 line is: $(eval $(MOZCONFIG_CONTENT)) In context: # As $(shell) doesn't preserve newlines, use sed to replace them with an # unlikely sequence (||), which is then replaced back to newlines by make # before evaluation. $(shell) replacing newlines with spaces, || is always # followed by a space (since sed doesn't remove newlines), except on the # last line, so replace both '|| ' and '||'. # Also, make MOZ_PGO available to mozconfig when passed on make command line. # Likewise for MOZ_CURRENT_PROJECT. MOZCONFIG_CONTENT := $(subst ||,$(CR),$(subst || ,$(CR),$(shell $(addprefix MOZ_CURRENT_PROJECT=,$(MOZ_CURRENT_PROJECT)) MOZ_PGO=$(MOZ_PGO) $(TOPSRCDIR)/mach environment --format=client.mk | sed 's/$$/||/'))) $(eval $(MOZCONFIG_CONTENT))

Thaodan commented on 2015-10-18 11:22 (UTC)

First I don't support yaourt. I used yaourt with --tmp a long time ago with the pkg and it worked. About the lowmem thing: read the pkgbuild more carefully, just uncomment _lowmem=true. I would recommend to you that use make a dir like ~/dev/aur, run yaourt -G <pkg> (or just use git which is a better option of you build the pkg by yourself) and then go to the dir and build the pkg by makepkg -s

Xase commented on 2015-10-17 20:14 (UTC)

Just having an issue with this PKGBUILD as it is, since it relies on $srcdir, and other small issues. Also the low mem option is written only for i686? Can I modify this? I run out of memory on 64 bit... but, I was trying to build on disk by passing --tmp to Yaourt, however then it cannot find the directories, and then modifying Yaourtrc breaks this as well...so I cannot build in memory, and it will not build outside of memory due to the way variables are set...