[RepetierHost] Use Linux splashscreen

Miro Hrončok churchyard at fedoraproject.org
Sun Sep 1 17:47:57 UTC 2013


commit b5910f53e0ef22ae40ee6d6a24582f1713093ce5
Author: Miro Hrončok <miro at hroncok.cz>
Date:   Sun Sep 1 19:47:34 2013 +0200

    Use Linux splashscreen

 RepetierHost.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/RepetierHost.spec b/RepetierHost.spec
index b5c6750..ae423d3 100644
--- a/RepetierHost.spec
+++ b/RepetierHost.spec
@@ -1,6 +1,6 @@
 Name:           RepetierHost
 Version:        0.90C
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        3D printer control software
 License:        ASL 2.0
 URL:            http://www.repetier.com/
@@ -30,6 +30,9 @@ head -16 Repetier-Host-licence.txt > Repetier-Host-licence.txt.short \
 && mv -f Repetier-Host-licence.txt.short Repetier-Host-licence.txt
 dos2unix Repetier-Host-licence.txt README* changelog.txt
 
+#Linux splashscreen
+cp -f linux/hostsplash.png src/data/splashscreen.png
+
 cd src/%{name}
 
 # Linux is case sensitive
@@ -73,6 +76,9 @@ chmod +x %{buildroot}%{_bindir}/%{name}
 %{_datadir}/pixmaps/%{name}.ico
 
 %changelog
+* Sun Sep 01 2013 Miro Hrončok <mhroncok at redhat.com> - 0.90C-2
+- Use Linux splashscreen
+
 * Tue Aug 27 2013 Miro Hrončok <mhroncok at redhat.com> - 0.90C-1
 - New version
 


More information about the scm-commits mailing list