mclmza / arc-theme-Red

A red themed derivation of https://github.com/horst3180/arc-theme
GNU General Public License v3.0
114 stars 21 forks source link

Not installable with Gnome 3.22 #9

Closed azatoth closed 7 years ago

azatoth commented 7 years ago

I'm using Debian testing (stretch) and can't install this due to seemingly too new gnome/gtk+:

azatoth@azaboxen:~/build/arc-theme-Red «master u=»$ ./autogen.sh --prefix=/usr
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: automake --add-missing --copy --force-missing
autoreconf: Leaving directory `.'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
configure: error: Invalid GNOME version: 3.22
azatoth@azaboxen:~/build/arc-theme-Red «master u=»$ apt-cache policy libgtk-3-dev
libgtk-3-dev:
  Installed: 3.22.1-1
  Candidate: 3.22.1-1
  Version table:
 *** 3.22.1-1 500
        500 http://ftp.funet.fi/pub/linux/mirrors/debian testing/main amd64 Packages
        100 /var/lib/dpkg/status
ghost commented 7 years ago

I can verify this. Running Archlinux which the default repository is now at GTK v3.22, and this theme won't build.

cbf305 commented 7 years ago

also can confirm this won't build with 3.22 :-(

igemnace commented 7 years ago

I'll try to see if I can manage a PR... gnome-shell/3.20 is itself just a symlink to 3.18, so the assets are no problem.

What I did for my system in the meantime was:

cho2 commented 7 years ago

https://github.com/mclmza/arc-theme-Red/pull/11

ekhall commented 7 years ago

@cho2 - you're a rockstar.