Updating branch refs/heads/master
         to eb5df914c640ada97f8f5dca0b2b350a45246bce (commit)
       from 16bc1e8b3869d946235dd358abd2b72c6ccf8904 (commit)

commit eb5df914c640ada97f8f5dca0b2b350a45246bce
Author: Christoph Mende <[email protected]>
Date:   Fri Jul 20 11:25:54 2012 +0200

    Use xdt-csource instead of exo-csource

 autogen.sh                  |    2 +-
 data/interfaces/Makefile.am |   16 ++++++++--------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index aa17066..0c41ab6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,7 +5,7 @@
 #
 # Written for Xfce by Benedikt Meurer <[email protected]>.
 
-export XDT_AUTOGEN_REQUIRED_VERSION="4.7.0"
+export XDT_AUTOGEN_REQUIRED_VERSION="4.9.0"
 
 (type xdt-autogen) >/dev/null 2>&1 || {
   cat >&2 <<EOF
diff --git a/data/interfaces/Makefile.am b/data/interfaces/Makefile.am
index 58a9c85..db6b338 100644
--- a/data/interfaces/Makefile.am
+++ b/data/interfaces/Makefile.am
@@ -14,25 +14,25 @@ if MAINTAINER_MODE
 BUILT_SOURCES = $(interfaces_h)
 
 parole_ui.h: parole.ui
-       exo-csource --static --strip-comments --strip-content --name=parole_ui 
$< > $@
+       xdt-csource --static --strip-comments --strip-content --name=parole_ui 
$< > $@
 
 parole-settings_ui.h: parole-settings.ui
-       exo-csource --static --strip-comments --strip-content 
--name=parole_settings_ui $< > $@
+       xdt-csource --static --strip-comments --strip-content 
--name=parole_settings_ui $< > $@
 
 playlist_ui.h: playlist.ui
-       exo-csource --static --strip-comments --strip-content 
--name=playlist_ui $< > $@
+       xdt-csource --static --strip-comments --strip-content 
--name=playlist_ui $< > $@
 
 mediachooser_ui.h: mediachooser.ui
-       exo-csource --static --strip-comments --strip-content 
--name=mediachooser_ui $< > $@
+       xdt-csource --static --strip-comments --strip-content 
--name=mediachooser_ui $< > $@
 
 save-playlist_ui.h: save-playlist.ui
-       exo-csource --static --strip-comments --strip-content 
--name=save_playlist_ui $< > $@
+       xdt-csource --static --strip-comments --strip-content 
--name=save_playlist_ui $< > $@
 
 open-location_ui.h: open-location.ui
-       exo-csource --static --strip-comments --strip-content 
--name=open_location_ui $< > $@
+       xdt-csource --static --strip-comments --strip-content 
--name=open_location_ui $< > $@
 
 plugins_ui.h: plugins.ui
-       exo-csource --static --strip-comments --strip-content --name=plugins_ui 
$< > $@
+       xdt-csource --static --strip-comments --strip-content --name=plugins_ui 
$< > $@
 
 endif
 
@@ -41,4 +41,4 @@ CLEANFILES =                                  \
 
 EXTRA_DIST =                                   \
        $(interfaces)                           \
-       $(interfaces_h)
\ No newline at end of file
+       $(interfaces_h)
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to