[byzanz] Stop installing menu file in GNOME 2 directory



commit dee2c066a023ad6104826232e425efe7ba0ad48f
Author: Vincent Untz <vuntz gnome org>
Date:   Thu Jul 7 16:04:31 2011 +0200

    Stop installing menu file in GNOME 2 directory
    
    $(datadir)/gnome-2.0/ui/ is really too GNOME 2. In the GNOME 3 world,
    that's not nice. Let's use $(datadir)/byzanz/ instead.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=654158

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 1f3e991..d09f357 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -113,7 +113,7 @@ org.gnome.panel.applet.ByzanzAppletFactory.service: $(service_in_files)
 	    -e "s|\ LIBEXECDIR\@|$(libexecdir)|" \
 	    $< > $@
 
-uidir = $(datadir)/gnome-2.0/ui
+uidir = $(datadir)/byzanz
 ui_DATA = byzanzapplet.xml
 
 CLEANFILES = $(applet_DATA) $(applet_DATA).in $(service_DATA) $(schemas_DATA) $(BUILT_SOURCES)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]