jnsh / arc-theme

A flat theme with transparent elements (actively maintained fork)
GNU General Public License v3.0
900 stars 77 forks source link

Missing Dependency #163

Closed atar-axis closed 2 years ago

atar-axis commented 2 years ago

I am trying to install the latest (as of today) version of this git repository on Ubuntu 21.10. I tried to install the gtk3 and gtk4 version, but sadly none worked :(

While running meson setup -Dthemes=gnome-shell,gtk3 --prefix=$HOME/.local build/ I got the error: Run-time dependency gtk+-3.0 found: NO (tried pkgconfig and cmake)

While running meson setup -Dthemes=gnome-shell,gtk4--prefix=$HOME/.local build/ I got the error: Run-time dependency gtk4 found: NO (tried pkgconfig and cmake)

jnsh commented 2 years ago

Either install the package with pkgconfig files for gtk, or define the gtk versions manually with e.g. gtk3_version build option.

See the versioned themes section in INSTALL.md

atar-axis commented 2 years ago

On Ubuntu you need to install libgtk-3-dev or libgtk-4-dev. Maybe worth mentioning in the README? On some other distros it is gtk3-devel e.g. Thanks for your work!

jnsh commented 2 years ago

Already mentioned in the INSTALL.md section I linked above :)

Closing.

atar-axis commented 2 years ago

Oh man, you are right... Absolutely my fault - shame on me. I am sorry for wasting your time!