]> git.pld-linux.org Git - packages/grub2.git/commitdiff
theme-starfield subpackage added
authorJacek Konieczny <jajcus@jajcus.net>
Sun, 28 Oct 2012 09:37:50 +0000 (10:37 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Sun, 28 Oct 2012 09:37:50 +0000 (10:37 +0100)
grub2.spec

index 760ba4ffa84b4aa92d0d5c99a98be43fafd476da..7896afb1b70dc375f0d250fc862a86a1891eb0f5 100644 (file)
@@ -211,12 +211,12 @@ This package provides bash-completion for GRUB.
 Pakiet ten dostarcza bashowe uzupełnianie nazw dla GRUB.
 
 %package pc
-Summary:       PC BIOS platform support for GRUB
-Group:         Base
-Requires:      %{name} = %{version}-%{release}
+summary:       pc bios platform support for grub
+group:         base
+requires:      %{name} = %{version}-%{release}
 
 %description pc
-PC BIOS platform support for GRUB.
+pc bios platform support for grub.
 
 %package efi
 Summary:       (U)EFI platform support for GRUB
@@ -233,6 +233,13 @@ Group:             Base
 %description mkfont
 Converts common font file formats into PF2.
 
+%package theme-starfield
+Summary:       starfield theme for GRUB
+Group:         Base
+
+%description theme-starfield
+starfield theme for GRUB.
+
 %prep
 %setup -q -n grub-%{version}
 %patch0 -p1
@@ -447,6 +454,8 @@ fi
 
 %{_infodir}/grub*.info*
 
+%dir %{_datadir}/grub/themes
+
 %if %{with pc}
 %files pc
 %defattr(644,root,root,755)
@@ -496,6 +505,10 @@ fi
 %{_mandir}/man1/grub-mkfont.1*
 %attr(755,root,root) %{_sbindir}/grub-mkfont
 
+%files theme-starfield
+%defattr(644,root,root,755)
+%{_datadir}/grub/themes/starfield
+
 %files -n bash-completion-%{name}
 %defattr(644,root,root,755)
 /etc/bash_completion.d/grub
This page took 0.107716 seconds and 4 git commands to generate.