This package must be built with sassc 3.5 and cannot be built with sassc 3.6 or higher. Related upstream issue: https://github.com/andreisergiu98/arc-flatabulous-theme/issues/45
Search Criteria
Package Details: gtk-arc-flatabulous-theme-git r905.6658eac-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gtk-arc-flatabulous-theme-git.git (read-only, click to copy) |
---|---|
Package Base: | gtk-arc-flatabulous-theme-git |
Description: | Arc theme with Flatabulous window controls. |
Upstream URL: | https://github.com/andreisergiu98/arc-flatabulous-theme |
Keywords: | theme |
Licenses: | GPL3 |
Conflicts: | gtk-arc-flatabulous-theme |
Provides: | gtk-arc-flatabulous-theme |
Submitter: | orestisf |
Maintainer: | acxz |
Last Packager: | acxz |
Votes: | 28 |
Popularity: | 0.000000 |
First Submitted: | 2016-04-10 11:57 (UTC) |
Last Updated: | 2022-02-23 01:43 (UTC) |
Dependencies (10)
- autoconf (autoconf-gitAUR) (make)
- automake (automake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- inkscape (inkscape-gitAUR) (make)
- optipng (make)
- sassc (sassc-gitAUR) (make)
- gnome-shell (gnome-shell-mobile-gitAUR, gnome-shell-screencast-vaapiAUR, gnome-shell-mobileAUR, gnome-shell-beta-performanceAUR, gnome-shell-performance-unstableAUR, gnome-shell-performanceAUR, gnome-shell-gitAUR) (optional) – for detecting GNOME Shell version
- gnome-themes-extra (optional) – for gtk2 themes
- gtk-engine-murrine (optional) – for gtk2 themes
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR) (optional) – for gtk3 themes
Required by (0)
Sources (1)
gnaggnoyil commented on 2022-04-04 16:27 (UTC)
acxz commented on 2020-02-03 02:13 (UTC)
Development is on Github: https://github.com/acxz/pkgbuilds Please open issues and PRs there instead of commenting.
acxz commented on 2019-12-04 03:13 (UTC)
Fixed it up!
acxz commented on 2019-11-17 04:48 (UTC) (edited on 2019-11-17 04:49 (UTC) by acxz)
@Gioconda this package fails to build for me. I believe the build process has changed.
Building for GTK3 3.20
checking for gnome-shell... no
configure: error: Could not determine GNOME Shell version. Install gnome-shell, or specify the version using '--with-gnome-shell=<version>' option.
configure: WARNING: cache variable ac_cv_prog_GNOME_SHELL_FOUND contains a newline
trinaldi commented on 2019-08-13 02:09 (UTC) (edited on 2019-08-13 02:12 (UTC) by trinaldi)
@electricprism, I was not able to reproduce the error.
I installed trough yay
and pure git clone
(Following the instructions from README).
Did you add any extra options?
A quick search for your error inkscape: error while loading shared libraries: libpoppler.so
suggests that it might be a problem with Inkscape itself.
electricprism commented on 2019-08-02 18:20 (UTC)
/usr/bin/inkscape: error while loading shared libraries: libpoppler.so.87: cannot open shared object file: No such file or directory /usr/bin/inkscape: error while loading shared libraries: libpoppler.so.87: cannot open shared object file: No such file or directory /usr/bin/inkscape: error while loading shared libraries: libpoppler.so.87/usr/bin/inkscape: error while loading shared libraries: : libpoppler.so.87: cannot open shared object file: No such file or directory cannot open shared object filemake[2]: [Makefile:731: light/assets/arrow-down-small-insens.png] Error 127 : No such file or directory make[2]: [Makefile:731: light/assets/arrow-right-insens.png] Error 127 make[2]: [Makefile:731: light/assets/arrow-down-small-prelight.png] Error 127 make[2]: [Makefile:731: light/assets/arrow-up-prelight.png] Error 127 make[2]: [Makefile:731: light/assets/arrow-up-insens.png] Error 127 make[2]: [Makefile:731: light/assets/arrow-up-small.png] Error 127 /usr/bin/inkscape: error while loading shared libraries: libpoppler.so.87: cannot open shared object file: No such file or directory make[2]: [Makefile:731: light/assets/arrow-up-small-prelight.png] Error 127 /usr/bin/inkscape: error while loading shared libraries: libpoppler.so.87: cannot open shared object file: No such file or directory /usr/bin/inkscape: error while loading shared libraries: libpoppler.so.87: cannot open shared object file: No such file or directory /usr/bin/inkscape: error while loading shared libraries: libpoppler.so.87: cannot open shared object file: No such file or directory make[2]: [Makefile:731: light/assets/arrow-up-small-insens.png] Error 127 make[2]: [Makefile:731: light/assets/menu-arrow.png] Error 127 make[2]: [Makefile:731: light/assets/button.png] Error 127 make[2]: [Makefile:731: light/assets/menu-arrow-prelight.png] Error 127 make[2]: [Makefile:731: light/assets/button-hover.png] Error 127 make[2]: Leaving directory '/Profiles/Loren/Account/.cache/yay/gtk-arc-flatabulous-theme-git/src/arc-flatabulous-theme/common/gtk-2.0' make[1]: [Makefile:435: install-recursive] Error 1 make[1]: Leaving directory '/Profiles/Loren/Account/.cache/yay/gtk-arc-flatabulous-theme-git/src/arc-flatabulous-theme/common' make: [Makefile:360: install-recursive] Error 1 ==> ERROR: A failure occurred in package(). Aborting... Error making: gtk-arc-flatabulous-theme-git
gnaggnoyil commented on 2019-04-29 13:37 (UTC)
Just for a site note, one has to specify environment variable OPTION_GTK2_HIDPI
to "true"
when running makepkg
in order that the build process would generate icons under dpi 196 for xfwm themes.
ivdok commented on 2019-04-23 20:30 (UTC)
Consider adding 'inkscape' to makedepends if your build is failing. Also, if you're using DE other than Gnome3, you can add following arguments to build(./configure --prefix=/usr), right before the prefix: --disable-gnome-shell --with-gtk3=3.24, and so on, as described on the upstream's README.
Gioconda commented on 2018-03-25 22:18 (UTC)
Hi @trinaldi, you should describe that problem in the upstream(https://github.com/andreisergiu98/arc-flatabulous-theme/issues)
trinaldi commented on 2018-03-25 16:10 (UTC)
I'm getting transparent dialog and top panel with GNOME 3.28.
Pinned Comments
acxz commented on 2020-02-03 02:13 (UTC)
Development is on Github: https://github.com/acxz/pkgbuilds Please open issues and PRs there instead of commenting.