You are not logged in.

#1 2012-04-03 19:06:20

ephan
Member
Registered: 2011-11-02
Posts: 171

[CODE] Install Gnome theme Adwaita Dark

==> 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

#2 2012-04-03 19:44:00

bohoomil
Banned
Registered: 2010-09-04
Posts: 2,377
Website

Re: [CODE] Install Gnome theme Adwaita Dark

ephan wrote:

==> ERROR: install file ((gnome-themes-standard-git.install)) does not exist.

Your answer is here.

ephan wrote:

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

#3 2012-04-03 20:02:11

ephan
Member
Registered: 2011-11-02
Posts: 171

Re: [CODE] Install Gnome theme Adwaita Dark

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

#4 2012-04-03 20:25:01

bohoomil
Banned
Registered: 2010-09-04
Posts: 2,377
Website

Re: [CODE] Install Gnome theme Adwaita Dark

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}.install

Last edited by bohoomil (2012-04-03 20:27:21)


:: Registered Linux User No. 223384

:: github
:: infinality-bundle+fonts: good looking fonts made easy

Offline

#5 2012-04-03 21:14:58

ephan
Member
Registered: 2011-11-02
Posts: 171

Re: [CODE] Install Gnome theme Adwaita Dark

Thank you, that works for fixing the package. I didn't end up installing it, though, i just made gtk3 apps prefer dark-theme smile

Offline

#6 2012-04-03 21:17:13

bohoomil
Banned
Registered: 2010-09-04
Posts: 2,377
Website

Re: [CODE] Install Gnome theme Adwaita Dark

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

#7 2012-04-04 13:06:31

ephan
Member
Registered: 2011-11-02
Posts: 171

Re: [CODE] Install Gnome theme Adwaita Dark

bohoomil wrote:

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

Board footer

Powered by FluxBB