I see. Thanks for reporting. Should be fixed now.
Search Criteria
Package Details: st-git 0.9.r11.g9846a56-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/st-git.git (read-only, click to copy) |
---|---|
Package Base: | st-git |
Description: | A simple virtual terminal emulator for X. |
Upstream URL: | https://st.suckless.org |
Licenses: | MIT |
Conflicts: | st |
Provides: | st |
Submitter: | vesath |
Maintainer: | Farzat |
Last Packager: | Farzat |
Votes: | 50 |
Popularity: | 0.020496 |
First Submitted: | 2012-11-30 01:40 (UTC) |
Last Updated: | 2024-01-22 11:26 (UTC) |
Dependencies (4)
- libxft (libxft-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- libxext (libxext-gitAUR) (make)
- ncurses (ncurses-gitAUR) (make)
Required by (5)
- dalarma-git (requires st)
- dk (requires st) (optional)
- dk-git (requires st) (optional)
- dusk-git (requires st) (optional)
- surf-git (requires st) (optional)
Sources (3)
vesath commented on 2014-11-24 18:46 (UTC)
anoknusa commented on 2014-11-24 01:08 (UTC)
This package installs the terminfo files for st to ~/.terminfo. That's what lgbsneak was getting at. Using sudo or logging in as root causes errors when running ncurses applications (e.g. Vim) in st as a result.
vesath commented on 2014-11-15 20:34 (UTC)
lgbsneak: I fail to understand your point. The ncurses package installs /usr/share/terminfo/s/st-* system-wide. What are you saying is still missing from a st-git standpoint?
lgbsneak commented on 2014-11-15 08:10 (UTC)
removing TERMINFO="..." causes tic to install the st-* terminfo files in $HOME/.terminfo for the user runming makepkg, probably a bad idea to modify things outside the pkg build dir. Further, core/ncurses doesn't seem to install the st-* terminfo files so they are thus not available to users other than the one who built the package. Mostly this causes grief running curses programs as sudo in st.
vesath commented on 2014-11-10 03:08 (UTC)
Thanks for noticing!
karol_007 commented on 2014-11-10 01:14 (UTC)
This package conflicts with testing/ncurses, which adds st to the terminfo database by default.
Seems it's enough to remove the
TERMINFO="$pkgdir/usr/share/terminfo"
part from the PKGBUILD.
karol_007 commented on 2014-10-31 20:26 (UTC)
pkg-config is in base-devel group which is a prerequisite for using AUR, no need to put it in makedepends: https://wiki.archlinux.org/index.php/AUR#Prerequisites
R_Rios commented on 2014-10-31 20:07 (UTC)
pkg-config is missing in makedepends.
Pinned Comments