Search Criteria
Package Details: sc-im-git latest-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/sc-im-git.git (read-only, click to copy) |
---|---|
Package Base: | sc-im-git |
Description: | A spreadsheet program based on SC |
Upstream URL: | https://github.com/andmarti1424/sc-im |
Licenses: | BSD |
Conflicts: | sc-im, scim-spreadsheet |
Submitter: | seifferth |
Maintainer: | MithicSpirit |
Last Packager: | MithicSpirit |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2017-03-29 15:23 (UTC) |
Last Updated: | 2022-02-02 02:37 (UTC) |
Dependencies (5)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- libzip (libzip-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- gnuplot (gnuplot4AUR, gnuplot-gitAUR, gnuplot-noguiAUR, gnuplot-headlessAUR) (optional) – create graphs
- libxlsxwriterAUR (optional) – export to xlsx. Requires rebuild of sc-im
Latest Comments
1 2 Next › Last »
seifferth commented on 2021-05-18 18:37 (UTC)
Sure. You should now be able to push to this repo.
MithicSpirit commented on 2021-05-18 15:14 (UTC)
Commit
110d270
breaksarch.patch
as it already sets the default toxclip
(instead oftmux
), so removing that section fromarch.patch
fixes it.If you could make me co-maintainer I could push that fix and the changes I previously stated.
seifferth commented on 2021-05-08 10:51 (UTC)
@MithicSpirit: I actually just copied the PKGBUILD from the sc-im package and the flags were already contained there. I also don't use sc-im much these days, so I might be a little behind on all things concerning this package.
Would you like to be added as a Co-Maintainer of this PKGBUILD? Or to take over maintenance altogether? Then you could simply push those changes, as I see you already tested them.
MithicSpirit commented on 2021-05-08 03:48 (UTC)
I don't think that the MAKEFLAGS need to be overridden in line 19, as this prevents multithreaded compilation (which works fine for me). Also, in line 34, it is possible to not set
CC
by instead just appending-fcommon
to theCFLAGS
variable.seifferth commented on 2020-01-20 12:49 (UTC)
@Tymekm: That's true. yacc is provided by bison, which is part of base-devel. base-devel is assumed as an implicit dependency for building any package (see <https://wiki.archlinux.org/index.php/PKGBUILD#makedepends>). This is why bison is not included in the makedepends array. Seeing that you don't seem to have bison installed on your system, you might want to run
pacman -S base-devel
.AnarchoJohn commented on 2020-01-20 11:07 (UTC) (edited on 2020-01-20 11:08 (UTC) by AnarchoJohn)
The build will fail without yacc.
Rhinoceros commented on 2017-05-09 11:39 (UTC)
seifferth commented on 2017-05-09 10:36 (UTC)
Rhinoceros commented on 2017-04-29 23:18 (UTC)
1 2 Next › Last »