Package Details: seamonkey 2.53.19-2

Git Clone URL: https://aur.archlinux.org/seamonkey.git (read-only, click to copy)
Package Base: seamonkey
Description: SeaMonkey internet suite
Upstream URL: https://www.seamonkey-project.org
Licenses: MPL-2.0
Submitter: arojas
Maintainer: micwoj92
Last Packager: micwoj92
Votes: 9
Popularity: 1.29
First Submitted: 2023-04-01 17:30 (UTC)
Last Updated: 2024-12-06 15:41 (UTC)

Dependencies (47)

Sources (4)

Latest Comments

1 2 3 4 5 Next › Last »

micwoj92 commented on 2024-12-06 15:42 (UTC)

Updated pkgbuild, thanks for testing.

maid commented on 2024-12-06 15:35 (UTC)

This patch fix problem with wrong charset. Pop up window now OK.

micwoj92 commented on 2024-12-03 10:36 (UTC)

Please try without using export:

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -127,7 +127,7 @@ build() {
   LDFLAGS=$(printf '%s' "$LDFLAGS" | sed 's/-fuse-ld=[^[:space:]]*//')
   export LDFLAGS
   export MACH_USE_SYSTEM_PYTHON=1
-  export LC_ALL=C.UTF-8
+  LC_ALL=C.UTF-8 \
   ./mach build
 }

@@ -135,7 +135,7 @@ package() {
   cd "$_archive"

   # shellcheck disable=SC1007
-  DESTDIR="$pkgdir" INSTALL_SDK= ./mach install
+  LC_ALL=C.UTF-8 DESTDIR="$pkgdir" INSTALL_SDK= ./mach install

   rm -rf "$pkgdir"/usr/lib/seamonkey/{dictionaries,hyphenation}
   ln -s /usr/share/hunspell "$pkgdir/usr/lib/seamonkey/dictionaries"

maid commented on 2024-12-02 22:24 (UTC) (edited on 2024-12-02 22:30 (UTC) by maid)

This is pop up window appears automatically (usually in KOI) when build complete. I sign with my PGP key all packages which I build. I did not expect on pop up in UTF-8. Sorry, log does not exist.

micwoj92 commented on 2024-12-02 19:50 (UTC)

Is this in package()? Could you send me entire log of that? my email is in pkgbuild, thanks.

maid commented on 2024-12-02 18:49 (UTC)

Build complete. However, unexpected thing happened in the final.

Б■▄Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■┌ Please enter the passphrase to unlock the OpenPGP secret key: Б■┌Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■┌ "*** <***>"            Б■┌
            Б■┌ 255-bit EDDSA key, ID 0x***,                   Б■┌
            Б■┌ created * (main key ID 0x***).        Б■┌
            Б■┌                                                             Б■┌
            Б■┌                                                             Б■┌
            Б■┌ Passphrase: _______ Б■┌
            Б■┌                                                             Б■┌
            Б■┌       <OK>                                   <Cancel>       Б■┌
            Б■■Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■≤

This is pinentry-curses output in wrong charset.

micwoj92 commented on 2024-11-29 10:04 (UTC)

Please try:

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -126,6 +126,7 @@ build() {
   LDFLAGS=$(printf '%s' "$LDFLAGS" | sed 's/-fuse-ld=[^[:space:]]*//')
   export LDFLAGS
   export MACH_USE_SYSTEM_PYTHON=1
+  export LC_ALL=C.UTF-8
   ./mach build
 }

maid commented on 2024-11-27 11:17 (UTC) (edited on 2024-11-27 11:21 (UTC) by maid)

I have the same variables, but with different values. My locale is KOI8-R.

CHARSET=KOI8-R
LANGUAGE=ru_RU.KOI8-R
LC_ADDRESS=ru_RU.KOI8-R
LC_NAME=ru_RU.KOI8-R
LC_MONETARY=ru_RU.KOI8-R
LANG=ru_RU.KOI8-R
LC_PAPER=ru_RU.KOI8-R
ENCODING=KOI8-R
LC_LANG=ru_RU.KOI8-R
LC_IDENTIFICATION=ru_RU.KOI8-R
G_FILENAME_ENCODING=KOI8-R
LC_TELEPHONE=ru_RU.KOI8-R
LC_MESSAGES=ru_RU.KOI8-R
LC_MEASUREMENT=ru_RU.KOI8-R
MM_CHARSET=KOI8-R
LC_CTYPE=ru_RU.KOI8-R
LC_TIME=ru_RU.KOI8-R
LC_ALL=ru_RU.KOI8-R
LC_COLLATE=ru_RU.KOI8-R
MM_NETWORK_CHARSET=KOI8-R
LC_NUMERIC=ru_RU.KOI8-R

micwoj92 commented on 2024-11-23 22:47 (UTC)

LANG=C.UTF-8
LC_CTYPE="C.UTF-8"
LC_NUMERIC="C.UTF-8"
LC_TIME="C.UTF-8"
LC_COLLATE="C.UTF-8"
LC_MONETARY="C.UTF-8"
LC_MESSAGES="C.UTF-8"
LC_PAPER="C.UTF-8"
LC_NAME="C.UTF-8"
LC_ADDRESS="C.UTF-8"
LC_TELEPHONE="C.UTF-8"
LC_MEASUREMENT="C.UTF-8"
LC_IDENTIFICATION="C.UTF-8"
LC_ALL=

maid commented on 2024-11-23 08:32 (UTC)

Which one locale you have use?