Search Criteria
Package Details: st 0.9.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/st.git (read-only, click to copy) |
|---|---|
| Package Base: | st |
| Description: | A simple virtual terminal emulator for X. |
| Upstream URL: | https://st.suckless.org |
| Licenses: | MIT |
| Submitter: | Foxboron |
| Maintainer: | jose1711 (waschtl, kstolp) |
| Last Packager: | kstolp |
| Votes: | 87 |
| Popularity: | 0.47 |
| First Submitted: | 2017-11-20 15:32 (UTC) |
| Last Updated: | 2025-08-12 10:12 (UTC) |
Dependencies (1)
- libxft (libxft-gitAUR)
Required by (5)
- dalarma-git
- dk (optional)
- dk-git (optional)
- dusk-git (optional)
- surf-git (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
simona commented on 2019-10-30 22:48 (UTC)
paraxor-st: /usr/share/terminfo/s/st è già presente nel filesystem (appartiene a ncurses) paraxor-st: /usr/share/terminfo/s/st-256color è già presente nel filesystem (appartiene a ncurses)
milouse commented on 2019-10-16 13:29 (UTC)
Thanks @waschtl for your clear explanations! I must admit I don't read the doc since a long time, shame on me.
waschtl commented on 2019-10-16 12:28 (UTC)
@milouse, thank you for your suggestions. I had completely missed the fact that the URLs were not using HTTPS.
I incorporated several of your changes, but not all of them. I don't want to seem like I'm ignoring your suggestions, though, so I would like to explain my decisions:
sourcearray is preferred over static definitions according toman pkgbuild. See "OPTIONS AND DIRECTIVES"->source.$srcdiris not necessary because allPKGBUILDfunctions are executed within that directory. Seeman pkgbuild->"PACKAGING FUNCTIONS"->srcdir.cdin favor of--directoryoptions tomakeand co. Therefore, I have removed whatcdstatements were still around.milouse commented on 2019-10-16 09:19 (UTC)
Hi,
I would like to suggest the following changes:
waschtl commented on 2019-10-16 08:19 (UTC)
@simona: The purpose of this is to alert the user to the unusual situation that configuration happens at build time. Build is successful on the second run, thereby giving you the chance to look at the configuration file if you want to.
I will change "Then rerun makepkg." to "Then restart the build process." to account for builds by AUR helpers.
simona commented on 2019-10-16 07:39 (UTC)
==> ERRORE: This package can be configured in config.h. Copy provided config.def.h to config.h and modify to change configuration. Leave config.def.h as it is to use default values. Then rerun makepkg. ==> ERRORE: Si è verificato un errore in prepare().
waschtl commented on 2019-10-15 22:09 (UTC)
Thanks @famar for the pointer. I have replaced it with
$BUILDDIR, which is not mentioned in that document, but seems appropriate.famar commented on 2019-10-15 21:20 (UTC)
Hi, according to
PKGBUILDmanual, the use of the packaging variablestartdir"is deprecated and strongly discouraged".Can you please update?
waschtl commented on 2019-09-18 12:32 (UTC)
The line
doesn't quite do the trick. The two files
still get installed. And they do not play well with the
terminfofiles fromncurses. It would be safer to disableterminfogeneration inprepare()as follows (taken fromst-git):jose1711 commented on 2019-04-08 20:41 (UTC)
adopted and finally updated
« First ‹ Previous 1 2 3 4 5 Next › Last »