[Xfce4-commits] [apps/xfce4-notifyd] 01/01: Fix installation path of themes

noreply at xfce.org noreply at xfce.org
Tue Jul 12 22:00:48 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 e013f147b0a3fdcd28f79b29e717db8b46f96f75
Author: ToZ <tony.paulic at gmail.com>
Date:   Tue Jul 12 22:00:07 2016 +0200

    Fix installation path of themes
---
 Makefile.am | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 2fa81ec..d81db04 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,7 +51,7 @@ xfce4_notifyd_xfce4_notifyd_CFLAGS = \
 	$(LIBX11_CFLAGS) \
 	$(GIO_CFLAGS) \
 	$(GIO_UNIX_CFLAGS)
-	
+
 
 xfce4_notifyd_config_xfce4_notifyd_config_CFLAGS = \
 	-DG_LOG_DOMAIN=\"xfce4-notifyd-config\" \
@@ -105,13 +105,13 @@ else
 theme_dir = gtk-3.0
 endif
 
-defaultthemedir = $(datadir)/themes/$(theme_dir)/Default/xfce-notify-4.0
+defaultthemedir = $(datadir)/themes/Default/xfce-notify-4.0
 dist_defaulttheme_DATA = themes/$(theme_dir)/Default/gtk.css
 
-smokethemedir = $(datadir)/themes/$(theme_dir)/Smoke/xfce-notify-4.0
+smokethemedir = $(datadir)/themes/Smoke/xfce-notify-4.0
 dist_smoketheme_DATA = themes/$(theme_dir)/Smoke/gtk.css
 
-zomgponiesthemedir = $(datadir)/themes/$(theme_dir)/ZOMG-PONIES!/xfce-notify-4.0
+zomgponiesthemedir = $(datadir)/themes/ZOMG-PONIES!/xfce-notify-4.0
 dist_zomgponiestheme_DATA = themes/$(theme_dir)/ZOMG-PONIES!/gtk.css
 
 built_xfce4_notifyd = \

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


More information about the Xfce4-commits mailing list