]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/bootsplash
RRDTool Fix
[ipfire-2.x.git] / lfs / bootsplash
index 17fd83f524f14ccb2a9ffb8dc0b982d503ac696e..fedaa847d25d93c5439d5f2a64fcec00d028d0ef 100644 (file)
@@ -26,7 +26,7 @@
 
 include Config
 
-VER        = 3.0.7
+VER        = 3.2
 
 THISAPP    = bootsplash-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = d7c7cdab692fb2edc5cf5ebb554f20a1
+$(DL_FILE)_MD5 = b74c104372fd182d0442b3ed63210e29
 
 install : $(TARGET)
 
@@ -72,11 +72,13 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP)/Utilities && patch -Np0 < /usr/src/src/patches/bootsplash-3.0.7-include-fix.patch
+       cd $(DIR_APP) && patch -Np1 < /usr/src/src/patches/bootsplash-3.2_makefile.patch
        cd $(DIR_APP)/Utilities && make
-       cd $(DIR_APP)/Utilities && cp -f splash /sbin
-       -mkdir -p /etc/bootsplash/themes/current
-       cd $(DIR_APP) && cp -Rf $(DIR_CONF)/bootsplash/* /etc/bootsplash/themes/current
-       -find /etc/bootsplash/themes/current -name .svn -exec rm -rf {} \;
+       cd $(DIR_APP)/Utilities && cp -f splash fbresolution fbmngplay fbtruetype /sbin
+       cd $(DIR_APP)/Scripts && cp -f bootanim /sbin
+       cd $(DIR_APP)/Scripts && chmod +x /sbin/bootanim
+       -mkdir -p /boot/splash
+       cd $(DIR_APP) && cp -Rf $(DIR_CONF)/bootsplash/* /boot/splash
+       -find /boot/splash -name .svn -exec rm -rf {} \;
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)