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

2015-02-28 Thread noreply
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 
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 000..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 000..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 000..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.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2015-02-28 Thread noreply
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 
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 000..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 000..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.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits