[gimp] themes: order themes by shades of gray.



commit 7b27e0379927f99202cc3a7b0b93bbf6f66e0db0
Author: Jehan <jehan girinstud io>
Date:   Tue Mar 22 01:40:18 2016 +0100

    themes: order themes by shades of gray.
    
    Since current implementation orders by folder, let's prepend install
    folders by numbers.

 themes/Dark/Makefile.am    |    4 ++--
 themes/Darker/Makefile.am  |    4 ++--
 themes/Gray/Makefile.am    |    4 ++--
 themes/Light/Makefile.am   |    4 ++--
 themes/Lighter/Makefile.am |    4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/themes/Dark/Makefile.am b/themes/Dark/Makefile.am
index 7278546..512f261 100644
--- a/themes/Dark/Makefile.am
+++ b/themes/Dark/Makefile.am
@@ -1,7 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 
-themedatadir = $(gimpdatadir)/themes/Dark
-themeuidir   = $(gimpdatadir)/themes/Dark/ui
+themedatadir = $(gimpdatadir)/themes/03-Dark
+themeuidir   = $(gimpdatadir)/themes/03-Dark/ui
 
 themedata_DATA = gtkrc
 
diff --git a/themes/Darker/Makefile.am b/themes/Darker/Makefile.am
index 9cbf5c1..342652f 100644
--- a/themes/Darker/Makefile.am
+++ b/themes/Darker/Makefile.am
@@ -1,7 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 
-themedatadir = $(gimpdatadir)/themes/Darker
-themeuidir   = $(gimpdatadir)/themes/Darker/ui
+themedatadir = $(gimpdatadir)/themes/04-Darker
+themeuidir   = $(gimpdatadir)/themes/04-Darker/ui
 
 themedata_DATA = gtkrc
 
diff --git a/themes/Gray/Makefile.am b/themes/Gray/Makefile.am
index d205f63..98753f3 100644
--- a/themes/Gray/Makefile.am
+++ b/themes/Gray/Makefile.am
@@ -1,7 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 
-themedatadir = $(gimpdatadir)/themes/Gray
-themeuidir   = $(gimpdatadir)/themes/Gray/ui
+themedatadir = $(gimpdatadir)/themes/02-Gray
+themeuidir   = $(gimpdatadir)/themes/02-Gray/ui
 
 themedata_DATA = gtkrc
 
diff --git a/themes/Light/Makefile.am b/themes/Light/Makefile.am
index d999cd0..2c4ac9d 100644
--- a/themes/Light/Makefile.am
+++ b/themes/Light/Makefile.am
@@ -1,7 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 
-themedatadir = $(gimpdatadir)/themes/Light
-themeuidir   = $(gimpdatadir)/themes/Light/ui
+themedatadir = $(gimpdatadir)/themes/01-Light
+themeuidir   = $(gimpdatadir)/themes/01-Light/ui
 
 themedata_DATA = gtkrc
 
diff --git a/themes/Lighter/Makefile.am b/themes/Lighter/Makefile.am
index 2571be3..7a917db 100644
--- a/themes/Lighter/Makefile.am
+++ b/themes/Lighter/Makefile.am
@@ -1,7 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 
-themedatadir = $(gimpdatadir)/themes/Lighter
-themeuidir   = $(gimpdatadir)/themes/Lighter/ui
+themedatadir = $(gimpdatadir)/themes/00-Lighter
+themeuidir   = $(gimpdatadir)/themes/00-Lighter/ui
 
 themedata_DATA = gtkrc
 


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