[Xfce4-commits] [apps/xfce4-notifyd] 01/01: Fix including both GTK+ themes in dist (Bug #12737)
noreply at xfce.org
noreply at xfce.org
Mon Sep 5 10:15:04 CEST 2016
This is an automated email from the git hooks/post-receive script.
ochosi pushed a commit to branch master
in repository apps/xfce4-notifyd.
commit 46b813f1eea4fc0db7b68d1657cabea799157f6c
Author: Michał Górny <mgorny at gentoo.org>
Date: Wed Aug 31 07:01:05 2016 +0200
Fix including both GTK+ themes in dist (Bug #12737)
Signed-off-by: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
---
Makefile.am | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 70789f3..ff04300 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -118,6 +118,14 @@ dist_smoketheme_DATA = themes/$(theme_dir)/Smoke/gtk.css
zomgponiesthemedir = $(datadir)/themes/ZOMG-PONIES!/xfce-notify-4.0
dist_zomgponiestheme_DATA = themes/$(theme_dir)/ZOMG-PONIES!/gtk.css
+dist_themes = \
+ themes/gtk-3.0/Default/gtk.css \
+ themes/gtk-3.0/Smoke/gtk.css \
+ themes/gtk-3.0/ZOMG-PONIES!/gtk.css \
+ themes/gtk-3.20/Default/gtk.css \
+ themes/gtk-3.20/Smoke/gtk.css \
+ themes/gtk-3.20/ZOMG-PONIES!/gtk.css
+
built_xfce4_notifyd = \
xfce4-notifyd/xfce-notify-gbus.c \
xfce4-notifyd/xfce-notify-gbus.h
@@ -154,7 +162,8 @@ dist_noinst_DATA = \
$(dist_misc) \
$(dist_intltool) \
$(dist_service) \
- $(dist_xfce4_notifyd_config)
+ $(dist_xfce4_notifyd_config) \
+ $(dist_themes)
dist_noinst_SCRIPTS = \
$(dist_autogen)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list