Thank you. Let me take a look.
Search Criteria
Package Details: liquidprompt 2.1.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/liquidprompt.git (read-only, click to copy) |
---|---|
Package Base: | liquidprompt |
Description: | A useful adaptive prompt for Bash & Zsh |
Upstream URL: | https://github.com/nojhan/liquidprompt |
Keywords: | bash info prompt status zsh |
Licenses: | AGPL3 |
Conflicts: | liquidprompt-git |
Submitter: | phantom94 |
Maintainer: | xuanruiqi |
Last Packager: | xuanruiqi |
Votes: | 40 |
Popularity: | 0.005566 |
First Submitted: | 2014-10-07 15:59 (UTC) |
Last Updated: | 2023-08-24 14:21 (UTC) |
Dependencies (16)
- coreutils (coreutils-hybrid-git, coreutils-git, coreutils-selinux, busybox-coreutils, coreutils-hybrid)
- gawk (gawk-git, gawk-fake, busybox-coreutils)
- grep (grep-git, busybox-coreutils)
- inetutils (gettext-hostname, inetutils-git, busybox-coreutils)
- ncurses (ncurses-git)
- procps-ng (procps-ng-git, busybox-coreutils)
- sed (busybox-coreutils, sed-git)
- acpi (acpi-unified-patch) (optional) – Battery and temperature status
- breezy (optional) – Show Bazaar repository status
- fossil (fossil-fossil) (optional) – Show Fossil repository status
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (optional) – Show Git repository status
- lm_sensors (lm_sensors-max_of_fctemps, lm_sensors-git) (optional) – Temperature status
- mercurial (mercurial-hg, mercurial-stable-hg) (optional) – Show Mercurial repository status
- screen (screen-git, screen-nosuid-bin-not-git) (optional) – Show detached GNU Screen session status
- subversion (optional) – Show Subversion repository status
- tmux (tmux-tcl-git, tmux-fullwidth-backspace, tmux-ver-28, tmux-xdg-git, sixel-tmux-git, tmux-git) (optional) – Show detached tmux session status
Required by (0)
Sources (1)
Latest Comments
xuanruiqi commented on 2023-08-24 09:27 (UTC)
milouse commented on 2023-08-24 09:21 (UTC)
Also, the right license name is AGPL3
. The current AGPLv3
is not recognized as a common license and appear as an error by namcap.
Here is an updated PKGBUILD, including the license fix, the dependency issue reported by @szebenyib and my proposal to include tests and default themes: https://git.umaneti.net/pkgbuilds/tree/my_liquidprompt/PKGBUILD
szebenyib commented on 2023-08-23 10:10 (UTC)
Without inetutils there is an errormessage on opening a new shell: hostname command not found. Can you please add it as a dependency?
milouse commented on 2023-06-30 07:55 (UTC) (edited on 2023-06-30 07:55 (UTC) by milouse)
Hi,
And first sorry for my last comment, I didn’t really checked before asking :/
However I can confirm that tput (and thus ncurses) look like an optional dependency nowadays.
On another subject, there are now tests in the upstream repository, it might be interesting to run them in a check
function?
check() {
cd "$pkgname-$pkgver"
./tests.sh
}
And finally, since the version 2, a new theme system has been introduced, with some default themes, which should also be included in the package:
install -dm755 "$pkgdir/usr/share/liquidprompt/themes"
for theme in themes/*; do
theme_name="$(basename $theme)"
cp -R "$theme" "$pkgdir/usr/share/liquidprompt/themes/$theme_name"
done
What do you think?
xuanruiqi commented on 2020-08-27 16:00 (UTC)
OK, we finally have 1.12.0
phantom94 commented on 2018-04-25 15:12 (UTC)
Note: this package follows the releases as shown on https://github.com/nojhan/liquidprompt/releases
You can install liquidprompt-git if you want to run the master branch.
Pinned Comments
phantom94 commented on 2018-04-25 15:12 (UTC)
Note: this package follows the releases as shown on https://github.com/nojhan/liquidprompt/releases
You can install liquidprompt-git if you want to run the master branch.