diff options
author | Florent Villard <warly@mandriva.com> | 2003-07-31 16:48:54 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2003-07-31 16:48:54 +0000 |
commit | 696192fbe27cb0ef3bbe54e4ae5dd72fb1cd4545 (patch) | |
tree | e024a8b7ad37d76be45b3cb8e124e88da22d4809 | |
parent | 0b060fcb268275e6b6f245b8232a903571cd36f5 (diff) | |
download | bootsplash-696192fbe27cb0ef3bbe54e4ae5dd72fb1cd4545.tar bootsplash-696192fbe27cb0ef3bbe54e4ae5dd72fb1cd4545.tar.gz bootsplash-696192fbe27cb0ef3bbe54e4ae5dd72fb1cd4545.tar.bz2 bootsplash-696192fbe27cb0ef3bbe54e4ae5dd72fb1cd4545.tar.xz bootsplash-696192fbe27cb0ef3bbe54e4ae5dd72fb1cd4545.zip |
fix images pathsV2_0_0_2mdk
-rw-r--r-- | bootsplash.spec | 7 | ||||
-rw-r--r-- | themes/config/Mandrake/cfg/bootsplash-1600x1200.cfg | 4 | ||||
-rw-r--r-- | 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 <warly@mandrakesoft.com> 2.0.0-2mdk +- some images paths where wrong + * Fri Feb 14 2003 Warly <warly@mandrakesoft.com> 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 |