I've noticed that installed packages no longer are colored green. What's up with that? Is there anything I can do to restore that feature?
Search Criteria
Package Details: tkpacman 1.9.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/tkpacman.git (read-only, click to copy) |
---|---|
Package Base: | tkpacman |
Description: | A lightweight GUI for pacman built with Tcl/Tk |
Upstream URL: | https://sourceforge.net/projects/tkpacman |
Keywords: | GUI pacman system |
Licenses: | GPL |
Submitter: | herremaw |
Maintainer: | None |
Last Packager: | herremaw |
Votes: | 54 |
Popularity: | 0.015339 |
First Submitted: | 2013-08-25 14:25 (UTC) |
Last Updated: | 2021-02-08 16:01 (UTC) |
Dependencies (10)
- tcl (tcl-fossilAUR, tcl84AUR)
- tk (tk-fossilAUR)
- kdesu (kdesu-gitAUR) (optional) – if you want to use kdesu instead of su or sudo
- konsole (konsole-gitAUR) (optional) – alternative terminal emulator
- mate-terminal (optional) – alternative terminal emulator
- qterminal (qterminal-gitAUR) (optional) – alternative terminal emulator
- sudo (fake-sudoAUR, polkit-fakesudoAUR, sudo-gitAUR, doas-sudo-shimAUR, doas-sudo-shim-minimalAUR, sudo-hgAUR, sudo-selinuxAUR, fudo-gitAUR) (optional) – if you want to use sudo instead of su
- vte3 (vte3-notificationAUR, vte3-gitAUR) (optional) – alternative terminal emulator
- xfce4-terminal (xfce4-terminal-gitAUR, xfce4-terminal-develAUR) (optional) – alternative terminal emulator
- xterm (xterm-alacritty-symlinkAUR, kitty-xterm-symlinksAUR, xterm-gitAUR, xterm-alacritty-smooth-cursor-symlinkAUR) (optional) – alternative terminal emulator
Required by (0)
Sources (1)
nfs commented on 2018-12-20 18:32 (UTC)
herremaw commented on 2018-07-08 07:21 (UTC)
Version 1.9.0-1 has been uploaded. No new functions have been added. Just some loose ends have been cut off: - "optimize pacman database" was removed because also "pacman" does not provide it anymore - "gksu" was removed because it is no longer in the Arch Linux repositories - "vte" was replaced with "vte3" - Help text was corrected in the area of "partial upgrades" because one of the hyperlinks was no longer functioning.
herremaw commented on 2018-05-29 13:49 (UTC) (edited on 2018-05-29 13:50 (UTC) by herremaw)
@marvin Thank you for notifying me. I don't know yet what I can do about it. As far as I can see now, it is only "optimize pacman database" that does not work anymore.
marvin commented on 2018-05-29 10:29 (UTC) (edited on 2018-05-29 12:09 (UTC) by marvin)
According to https://bbs.archlinux.de/viewtopic.php?id=31604 the new pacman 5.1 doesn't contain all tools as its predecessor.
A new package pacman-contrib now exists (content of it in post #6 of aboves link).
tkpacman seems to no longer optimize the database. Other commands used in tkpacman might be affacted too.
simona commented on 2018-05-08 16:57 (UTC)
Retry and ok :-) thanks.
herremaw commented on 2018-05-07 06:49 (UTC)
@simona That happens sometimes when there is a problem with the sourceforge.net website.
I have just successfully downloaded and built the tkpacman package. So, I think that you can retry to build the package. If the problem you had persists, please report back to me.
simona commented on 2018-05-06 21:58 (UTC)
==> Validazione di source file con md5sums... tkpacman-1.8.0.tar.gz ... NON RIUSCITO
herremaw commented on 2018-04-24 06:30 (UTC)
@philo vte used to be in the "extra" repository, but has now been replaced by vte3. I will update the package accordingly. But I also need to test tkPacman with vte3 first.
philo commented on 2018-04-23 17:45 (UTC) (edited on 2018-04-25 14:31 (UTC) by philo)
'vte' itself is no longer in repos but the two 'vte' packages in the 'extra' repository seem to do he job.
herremaw commented on 2018-03-12 14:26 (UTC)
Version 1.8.0-3 has been uploaded to the AUR.
The sources are downloaded from sourceforge.net again.
So, in fact, version 1.8.0-3 is identical to 1.8.0-1.
Pinned Comments
herremaw commented on 2020-12-14 08:45 (UTC)
If you want to use tkPacman with Konsole as virtual terminal, you will have to change the tkPacman option "terminal" from
konsole -nofork -p tabtitle=%t -e %c
to
konsole --title %t -e %c
If I have to update tkPacman for some reason, I will also correct the command template for Konsole.