Package Details: palemoon 1:33.1.1-1

Git Clone URL: https://aur.archlinux.org/palemoon.git (read-only, click to copy)
Package Base: palemoon
Description: Open source web browser based on Firefox focusing on efficiency.
Upstream URL: https://www.palemoon.org/
Keywords: browser goanna web
Licenses: MPL-2.0
Submitter: artiom
Maintainer: WorMzy
Last Packager: WorMzy
Votes: 141
Popularity: 0.013578
First Submitted: 2014-06-05 10:54 (UTC)
Last Updated: 2024-05-29 12:43 (UTC)

Pinned Comments

micwoj92 commented on 2024-06-02 13:20 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index 39a928a..05d50a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ url="https://www.palemoon.org/"
 license=('MPL-2.0')
 depends=('gtk2' 'dbus-glib' 'desktop-file-utils' 'libxt' 'mime-types' 'alsa-lib'
          'startup-notification')
-makedepends=('python2' 'autoconf2.13' 'unzip' 'zip' 'yasm'
+makedepends=('python2' 'unzip' 'zip' 'yasm'
              'libpulse' 'git')
 optdepends=('libpulse: PulseAudio audio driver'
             'ffmpeg: various video and audio support')
@@ -38,6 +38,10 @@ prepare() {
   git submodule init
   git config submodule.platform.url "${srcdir}/UXP"
   git -c protocol.file.allow=always submodule update
+  cd platform
+  git cherry-pick -n 6cbb2c372b208902e765aa577539c018d76ba1b8
+  git cherry-pick -n e484c9d31136fc7e197bb0d686463a6555897784
+  git cherry-pick -n acb34c35dbc3452101318cbb3cccf50b1a1c90b2
 }

 build() {
@@ -49,9 +53,6 @@ build() {
   export MOZCONFIG="${srcdir}/mozconfig"
   export CPPFLAGS="${CPPFLAGS} -O2 -Wno-format-overflow"

-  # Fix build failures with GCC>=14
-  export CFLAGS="${CFLAGS} -Wno-implicit-int -Wno-incompatible-pointer-types -Wno-int-conversion"
-
   ./mach build
 }

To drop autoconf2.13, alternatively just wait next month until 33.2.0, I cherry picked these patches for gtk3 version.

WorMzy commented on 2021-03-02 16:19 (UTC) (edited on 2022-08-03 21:12 (UTC) by WorMzy)

The following key is used to sign release commits:

40481E7B8FCF9CEC

Import it into your keyring however you want.

https://wiki.archlinux.org/index.php/GnuPG#Import_a_public_key

Latest Comments

« First ‹ Previous 1 .. 32 33 34 35 36 37

cb474 commented on 2014-06-13 22:00 (UTC)

Okay, thanks artiom. I'll give it a try when I have a few hours to let the compilation process run. I appreciate your maintaining this package.

artiom commented on 2014-06-12 19:52 (UTC)

The source package is tricky to compile. I didn't succeed yet. On the palemoon forum my question is waiting for moderation.... So these are the reasons. But if you take this source https://github.com/MoonchildProductions/Pale-Moon/archive/24.6.1_Release.tar.gz and existing PKGBUILD you can try to compile it yourself.

cb474 commented on 2014-06-12 18:53 (UTC)

Is there a specific reason this package is not being updated to the latest release (24.6.0)? Or have you just not had time yet, artiom? Just wondering. Thanks.

artiom commented on 2014-06-10 08:49 (UTC)

I see nothing important in your logs. It was the same for me.

<deleted-account> commented on 2014-06-06 21:04 (UTC)

I guess this is a mute point... config log http://pastebin.com/YTdR8UW3 build warnings pt 1,2,3 http://pastebin.com/UuQhn99k http://pastebin.com/iFL3tKDU http://pastebin.com/5eGda9M8

sumt commented on 2014-06-06 18:24 (UTC)

24.6 was released, http://forum.palemoon.org/viewtopic.php?f=1&t=4768 There is a github repo too, https://github.com/MoonchildProductions/Pale-Moon

<deleted-account> commented on 2014-06-06 17:22 (UTC)

Downloaded and did local makepkg (no changes to file) - should have done this first. Compile succeeded (updated kernal and not restarting maybe). Noticed warning messages go flying by on the console. Will try to trap and put to pastebin. Start up was painful as the previous session would cause crashes. journalctl -r ---- Jun 06 11:15:25 slim[714]: (pale moon:20384): GLib-GObject-WARNING **: Attempt to add property GnomeProgram::default-icon after class was initialised Jun 06 11:15:25 slim[714]: (pale moon:20384): GLib-GObject-WARNING **: Attempt to add property GnomeProgram::display after class was initialised Jun 06 11:15:25 slim[714]: (pale moon:20384): GLib-GObject-WARNING **: Attempt to add property GnomeProgram::show-crash-dialog after class was initialised Jun 06 11:15:25 slim[714]: (pale moon:20384): GLib-GObject-WARNING **: Attempt to add property GnomeProgram::sm-connect after class was initialised Jun 06 11:15:25 slim[714]: (process:20384): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed ----- Ended up dumping previous session and starting fresh. Error message above occurs at each startup. Pastebin to follow

artiom commented on 2014-06-06 09:03 (UTC)

Could you find an error in you screen/logs? This is just a recursive list of failed makefiles. Alternatively uncomment this line in mozconfig.in #ac_add_options --disable-webrtc You need to recalculate md5sums after it as well.

<deleted-account> commented on 2014-06-05 23:12 (UTC)

build failed for me. make[6]: Leaving directory '/var/cache/pacman/pkg/palemoon1097/palemoon/src/pmbuild/media/webrtc/trunk' /var/cache/pacman/pkg/palemoon1097/palemoon/src/config/makefiles/target_libs.mk:59: recipe for target 'libs' failed make[5]: Leaving directory '/var/cache/pacman/pkg/palemoon1097/palemoon/src/pmbuild/media/webrtc' /var/cache/pacman/pkg/palemoon1097/palemoon/src/config/makefiles/target_libs.mk:16: recipe for target 'libs_tier_platform' failed make[4]: Leaving directory '/var/cache/pacman/pkg/palemoon1097/palemoon/src/pmbuild' /var/cache/pacman/pkg/palemoon1097/palemoon/src/config/rules.mk:737: recipe for target 'tier_platform' failed make[3]: Leaving directory '/var/cache/pacman/pkg/palemoon1097/palemoon/src/pmbuild' /var/cache/pacman/pkg/palemoon1097/palemoon/src/config/rules.mk:670: recipe for target 'default' failed make[2]: Leaving directory '/var/cache/pacman/pkg/palemoon1097/palemoon/src/pmbuild' /var/cache/pacman/pkg/palemoon1097/palemoon/src/client.mk:372: recipe for target 'realbuild' failed make[1]: Leaving directory '/var/cache/pacman/pkg/palemoon1097/palemoon/src' client.mk:172: recipe for target 'build' failed