You are not logged in.
Pages: 1
The title says almost all; how would I go about doing this? The only reference to tint in the ArchWiki is kind of outdated. yaourt -S tint2-svn-21-1 put tint2-svn-21-1-x86_64.pkg.tar.gz in /tmp, but I don't know what to do with it. Google hasn't really helped. Is there something in the Wiki that I'm missing?
Last edited by soupcan (2009-01-03 21:17:41)
Offline
yaourt -S tint2-svn ?
Offline
Use "pacman -U" on that file
Offline
yaourt -S tint2-svn ?
Does the same thing. Puts a .tar.gz in /tmp after saying it can't install in /var/something.
Offline
Use "pacman -U" on that file
Thanks. That worked. Is there an article in the Wiki that will tell me more about this? Will tint2 now update when I run pacman -Syu or the like?
Offline
Is there an article in the Wiki that will tell me more about this?
makepkg wiki is a good starting point. yaourt is just a tool that can help automate the makepkg process for AUR packages.
http://wiki.archlinux.org/index.php/Makepkg
Will tint2 now update when I run pacman -Syu or the like?
no, you'll have to recompile each new version (unless/until tint2 gets added to an official repo).
Last edited by tdy (2009-01-03 20:47:14)
Offline
soupcan wrote:Is there an article in the Wiki that will tell me more about this?
makepkg wiki is a good starting point. yaourt is just a tool that can help automate the makepkg process for AUR packages.
http://wiki.archlinux.org/index.php/Makepkgsoupcan wrote:Will tint2 now update when I run pacman -Syu or the like?
no, you'll have to recompile each new version (unless/until tint2 gets added to an official repo).
Thank you. I'll mark this solved now.
Offline
Can i get more explanation on installing it?
I tried pacman -U tint2-svn, that doesn't work.
Tried yaourt -S tint2-svn, doesn't work
tried pacman -U /tint2-svn-17-1-i686.pkg.tar.gz, doesn't work...
Offline
@chance
What error does yaourt -S tint2-svn give?
Offline
@ u_no_hu
It says:
loading package data...
error: './tint2-svn-17-1-x86_64.pkg.tar.gz': cannot open package file
Your package is saved in /tmp/tint2-svn-17-1-x86_64.pkg.tar.gz
cp: cannot stat './tint2-svn-17-1-x86_64.pkg.tar.gz' : No such file or directory
Unable to copy ./tint2-svn-17-1-x86_64.pkg.tar.gz to /tmp/ directory
I tried using pacman -U tint2-svn as someone above suggested but it doesn't work either.
Offline
I suggest reading the makepkg wiki linked above. Your pkg file is called tint2-svn-17-1-x86_64.pkg.tar.gz:
# pacman -U /tmp/tint2-svn-17-1-x86_64.pkg.tar.gz
Last edited by tdy (2009-01-14 23:18:09)
Offline
Solved with help of makepkg site. Although there were a few tricks to it. Thanks for the help.
the only problem that's left now, is that when i tried to theme tint2 by 'nano ~/.config/tint/tintrc' and then saving the file, it says: Error writing /home/chance/.config/tint/tintrc: No such file or directory
I then tried 'tint -c $HOME/tint.conf' it says 'tint: command not found'.
Last edited by Chance (2009-01-15 01:47:08)
Offline
Offline
The binary is called tint2.
Thanks. After changing all the tint's to tint2's i found the file. It's wierd because the pdf file for tint2 said it was 'tint' and not 'tint2'. Anyways, everything's solved! Thanks everyone!!!
Offline
Pages: 1