[gimp/gtk3-port-meson: 12/13] Disable some non-ported themes.



commit 0f0d4def0598fc858fb59254791ca4ce872fd8b2
Author: Félix Piédallu <felix piedallu me>
Date:   Mon Feb 12 17:15:02 2018 +0100

    Disable some non-ported themes.

 themes/meson.build |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/themes/meson.build b/themes/meson.build
index a161d96..44f72e1 100644
--- a/themes/meson.build
+++ b/themes/meson.build
@@ -1,10 +1,11 @@
 
 theme_names = [
-  [ 'Lighter',  '00-Lighter' ],
-  [ 'Light',    '01-Light' ],
-  [ 'Gray',     '02-Gray' ],
-  [ 'Dark',     '03-Dark' ],
-  [ 'Darker',   '04-Darker' ],
+  # [ 'Lighter',  '00-Lighter' ],
+  # [ 'Light',    '01-Light' ],
+  # [ 'Gray',     '02-Gray' ],
+  # [ 'Dark',     '03-Dark' ],
+  # [ 'Darker',   '04-Darker' ],
+  [ 'Small',    'Small' ],
   [ 'System',   'System' ],
 ]
 
@@ -12,7 +13,7 @@ foreach theme : theme_names
   theme_srcdir = theme[0]
   theme_bindir = theme[1]
   install_data(
-    join_paths(theme_srcdir, 'gtkrc'),
+    join_paths(theme_srcdir, 'gimp.css'),
     install_dir: join_paths(gimpdatadir, 'themes', theme_bindir)
   )
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]