[Xfce4-commits] [panel-plugins/xfce4-notes-plugin] 01/01: build: install graphics tabs/ for gtk-2.0 theme (bug #11839)
noreply at xfce.org
noreply at xfce.org
Sun Apr 26 14:21:59 CEST 2015
This is an automated email from the git hooks/post-receive script.
mmassonnet pushed a commit to branch master
in repository panel-plugins/xfce4-notes-plugin.
commit 8e4af5d1a326a80104b03ff59738bf537e967b3f
Author: Mike Massonnet <mmassonnet at gmail.com>
Date: Sun Apr 26 14:21:53 2015 +0200
build: install graphics tabs/ for gtk-2.0 theme (bug #11839)
---
data/gtk-2.0/Makefile.am | 2 +-
data/gtk-2.0/tabs/Makefile.am | 11 +++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/data/gtk-2.0/Makefile.am b/data/gtk-2.0/Makefile.am
index 1225724..234aa91 100644
--- a/data/gtk-2.0/Makefile.am
+++ b/data/gtk-2.0/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = scrollbars
+SUBDIRS = scrollbars tabs
notesgtkrcdir = $(pkgdatadir)/gtk-2.0
dist_notesgtkrc_DATA = \
gradient.png \
diff --git a/data/gtk-2.0/tabs/Makefile.am b/data/gtk-2.0/tabs/Makefile.am
new file mode 100644
index 0000000..69339c3
--- /dev/null
+++ b/data/gtk-2.0/tabs/Makefile.am
@@ -0,0 +1,11 @@
+scrollbarsdir = $(pkgdatadir)/gtk-2.0/scrollbars
+dist_scrollbars_DATA = \
+ notebook.png \
+ tab-bottom-active.png \
+ tab-bottom.png \
+ tab-left-active.png \
+ tab-left.png \
+ tab-right-active.png \
+ tab-right.png \
+ tab-top-active.png \
+ tab-top.png
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list