[arch-commits] Commit in seamonkey/trunk (PKGBUILD mozconfig)

Evangelos Foutras foutrelis at archlinux.org
Thu Jul 9 18:03:35 UTC 2020


    Date: Thursday, July 9, 2020 @ 18:03:34
  Author: foutrelis
Revision: 662946

upgpkg: seamonkey 2.53.3-2: switch to bundled libpng (FS#67242)

System libpng is no longer patched for APNG support (FS#67105).

Modified:
  seamonkey/trunk/PKGBUILD
  seamonkey/trunk/mozconfig

-----------+
 PKGBUILD  |    4 ++--
 mozconfig |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-09 18:03:33 UTC (rev 662945)
+++ PKGBUILD	2020-07-09 18:03:34 UTC (rev 662946)
@@ -2,7 +2,7 @@
 
 pkgname=seamonkey
 pkgver=2.53.3
-pkgrel=1
+pkgrel=2
 pkgdesc="SeaMonkey internet suite"
 arch=('x86_64')
 license=('MPL')
@@ -18,7 +18,7 @@
 source=("https://archive.mozilla.org/pub/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz"
         "mozconfig")
 sha256sums=('2cc86fc22b8113eecd75ae68d4857664e2aadcca72eff4e602301ba0bd5fe48b'
-            'ad6ba5338340498971219eed6246b4ae27427511e126f4b3ad1b6f305883b8b7')
+            '4f371c19959a0745b33a1ef76182c26ece9bcaa6d5b04050539c6c96f4e3a6f3')
 install="$pkgname.install"
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)

Modified: mozconfig
===================================================================
--- mozconfig	2020-07-09 18:03:33 UTC (rev 662945)
+++ mozconfig	2020-07-09 18:03:34 UTC (rev 662946)
@@ -9,7 +9,7 @@
 ac_add_options --with-system-jpeg
 ac_add_options --with-system-zlib
 ac_add_options --with-system-bz2
-ac_add_options --with-system-png
+#ac_add_options --with-system-png
 ac_add_options --with-system-libevent
 #ac_add_options --with-system-libvpx
 ac_add_options --enable-system-hunspell



More information about the arch-commits mailing list