[gimp/wip/akkana/Light-theme] First attempts to build the Light theme. Doesn't work, in either autotools or meson builds
- From: Akkana Peck <akkana src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/wip/akkana/Light-theme] First attempts to build the Light theme. Doesn't work, in either autotools or meson builds
- Date: Tue, 9 Aug 2022 17:32:49 +0000 (UTC)
commit f5c169dd4e8ec9e2eff8120ef6f8b270fa7a390e
Author: Akkana Peck <akkana shallowsky com>
Date: Tue Aug 9 11:32:33 2022 -0600
First attempts to build the Light theme. Doesn't work, in either autotools or meson builds
themes/Light/Makefile.am | 7 +++++++
themes/Makefile.am | 2 +-
themes/meson.build | 2 +-
3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/themes/Light/Makefile.am b/themes/Light/Makefile.am
new file mode 100644
index 0000000000..52acefffa6
--- /dev/null
+++ b/themes/Light/Makefile.am
@@ -0,0 +1,7 @@
+## Process this file with automake to produce Makefile.in
+
+themedatadir = $(gimpdatadir)/themes/Light
+
+themedata_DATA = gimp.css
+
+EXTRA_DIST = $(themedata_DATA)
diff --git a/themes/Makefile.am b/themes/Makefile.am
index 66817c9771..c7ca6e36c8 100644
--- a/themes/Makefile.am
+++ b/themes/Makefile.am
@@ -1,3 +1,3 @@
## Process this file with automake to produce Makefile.in
-SUBDIRS = System
+SUBDIRS = System Light
diff --git a/themes/meson.build b/themes/meson.build
index 1236f7a653..8f00a36c66 100644
--- a/themes/meson.build
+++ b/themes/meson.build
@@ -1,6 +1,6 @@
themes = [
- 'System',
+ 'System', 'Light',
]
foreach theme : themes
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]