From 696192fbe27cb0ef3bbe54e4ae5dd72fb1cd4545 Mon Sep 17 00:00:00 2001 From: Florent Villard Date: Thu, 31 Jul 2003 16:48:54 +0000 Subject: fix images paths --- bootsplash.spec | 7 +++++-- themes/config/Mandrake/cfg/bootsplash-1600x1200.cfg | 4 ++-- themes/config/Mandrake/cfg/bootsplash-800x600.cfg | 4 ++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/bootsplash.spec b/bootsplash.spec index 0807c8e..fde7d3c 100644 --- a/bootsplash.spec +++ b/bootsplash.spec @@ -1,6 +1,6 @@ %define name bootsplash %define version 2.0.0 -%define release 1mdk +%define release 2mdk %define _bootdir /boot Summary: The Boot Splash Images and scripts @@ -19,7 +19,7 @@ Requires: mkinitrd > 3.1.6-25mdk #there is no way to say a special kernel requires. Requires: kernel Obsoletes: Aurora Aurora-Monitor-NewStyle-Categorizing-WsLib Aurora-Monitor-NewStyle-WsLib Aurora-Monitor-Traditional-Gtk+ Aurora-Monitor-Traditional-WsLib-8.2 -BuildRequires: freetype2-static-devel +BuildRequires: freetype2-static-devel libmng-static-devel # nomore noarch with the fbrelolution and progress binaries #BuildArchitectures: noarch @@ -94,6 +94,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Thu Jul 31 2003 Warly 2.0.0-2mdk +- some images paths where wrong + * Fri Feb 14 2003 Warly 2.0.0-1mdk - bootsplsh v3 - add fbtruetype from bootsplash.org diff --git a/themes/config/Mandrake/cfg/bootsplash-1600x1200.cfg b/themes/config/Mandrake/cfg/bootsplash-1600x1200.cfg index 56f0331..72fdae7 100644 --- a/themes/config/Mandrake/cfg/bootsplash-1600x1200.cfg +++ b/themes/config/Mandrake/cfg/bootsplash-1600x1200.cfg @@ -27,8 +27,8 @@ text_size=40 text_color=0xeef4ff # name of the picture file (full path recommended) -jpeg=/etc/bootsplash/themes/Mandrake/images/bootsplash-1600x1200.jpg -silentjpeg=/etc/bootsplash/themes/Mandrake/images/silent-1600x1200.jpg +jpeg=/usr/share//bootsplash/themes/Mandrake/images/bootsplash-1600x1200.jpg +silentjpeg=/usr/share//bootsplash/themes/Mandrake/images/silent-1600x1200.jpg progress_enable=1 diff --git a/themes/config/Mandrake/cfg/bootsplash-800x600.cfg b/themes/config/Mandrake/cfg/bootsplash-800x600.cfg index f572d35..5040097 100644 --- a/themes/config/Mandrake/cfg/bootsplash-800x600.cfg +++ b/themes/config/Mandrake/cfg/bootsplash-800x600.cfg @@ -27,8 +27,8 @@ text_size=20 text_color=0xeef4ff # name of the picture file (full path recommended) -jpeg=/etc/bootsplash/themes/Mandrake/images/bootsplash-800x600.jpg -silentjpeg=/etc/bootsplash/themes/Mandrake/images/silent-800x600.jpg +jpeg=/usr/share//bootsplash/themes/Mandrake/images/bootsplash-800x600.jpg +silentjpeg=/usr/share//bootsplash/themes/Mandrake/images/silent-800x600.jpg progress_enable=1 -- cgit v1.2.1