Package Details: gtk-theme-solarc-git 848.ee3ca40-1

Git Clone URL: https://aur.archlinux.org/gtk-theme-solarc-git.git (read-only, click to copy)
Package Base: gtk-theme-solarc-git
Description: A flat theme with transparent elements. Based on the Arc theme: https://github.com/jnsh/arc-theme
Upstream URL: https://github.com/schemar/solarc-theme
Licenses: GPL3
Conflicts: gtk-theme-solarc
Provides: gtk-theme-solarc
Submitter: ebilgenius
Maintainer: Omnikron13
Last Packager: Omnikron13
Votes: 11
Popularity: 0.000004
First Submitted: 2016-08-01 17:28 (UTC)
Last Updated: 2020-08-16 20:41 (UTC)

Latest Comments

1 2 Next › Last »

Omnikron13 commented on 2020-08-19 10:01 (UTC) (edited on 2020-08-19 10:15 (UTC) by Omnikron13)

That isn't an infinite loop; that is inkscape warning you that you are missing the 'fonts' directory in its config every time it is being called to optimise an asset. Create the fonts folder in your inkscape config, or ignore it.

Ralf_Mardorf commented on 2020-08-19 03:15 (UTC)

The build got caught in an endless warning loop.

### Optimising SVGs

** (org.inkscape.Inkscape:39000): WARNING **: 05:00:39.846: Fonts dir '/home/rocketmouse/.config/inkscape/fonts' does not exist and will be ignored.

jhbruhn commented on 2020-08-01 15:28 (UTC)

This package fails to build for me because I don't have cinnamon installed, thus it fails to find the cinnamon version. I fixed this by adding the cinnamon version explicitly like it is done with gnome and opened a PR on github, assuming it was the right repo? https://github.com/schemar/solarc-theme/pull/35 Just wanted to notify you here as well.

Omnikron13 commented on 2020-05-19 18:03 (UTC)

Just to keep everyone in the loop, the issue lenni mentioned is a somewhat awkward upstream problem.

SolArc is (currently) based on the NicoHood/Arc-Design fork of horst3180's original theme. Unfortunately that version is now no longer maintained, and since then Inkscape 1.0 has released, with different commandline flags (the fact that --export-png has been seemingly been replaced with --export-file is what matters to us here).

There is a second fork of horst3180's theme that SolArc will likely re-base itself on, however the forks seem to have some differences which need investigating and testing, so I cannot fix this immediately.

scrouthtv commented on 2020-05-14 18:21 (UTC)

Thanks for your work! This was working for me for months, but now (fresh install) I have this problem: Making all in common make[1]: Entering directory '/home/lenni/.cache/yay/gtk-theme-solarc-git/src/solarc-theme/arc-theme-20190917/common' Making all in gtk-2.0 make[2]: Entering directory '/home/lenni/.cache/yay/gtk-theme-solarc-git/src/solarc-theme/arc-theme-20190917/common/gtk-2.0' /usr/bin/mkdir -p "light/assets"/ /usr/bin/inkscape --export-id-only --export-png="light/assets/arrow-down.png" --export-id="arrow-down" --export-dpi=96 "light/assets.svg" >/dev/null Unknown option --export-png=light/assets/arrow-down.png make[2]: [Makefile:731: light/assets/arrow-down.png] Error 1 make[2]: Leaving directory '/home/lenni/.cache/yay/gtk-theme-solarc-git/src/solarc-theme/arc-theme-20190917/common/gtk-2.0' make[1]: [Makefile:435: all-recursive] Error 1 make[1]: Leaving directory '/home/lenni/.cache/yay/gtk-theme-solarc-git/src/solarc-theme/arc-theme-20190917/common' make: *** [Makefile:360: all-recursive] Error 1 ==> ERROR: A failure occurred in build(). Aborting... error making: gtk-theme-solarc-git

The github version works fine

Omnikron13 commented on 2019-09-06 02:54 (UTC)

The version here should work now, but if there are any issues drop a comment here or open an issue upstream and I'll sort it out. =)

nariox commented on 2019-09-06 01:34 (UTC)

@trinaldi: no problem. I am no PKGBUILD wizard either. @Omnikron13: thank you for adopting this package! :D

Omnikron13 commented on 2019-08-23 16:52 (UTC) (edited on 2019-08-23 16:52 (UTC) by Omnikron13)

Another alternative for people while this is not up to date are these two PKGBUILD files for prebuilt packages of the just released 2.0.0 version:

SolArc: https://gist.github.com/Omnikron13/7fc80a9674aeb2fa420e2138c9e4f30a

SolArc-solid: https://gist.github.com/Omnikron13/dbfc25c223916804deff0bfdfb814224

trinaldi commented on 2019-08-14 22:11 (UTC) (edited on 2019-08-14 22:18 (UTC) by trinaldi)

Thanks, nariox.

Indeed it is a crude workaround. I'll review it.

Thanks again

PS: To be fair, it's my first go at a PKGBUILD.

nariox commented on 2019-08-14 12:59 (UTC)

Hi trinaldi, I like your solution with find, but you also need to add the makedepends for it to build properly. Check Omnikron13's PKGBUILD for more info.