[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:41 CET 2015
This is an automated email from the git hooks/post-receive script.
peter pushed a commit to branch master
in repository xfce/gtk-xfce-engine.
commit 616e0224f43effef0928163e98a7a15a1a93951c
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 | 3 +++
themes/Makefile.am | 1 +
themes/flat/Makefile.am | 4 ++++
themes/flat/gtk-2.0/Makefile.am | 5 +++++
themes/flat/gtk-3.0/Makefile.am | 19 +++++++++++++++++++
5 files changed, 32 insertions(+)
diff --git a/configure.ac.in b/configure.ac.in
index 98107b7..ee34cad 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -136,6 +136,9 @@ themes/dawn/Makefile
themes/dusk/gtk-2.0/Makefile
themes/dusk/gtk-3.0/Makefile
themes/dusk/Makefile
+themes/flat/gtk-2.0/Makefile
+themes/flat/gtk-3.0/Makefile
+themes/flat/Makefile
themes/kolors/gtk-2.0/Makefile
themes/kolors/gtk-3.0/Makefile
themes/kolors/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..d34eb57
--- /dev/null
+++ b/themes/flat/Makefile.am
@@ -0,0 +1,4 @@
+SUBDIRS = $(GTK_SUBDIRS)
+DIST_SUBDIRS = gtk-2.0 gtk-3.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)
+
diff --git a/themes/flat/gtk-3.0/Makefile.am b/themes/flat/gtk-3.0/Makefile.am
new file mode 100644
index 0000000..98a69e2
--- /dev/null
+++ b/themes/flat/gtk-3.0/Makefile.am
@@ -0,0 +1,19 @@
+themedir = $(datadir)/themes/Xfce-flat/gtk-3.0
+appsdir = $(datadir)/themes/Xfce-flat/gtk-3.0/apps
+theme_DATA = \
+ apps/xfce.css \
+ gtk.css \
+ gtk-widgets.css \
+ settings.ini
+apps_DATA = \
+ apps/gnome-applications.css \
+ apps/granite-widgets.css \
+ apps/lightdm-gtk-greeter.css \
+ apps/lightdm-unity-greeter.css \
+ apps/unity.css \
+ apps/xfce.css
+
+EXTRA_DIST = \
+ $(theme_DATA) \
+ $(apps_DATA)
+
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list