Search Criteria
Package Details: c47 00.109.03.01b1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/c47.git (read-only, click to copy) |
|---|---|
| Package Base: | c47 |
| Description: | Emulator for the C47 pocket calculator |
| Upstream URL: | https://47calc.com |
| Licenses: | GPL-3.0-or-later |
| Submitter: | HurricanePootis |
| Maintainer: | HurricanePootis |
| Last Packager: | HurricanePootis |
| Votes: | 1 |
| Popularity: | 0.26 |
| First Submitted: | 2025-12-22 09:04 (UTC) |
| Last Updated: | 2026-03-03 22:34 (UTC) |
Dependencies (17)
- bash (bash-gitAUR, bash-devel-gitAUR)
- cairo (cairo-gitAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- gmp (gmp-hgAUR)
- gtk3 (gtk3-classic-xfceAUR, gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- python
- doxygen (doxygen-gitAUR) (make)
- gendesk (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- icoutils (make)
- meson (meson-gitAUR) (make)
- python-breathe (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- xlsxioAUR (xlsxioAUR) (make)
Latest Comments
raprism commented on 2026-02-02 11:11 (UTC) (edited on 2026-02-03 16:21 (UTC) by raprism)
Okay, 2 packages works fine at least without unnecessary rebuilds of binaries. In the r47 package are some intermediate icon files, but I suggest another clean-up: /usr/share/$pkgname is redundant, if both packages are installed, but a shared package might be not worth. But all DMCP-related files are only for hardware, so I would explicitly copy only necessary files as shown in this diff:
testPgms could be omitted, or moved to doc files. It's not possible to use them, if the user does not override this res linking mechanism. It's also not useful to enable them by default IMHO. In principle same problem for 'Light\ background\ C47' folder content, that I omitted here. Though one could insert it in res or doc.
raprism commented on 2026-02-01 23:13 (UTC)
Here is a diff that includes some further safety checks for configuration files, and includes r47 for R47 variant of C47 project. This simulator is different to 'c47 --r47' call, because settings in KEYS are different, and extra config files are stored to accommodate these specific settings.
raprism commented on 2026-02-01 21:13 (UTC)
The shell-script /usr/bin/c47 contains
The command in last line can destroy manually configured files. Especially the -r for rm is wrong, if one intends to remove only links.