Search Criteria
Package Details: st-git 0.8.3.r19.g9ba7ecf-1
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: | |
Conflicts: | |
Provides: | |
Submitter: | vesath |
Maintainer: | shoober420 |
Last Packager: | shoober420 |
Votes: | 51 |
Popularity: | 0.030557 |
First Submitted: | 2012-11-30 01:40 |
Last Updated: | 2020-06-05 03:45 |
Dependencies (4)
- libxft (libxft-bgra-git, libxft-bgra)
- git (git-git) (make)
- libxext (libxext-git) (make)
- ncurses (ncurses-nohex, ncurses-git) (make)
Required by (11)
- dmenu-abdellatif (requires st) (optional)
- dwm (requires st)
- dwm-distrotube-git (requires st)
- dwm-jfchevrette (requires st)
- dwm-keycodes (requires st)
- dwm-luke-git (requires st) (optional)
- dwm-supermario9590-git (requires st)
- dwm-wrightjjw-git (requires st)
- dwm-zarcastic-git (requires st)
- surf-baitinq-git (requires st) (optional)
- surf-git (requires st) (optional)
Latest Comments
1 2 3 4 5 6 ... Next › Last »
shoober420 commented on 2020-06-05 03:47
@galunid
Thank you, fixed.
galunid commented on 2020-06-04 06:45
it has unnecessary "}", thus prevents your PKGBUILD from applying patches
Static_Rocket commented on 2020-05-23 17:43
@shoober420 cool, thanks. Just a heads up:
_gitname
,_sourcedir
, and_gitdir
all store the same information._gitdir
is just a variable I created to store the contents of thepkgname
variable with "-git" removed. This is just what I use for git pkgbuilds that have a similar name.Alternatively you could do away with these variables and tell git to download the project into a directory with the same name as the pkgname with this modification to the source variable
shoober420 commented on 2020-05-23 13:13
@Static_Rocket Updated and added you to the list of contributors, thank you.
Static_Rocket commented on 2020-05-19 01:17
Alright, well I've made some changes since then. This one is a little cleaner than the one I originally linked: http://ix.io/2mFg
(Mind throwing my name in there somewhere?)
shoober420 commented on 2020-05-13 16:55
Whoops, I uploaded your patch @Static_Rocket. I myself would include the scrollback patch as optional, but it has broke compiling for me in the past.
shoober420 commented on 2020-05-11 17:41
Updated, sorry for the wait.
Static_Rocket commented on 2020-04-14 21:33
@shoober420 I would be honored but I'm not entirely sure the autopatcher is actually useful for a git based package. As the git package grabs the source, the new patches must be fetched manually and have a higher likelihood of breaking. I thought about using the reset in the prepare to keep it locked to a user specified version but then this would make the pkgver script wrong and defeat the purpose of syncing with the git source. I was just goofing around and didn't feel like patching it manually when I was testing.
shoober420 commented on 2020-04-05 16:07
I have been quite busy, my apologize.
Would you like to co-maintain @Static_Rocket?
Static_Rocket commented on 2020-02-25 06:31
Liked the PKGBUILD but was a little bummed when I noticed it made adding patches a little more difficult. Made an autopatcher to simplify the process a bit. Let me know if there are any improvements I could make to this. http://ix.io/2cCr