You are not logged in.
==> Building and installing package
==> ERROR: install file ((gnome-themes-standard-git.install)) does not exist.
==> ERROR: Makepkg was unable to build gnome-themes-standard-git.
==> Restart building gnome-themes-standard-git ? [y/N]
==> --------------------------------------------------
==>
I get that when install this package. I have also installed this one, but I still don't get adwaita dark on gnome-tweak-tool or gtk-chtheme.
How can I install it, then? Thank you.
Last edited by ephan (2012-04-05 10:18:38)
Offline
==> ERROR: install file ((gnome-themes-standard-git.install)) does not exist.
Your answer is here.
How can I install it, then?
The usual way: get a tarball, extract, check if gnome-themes-standard-git.install exists (it does...), run makepkg -i.
:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
wget https://aur.archlinux.org/packages/gn/gnome-themes-standard-git/gnome-themes-standard-git.tar.gz
tar -xvf gnome-themes-standard-git
cd gnome-themes-standard
makepkg -si # (or -i)"==> ERROR: install file ((gnome-themes-standard-git.install)) does not exist."
Offline
Then inspect your PKGBUILD and check if the presence of the missing file is properly declared:
install=("$pkgname.install")It's not: the brackets are redundant. Remove them and run makepkg -i again.
Edit: better yet, change it like this:
install=${pkgname}.installLast edited by bohoomil (2012-04-03 20:27:21)
:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
Thank you, that works for fixing the package. I didn't end up installing it, though, i just made gtk3 apps prefer dark-theme ![]()
Offline
Glad to hear that. You may inform the author of the script to correct it, just in case someone else has a similar problem.
:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
Glad to hear that. You may inform the author of the script to correct it, just in case someone else has a similar problem.
The owner disowned it :S
Offline