[Xfce4-commits] [xfce/gtk-xfce-engine] 02/04: Added the flat theme to automake

noreply at xfce.org noreply at xfce.org
Sat Feb 28 14:04:30 CET 2015


This is an automated email from the git hooks/post-receive script.

peter pushed a commit to branch master-gtk2
in repository xfce/gtk-xfce-engine.

commit a2edb7c877768e9205a7f65f655e7e16470395af
Author: Peter de Ridder <peter at xfce.org>
Date:   Sat Feb 28 13:11:15 2015 +0100

    Added the flat theme to automake
---
 configure.ac.in                 |    2 ++
 themes/Makefile.am              |    1 +
 themes/flat/Makefile.am         |    4 ++++
 themes/flat/gtk-2.0/Makefile.am |    5 +++++
 4 files changed, 12 insertions(+)

diff --git a/configure.ac.in b/configure.ac.in
index 05b8456..cf3d4b4 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -108,6 +108,8 @@ themes/dawn/gtk-2.0/Makefile
 themes/dawn/Makefile
 themes/dusk/gtk-2.0/Makefile
 themes/dusk/Makefile
+themes/flat/gtk-2.0/Makefile
+themes/flat/Makefile
 themes/kolors/gtk-2.0/Makefile
 themes/kolors/Makefile
 themes/kde2/gtk-2.0/Makefile
diff --git a/themes/Makefile.am b/themes/Makefile.am
index 3a15b26..41a25cc 100644
--- a/themes/Makefile.am
+++ b/themes/Makefile.am
@@ -10,6 +10,7 @@ SUBDIRS = \
 	curve		\
 	dawn		\
 	dusk		\
+	flat		\
 	kde2		\
 	kolors		\
 	light		\
diff --git a/themes/flat/Makefile.am b/themes/flat/Makefile.am
new file mode 100644
index 0000000..4c396c3
--- /dev/null
+++ b/themes/flat/Makefile.am
@@ -0,0 +1,4 @@
+SUBDIRS = $(GTK_SUBDIRS)
+DIST_SUBDIRS = gtk-2.0
+themedir = $(datadir)/themes/Xfce-flat
+
diff --git a/themes/flat/gtk-2.0/Makefile.am b/themes/flat/gtk-2.0/Makefile.am
new file mode 100644
index 0000000..1e9249e
--- /dev/null
+++ b/themes/flat/gtk-2.0/Makefile.am
@@ -0,0 +1,5 @@
+themedir = $(datadir)/themes/Xfce-flat/gtk-2.0
+theme_DATA = gtkrc
+
+EXTRA_DIST = $(theme_DATA)
+

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list