- version 4.4.3
OBS-URL: https://build.opensuse.org/package/show/system:install:head/gfxboot?expand=0&rev=72
This commit is contained in:
parent
67587c3dc1
commit
2d09151d09
3
KDE.tar.bz2
Normal file
3
KDE.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e36c4f09b8c6c3ee3e992e43fcc93e332224b5dc9c70a9360b00f4e74c6b49c
|
||||
size 83178
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bce16ea4986ff8ca6663be08ba90b78219205ef6888fa6de3fe1f6040230fd39
|
||||
size 130743
|
||||
oid sha256:c51686bbea6b689d4e5a697396c06d5e917d272885c5e3c3b44c9997e3f143e2
|
||||
size 130730
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b5c979c0bb43c31d399ce7d1c134a950148bec78c67915aa9e27b98dbd922b7d
|
||||
size 130401
|
||||
oid sha256:16188d81079fd4e49ca8a0051a1276419a16bdb68e5b8704a8a169a2fb1f0718
|
||||
size 130378
|
||||
|
@ -27,15 +27,16 @@ Recommends: gfxboot-theme >= 4
|
||||
Requires: coreutils cpio mktemp perl master-boot-code dosfstools mtools perl-HTML-Parser
|
||||
AutoReqProv: on
|
||||
Summary: Graphical Boot Logo for GRUB, LILO and SYSLINUX
|
||||
Version: 4.4.2
|
||||
Version: 4.4.3
|
||||
Release: 1
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: gfxboot-4.4.2.tar.bz2
|
||||
Source1: openSUSE.tar.bz2
|
||||
Source2: SLED.tar.bz2
|
||||
Source3: SLES.tar.bz2
|
||||
Source4: upstream.tar.bz2
|
||||
Source5: examples.tar.bz2
|
||||
Source: gfxboot-4.4.3.tar.bz2
|
||||
Source1: KDE.tar.bz2
|
||||
Source2: openSUSE.tar.bz2
|
||||
Source3: SLED.tar.bz2
|
||||
Source4: SLES.tar.bz2
|
||||
Source5: upstream.tar.bz2
|
||||
Source6: examples.tar.bz2
|
||||
|
||||
%description
|
||||
Tools to configure your bootloader graphics.
|
||||
@ -112,6 +113,19 @@ PreReq: gfxboot >= 4
|
||||
SLED theme for gfxboot (bootloader graphics).
|
||||
|
||||
|
||||
%package branding-KDE
|
||||
License: GPLv2+
|
||||
Supplements: packageand(gfxboot:branding-KDE)
|
||||
Provides: gfxboot-theme
|
||||
Summary: gfxboot KDE theme
|
||||
AutoReqProv: on
|
||||
Group: System/Boot
|
||||
PreReq: gfxboot >= 4
|
||||
|
||||
%description branding-KDE
|
||||
KDE theme for gfxboot (bootloader graphics).
|
||||
|
||||
|
||||
|
||||
%prep
|
||||
%setup
|
||||
@ -120,6 +134,7 @@ SLED theme for gfxboot (bootloader graphics).
|
||||
%setup -T -D -a 3
|
||||
%setup -T -D -a 4
|
||||
%setup -T -D -a 5
|
||||
%setup -T -D -a 6
|
||||
|
||||
%build
|
||||
# fix build
|
||||
@ -149,6 +164,9 @@ gfxboot --update-theme SLES
|
||||
%post branding-SLED
|
||||
gfxboot --update-theme SLED
|
||||
|
||||
%post branding-KDE
|
||||
gfxboot --update-theme KDE
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
@ -194,4 +212,11 @@ rm -rf %{buildroot}
|
||||
/etc/bootsplash/themes/SLED
|
||||
%ghost /boot/message
|
||||
|
||||
%files branding-KDE
|
||||
%defattr(-,root,root)
|
||||
%dir /etc/bootsplash
|
||||
%dir /etc/bootsplash/themes
|
||||
/etc/bootsplash/themes/KDE
|
||||
%ghost /boot/message
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f40c9c4b520357c101c9ec52179355d8fa437a1259dd7de3ae4452db75495564
|
||||
size 163838
|
3
gfxboot-4.4.3.tar.bz2
Normal file
3
gfxboot-4.4.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:21a8705bcda23b7cb5103d78302ba346bad157bdf5e83aeeb9bbc9771f878be9
|
||||
size 164278
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 7 17:11:53 CEST 2011 - snwint@suse.de
|
||||
|
||||
- added KDE theme
|
||||
- update upstream theme
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 7 16:34:42 CEST 2011 - snwint@suse.de
|
||||
|
||||
|
39
gfxboot.spec
39
gfxboot.spec
@ -27,15 +27,16 @@ Recommends: gfxboot-theme >= 4
|
||||
Requires: coreutils cpio mktemp perl master-boot-code dosfstools mtools perl-HTML-Parser
|
||||
AutoReqProv: on
|
||||
Summary: Graphical Boot Logo for GRUB, LILO and SYSLINUX
|
||||
Version: 4.4.2
|
||||
Version: 4.4.3
|
||||
Release: 1
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: gfxboot-4.4.2.tar.bz2
|
||||
Source1: openSUSE.tar.bz2
|
||||
Source2: SLED.tar.bz2
|
||||
Source3: SLES.tar.bz2
|
||||
Source4: upstream.tar.bz2
|
||||
Source5: examples.tar.bz2
|
||||
Source: gfxboot-4.4.3.tar.bz2
|
||||
Source1: KDE.tar.bz2
|
||||
Source2: openSUSE.tar.bz2
|
||||
Source3: SLED.tar.bz2
|
||||
Source4: SLES.tar.bz2
|
||||
Source5: upstream.tar.bz2
|
||||
Source6: examples.tar.bz2
|
||||
|
||||
%description
|
||||
Tools to configure your bootloader graphics.
|
||||
@ -112,6 +113,19 @@ PreReq: gfxboot >= 4
|
||||
SLED theme for gfxboot (bootloader graphics).
|
||||
|
||||
|
||||
%package branding-KDE
|
||||
License: GPLv2+
|
||||
Supplements: packageand(gfxboot:branding-KDE)
|
||||
Provides: gfxboot-theme
|
||||
Summary: gfxboot KDE theme
|
||||
AutoReqProv: on
|
||||
Group: System/Boot
|
||||
PreReq: gfxboot >= 4
|
||||
|
||||
%description branding-KDE
|
||||
KDE theme for gfxboot (bootloader graphics).
|
||||
|
||||
|
||||
|
||||
%prep
|
||||
%setup
|
||||
@ -120,6 +134,7 @@ SLED theme for gfxboot (bootloader graphics).
|
||||
%setup -T -D -a 3
|
||||
%setup -T -D -a 4
|
||||
%setup -T -D -a 5
|
||||
%setup -T -D -a 6
|
||||
|
||||
%build
|
||||
# fix build
|
||||
@ -149,6 +164,9 @@ gfxboot --update-theme SLES
|
||||
%post branding-SLED
|
||||
gfxboot --update-theme SLED
|
||||
|
||||
%post branding-KDE
|
||||
gfxboot --update-theme KDE
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
@ -194,4 +212,11 @@ rm -rf %{buildroot}
|
||||
/etc/bootsplash/themes/SLED
|
||||
%ghost /boot/message
|
||||
|
||||
%files branding-KDE
|
||||
%defattr(-,root,root)
|
||||
%dir /etc/bootsplash
|
||||
%dir /etc/bootsplash/themes
|
||||
/etc/bootsplash/themes/KDE
|
||||
%ghost /boot/message
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6105082222458689ed550ffb7958be954598e5daddf7739fdd4d23f949421b98
|
||||
size 84914
|
||||
oid sha256:d9a32f8f8e59088789211cc3390e39598aa6684dccb038cf920999865b80bfc2
|
||||
size 49788
|
||||
|
Loading…
x
Reference in New Issue
Block a user