@snake Looks like this? https://github.com/andmarti1424/sc-im/issues/218
Search Criteria
Package Details: sc-im 0.8.4-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/sc-im.git (read-only, click to copy) |
---|---|
Package Base: | sc-im |
Description: | A ncurses vim-like terminal spreadsheet program, based on SC |
Upstream URL: | https://github.com/andmarti1424/sc-im |
Licenses: | BSD-4-clause |
Conflicts: | sc-im-git |
Submitter: | Rhinoceros |
Maintainer: | blackthorne |
Last Packager: | blackthorne |
Votes: | 61 |
Popularity: | 0.022653 |
First Submitted: | 2015-09-05 01:44 (UTC) |
Last Updated: | 2025-05-08 02:31 (UTC) |
Dependencies (12)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- ncurses (ncurses-gitAUR)
- gcc14 (make)
- gnuplot (gnuplot4AUR, gnuplot-gitAUR, gnuplot-noguiAUR, gnuplot-headlessAUR) (optional) – create graphs
- libxlsxwriterAUR (optional) – export to xlsx. Requires rebuild of sc-im
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR) (optional) – for xlsx import support
- libzip (libzip-gitAUR) (optional) – for ods import support
- lua (optional) – for lua scripting
- python-xlsxwriter (optional) – for xlsx export support
- tmux (tmux-sixel-gitAUR, tmux-gitAUR) (optional) – clipboard support
- wl-clipboard (wl-clipboard-gitAUR, wl-clipboard-rs-gitAUR, wl-clipboard-rsAUR) (optional) – clipboard support
- xclip (wl-clipboard-x11AUR, xclip-gitAUR) (optional) – clipboard support
Required by (0)
Sources (2)
Rhinoceros commented on 2019-11-11 22:54 (UTC)
snake commented on 2019-11-11 22:49 (UTC)
Did anyone manage to make the --xlsx_readformulas option work? On my system it fails with a segmentation fault.
Rhinoceros commented on 2018-08-16 03:04 (UTC)
@terinjokes That's pretty straightforward for me to do, but I'm surprised that github.com would be reachable and githubusercontent.com wouldn't be?
terinjokes commented on 2018-08-15 20:27 (UTC)
Do you mind including the patch in the Git repo, rather than fetching it from GitHub? I was having issues fetching it this morning.
Rhinoceros commented on 2018-05-25 10:09 (UTC)
Thanks @tealeaf. Good call. I've patched with the pull request, changing the executable name. Please let me know if it works (I don't use the scim
package).
tealeaf commented on 2018-05-25 07:53 (UTC)
Ah, looks like an upstream change: https://github.com/andmarti1424/sc-im/pull/258
tealeaf commented on 2018-05-25 07:46 (UTC)
I notice that installing sc-im-git
creates a binary at /usr/bin/sc-im
, whilst this PKGBUILD produces /usr/bin/scim
. Is that a naming change upstream, or has the scim
name been implemented here?
The reason I ask is that /usr/bin/scim
is a file conflict with the scim
input method, which prevented me from installing both.
Looking at github, it does seem that the binary should be sc-im
.
Rhinoceros commented on 2018-01-28 05:05 (UTC)
@armanleftarm Thanks for the feedback. Done.
armanleftarm commented on 2018-01-28 03:35 (UTC)
Add armv7h to the arch, builds proper on Samsung XE303C12
Rhinoceros commented on 2018-01-18 01:04 (UTC)
Good catch @aplund. Thank you and fixed.
Pinned Comments
blackthorne commented on 2025-05-07 06:53 (UTC) (edited on 2025-05-07 06:55 (UTC) by blackthorne)
package should be working now. the build failure was because the program won't compile properly with gcc15. i've changed the PKGBUILD to use gcc14 until upstream fixes a couple of gcc14->15 transition bugs.