Author: Konstantin Dmitriev <[email protected]>
Date:   Fri Jun  3 12:53:40 2011 +0700

Fixes for development splashscreen makefile.
- synfig_icon.sif is not missing anymore if building outside of source root
- force update splashscreen at every build

---

 synfig-studio/images/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/synfig-studio/images/Makefile.am b/synfig-studio/images/Makefile.am
index ec8ff0e..dcf0daa 100644
--- a/synfig-studio/images/Makefile.am
+++ b/synfig-studio/images/Makefile.am
@@ -394,9 +394,10 @@ splash_screen_development.sif: 
$(srcdir)/splash_screen_development.sif.in
        export commit_date=`git show --pretty=format:%ci HEAD |  head -c 10` && 
\
        export branch=`git branch -a --no-color --contains HEAD | sed -e s/\*\ 
// | sed -e s/\(no\ branch\)// | tr '\n' ' ' | tr -s ' ' | sed s/^' '//` && \
        export branch=`echo $$branch | egrep origin/master > /dev/null && echo 
master || echo $$branch | cut -d ' ' -f 1 | sed -e 's/.*\///'` && \
-       sed "s|%branch%|$$branch|" $< | sed "s|%commit_date%|$$commit_date|" | 
sed "s|%commit_id%|$$commit_id|" > $@
+       sed "s|%branch%|$$branch|" $< | sed "s|%commit_date%|$$commit_date|" | 
sed "s|%commit_id%|$$commit_id|" | sed 
"s|synfig_icon.sif#|$(srcdir)/synfig_icon.sif#|" > $@
 splash_screen.$(EXT): splash_screen_development.sif
        $(SYNFIG) -q $< -o $@ --time 0
+.PHONY: splash_screen_development.sif
 else
 splash_screen.$(EXT): $(srcdir)/splash_screen-$(PACKAGE_VERSION).sif
        $(SYNFIG) -q $< -o $@ --time 0


------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to