[gimp/wip/akkana/Light-theme: 2/4] First attempts to build the Light theme. Doesn't work, in either autotools or meson builds




commit 9dbf1c30a8157fe8b1a90c7720c6b3be66055ca3
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]