Commit Graph

14 Commits (master)

Author SHA1 Message Date
Joonas Henriksson f040255886
gtk4: Remove theme versioning support
The changes for the GTK 4 theme seem to be backwards compatible, and
small enough to not require version specific theming (at least at
4.6). Based on comments from developers, this shouldn't change in the
future either. Drop the versioning support, and only ship single
theme, to simplify both maintenance and building.
2022-02-08 04:44:41 +02:00
Joonas Henriksson d238325fef
INSTALL: Update build dependencies 2022-01-01 20:42:30 +02:00
Joonas Henriksson e5ab834eda
gtk3: Remove theme versioning support
Since there's only one supported version, there's no need for this.
2021-12-10 16:12:30 +02:00
Joonas Henriksson 533c12a3c5
gtk4: Add GTK 4 theme
Closes: https://github.com/jnsh/arc-theme/issues/61
2021-10-05 03:50:07 +03:00
Sufian 9f2a80e31b Update INSTALL.md
Adjust heading sizes to split the INSTALL.md into smaller sections.
2021-08-07 18:52:21 +03:00
Sufian 250ec6c2ba Update INSTALL.md
Fix typo.
2021-08-07 18:52:21 +03:00
Joonas Henriksson b0bebda7b5
build: Add option for compiling gnome-shell theme into gresource
Intended to help users who want to add Arc styling to GDM by
replacing the default gnome-shell-theme.gresource. Compiled
gresources are simply installed alongside the shell themes, and
it is up to users to make any use of them.
2021-03-31 05:16:02 +03:00
Joonas Henriksson dd9e71c11b
build: Remove Autotools build support
Only support building with Meson from now on.
2021-03-19 20:47:06 +02:00
Joonas Henriksson f5b2e047b9
Add meson build system 2021-01-14 23:11:55 +02:00
Joonas Henriksson 0bec636cfd
INSTALL: Add missing dependencies
Closes https://github.com/jnsh/arc-theme/issues/99
2020-11-15 20:44:37 +02:00
Joonas Henriksson 3ab77a2e47
Remove openbox theme
The openbox theme was included from the arc-design repo under the
impression that it was specifically created for that project.
However, it was actually copied from an existing project [1].

It doesn't make sense to have the theme developed in two separate
locations. The themes supported in this repo should be limited to
GTK and GTK-based desktops, as it was with the original Arc-theme
project.

The Arc openbox theme remains available from its original repository.

[1] https://github.com/dglava/arc-openbox
2020-08-05 05:13:22 +03:00
Joonas Henriksson 7f11146292
build: Make optipng optional
optipng is not required for building the theme, but only used to
optimize the rendered PNG assets, which will reduce the size of the
built theme marginally. Make it optional, and only used if available
on the build environment, to avoid dependency hell with some
distributions, e.g. Clear Linux [1].

[1] https://github.com/jnsh/arc-theme/issues/52#issuecomment-642966596
2020-06-13 02:01:47 +03:00
Joonas Henriksson b85a07480d build: Allow installing for Arc-Lighter variant
Add support for Arc-Lighter variant, that does not have any dark
elements.
2020-01-02 19:49:09 +02:00
Joonas Henriksson afd8ef4f6e README revisioning 2019-12-16 14:54:50 +02:00