]> git.pld-linux.org Git - packages/plymouth.git/blob - plymouth.spec
- get rid of ShowDelay from defaults
[packages/plymouth.git] / plymouth.spec
1 # TODO
2 # - integrate with geninitrd
3 # - pldize recent update (r1.18)
4 #
5 # Conditional build:
6 %bcond_without  drm             # disable building with DRM renderer support
7
8 Summary:        Graphical Boot Animation and Logger
9 Summary(pl.UTF-8):      Graficzna animacja i logowanie startu systemu
10 Name:           plymouth
11 Version:        0.8.8
12 Release:        10
13 License:        GPL v2+
14 Group:          Base
15 Source0:        http://www.freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
16 # Source0-md5:  38f5e613e5ab17806b950cee2d0d0d4e
17 Source1:        %{name}-logo.png
18 # Source1-md5:  6b38a868585adfd3a96a4ad16973c1f8
19 Source2:        %{name}.tmpfiles
20 Source4:        boot-duration
21 Source6:        %{name}-update-initrd
22 Patch0:         text-colors.patch
23 Patch1:         %{name}-restore-suspend.patch
24 Patch100:       %{name}-git.patch
25 URL:            http://www.freedesktop.org/wiki/Software/Plymouth
26 BuildRequires:  autoconf >= 2.50
27 BuildRequires:  automake >= 1:1.11
28 BuildRequires:  cairo-devel
29 BuildRequires:  gtk+2-devel >= 2:2.12.0
30 BuildRequires:  xorg-lib-libpciaccess-devel
31 %{?with_drm:BuildRequires:      libdrm-devel}
32 BuildRequires:  libpng-devel >= 2:1.2.16
33 BuildRequires:  pango-devel >= 1:1.21.0
34 BuildRequires:  pkgconfig
35 BuildRequires:  udev-devel
36 Requires:       %{name}-graphics-libs = %{version}-%{release}
37 Requires(post): %{name}-scripts = %{version}-%{release}
38 Requires:       /etc/os-release
39 Requires:       systemd-units
40 Obsoletes:      plymouth-gdm-hooks
41 Obsoletes:      plymouth-utils
42 Obsoletes:      systemd-plymouth
43 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
44
45 %description
46 Plymouth provides an attractive graphical boot animation in place of
47 the text messages that normally get shown. Text messages are instead
48 redirected to a log file for viewing after boot.
49
50 %description -l pl.UTF-8
51 Plymouth zapewnia atrakcyjną animację w trakcie startu systemu zamiast
52 zwykle wyświetlanych komunikatów tekstowych. Komunikaty tekstowe
53 zamiast tego są przekierowywane do logu, który można obejrzeć po
54 uruchomieniu systemu.
55
56 %package core-libs
57 Summary:        Plymouth core libraries
58 Summary(pl.UTF-8):      Podstawowe biblioteki Plymouth
59 Group:          Libraries
60 Conflicts:      plymouth-libs < 0.8.4-0.20120319.1
61
62 %description core-libs
63 This package contains the libply and libply-splash-core libraries used
64 by Plymouth.
65
66 %description core-libs -l pl.UTF-8
67 Ten pakiet zawiera biblioteki libply i libply-splash-core
68 wykorzystywane przez Plymouth.
69
70 %package graphics-libs
71 Summary:        Plymouth graphics libraries
72 Summary(pl.UTF-8):      Biblioteki graficzne Plymouth
73 Group:          Development/Libraries
74 Requires:       %{name}-core-libs = %{version}-%{release}
75 Provides:       %{name}-graphics-libs = %{version}-%{release}
76 Obsoletes:      plymouth-libs < %{version}-%{release}
77 Conflicts:      plymouth-libs < 0.8.4-0.20120319.1
78
79 %description graphics-libs
80 This package contains the libply-splash-graphics library used by
81 graphical Plymouth splashes.
82
83 %description graphics-libs -l pl.UTF-8
84 Ten pakiet zawiera bibliotekę libply-splash-graphics wykorzystywaną
85 przez graficzne ekrany Plymouth.
86
87 %package devel
88 Summary:        Header files for writing Plymouth splash plugins
89 Summary(pl.UTF-8):      Pliki nagłówkowe do tworzenia wtyczek graficznych Plymouth
90 Group:          Development/Libraries
91 Requires:       %{name}-graphics-libs = %{version}-%{release}
92
93 %description devel
94 This package contains the header files for libply and libplybootsplash
95 libraries needed to develop 3rd party splash plugins for Plymouth.
96
97 %description devel -l pl.UTF-8
98 Ten pakiet zawiera pliki nagłówkowe bibliotek libply i
99 libplybootsplash, potrzebne do tworzenia wtyczek graficznych Plymouth.
100
101 %package static
102 Summary:        Static libraries for writing Plymouth splash plugins
103 Summary(pl.UTF-8):      Statyczne biblioteki do tworzenia wtyczek graficznych Plymouth
104 Group:          Development/Libraries
105 Requires:       %{name}-devel = %{version}-%{release}
106
107 %description static
108 This package contains the static libraries used to develop 3rd party
109 splash plugins for Plymouth.
110
111 %description static -l pl.UTF-8
112 Ten pakiet zawiera statyczne biblioteki, przydatne do tworzenia
113 wtyczek graficznych Plymouth.
114
115 %package scripts
116 Summary:        Plymouth related scripts
117 Summary(pl.UTF-8):      Skrypty pomocnicze do Plymouth
118 Group:          Applications/System
119 Requires:       %{name} = %{version}-%{release}
120 Requires:       coreutils
121 Requires:       cpio
122 #Requires:      dracut
123 Requires:       findutils
124 Requires:       gzip
125
126 %description scripts
127 This package contains scripts that help integrate Plymouth with the
128 system.
129
130 %description scripts -l pl.UTF-8
131 Ten pakiet zawiera skrypty pomagające zintegrować Plymouth z systemem.
132
133 %package plugin-fade-throbber
134 Summary:        Plymouth "Fade-Throbber" plugin
135 Summary(pl.UTF-8):      Wtyczka Plymouth "Fade-Throbber"
136 Group:          Base
137 Requires:       %{name}-graphics-libs = %{version}-%{release}
138
139 %description plugin-fade-throbber
140 This package contains the "Fade-Throbber" boot splash plugin for
141 Plymouth. It features a centered image that fades in and out while
142 other images pulsate around during system boot up.
143
144 %description plugin-fade-throbber -l pl.UTF-8
145 Ten pakiet zawiera wtyczkę ekranu startowego Plymouth "Fade-Throbber".
146 Cechuje się ona środkowym obrazkiem, który płynnie pojawia się i
147 wygasa, podczas gdy inne obrazki pulsują w trakcie startu systemu.
148
149 %package plugin-label
150 Summary:        Plymouth label plugin
151 Summary(pl.UTF-8):      Wtyczka Plymouth z etykietami
152 Group:          Base
153 Requires:       %{name}-graphics-libs = %{version}-%{release}
154
155 %description plugin-label
156 This package contains the label control plugin for Plymouth. It
157 provides the ability to render text on graphical boot splashes using
158 pango and cairo.
159
160 %description plugin-label -l pl.UTF-8
161 Ten pakiet zawiera wtyczkę Plymouth sterującą etykietami. Daje ona
162 możliwość renderowania tekstu na graficznych ekranach startowych przy
163 użyciu bibliotek pango i cairo.
164
165 %package plugin-script
166 Summary:        Plymouth "script" plugin
167 Summary(pl.UTF-8):      Wtyczka Plymouth "script"
168 Group:          Base
169 Requires:       %{name}-graphics-libs = %{version}-%{release}
170
171 %description plugin-script
172 This package contains the "script" boot splash plugin for Plymouth. It
173 features an extensible, scriptable boot splash language that
174 simplifies the process of designing custom boot splash themes.
175
176 %description plugin-script -l pl.UTF-8
177 Ten pakiet zawiera wtyczkę ekranu startowego Plymouth "script".
178 Odznacza się ona rozszerzalnym, skryptowym językiem ekranu startowego,
179 upraszczającym proces projektowania własnych motywów ekranów
180 startowych.
181
182 %package plugin-space-flares
183 Summary:        Plymouth "space-flares" plugin
184 Summary(pl.UTF-8):      Wtyczka Plymouth "space-flares"
185 Group:          Base
186 Requires:       %{name}-graphics-libs = %{version}-%{release}
187 Requires:       %{name}-plugin-label = %{version}-%{release}
188
189 %description plugin-space-flares
190 This package contains the "space-flares" boot splash plugin for
191 Plymouth. It features a corner image with animated flares.
192
193 %description plugin-space-flares -l pl.UTF-8
194 Ten pakiet zawiera wtyczkę ekranu startowego Plymouth "space-flares".
195 Odznacza się ona umieszczonym w rogu obrazkiem z animowanymi
196 promieniami.
197
198 %package plugin-two-step
199 Summary:        Plymouth "two-step" plugin
200 Summary(pl.UTF-8):      Wtyczka Plymouth "two-step"
201 Group:          Base
202 Requires:       %{name}-graphics-libs = %{version}-%{release}
203 Requires:       %{name}-plugin-label = %{version}-%{release}
204
205 %description plugin-two-step
206 This package contains the "two-step" boot splash plugin for Plymouth.
207 It features a two phased boot process that starts with a progressing
208 animation synced to boot time and finishes with a short, fast one-shot
209 animation.
210
211 %description plugin-two-step -l pl.UTF-8
212 Ten pakeit zawiera wtyczkę ekranu startowego Plymouth "two-step".
213 Odznacza się ona dwuetapowym procesem startu, rozpoczynającym się
214 postępującą animacją synchronizowaną z czasem uruchamiania, a kończy
215 krótką, jednorazową animacją.
216
217 %package plugin-throbgress
218 Summary:        Plymouth "Throbgress" plugin
219 Summary(pl.UTF-8):      Wtyczka Plymouth "Throbgress"
220 Group:          Base
221 Requires:       %{name}-graphics-libs = %{version}-%{release}
222 Requires:       %{name}-plugin-label = %{version}-%{release}
223
224 %description plugin-throbgress
225 This package contains the "throbgress" boot splash plugin for
226 Plymouth. It features a centered logo and animated spinner that spins
227 repeatedly while a progress bar advances at the bottom of the screen.
228
229 %description plugin-throbgress -l pl.UTF-8
230 Ten pakiet zawiera wtyczkę ekranu startowego "Throbgress" do Plymouth.
231 Cechuje się ona umieszczonym pośrodku logiem oraz animowanym kręcącym
232 się kółkiem, podczas gdy pasek postępu przesuwa się na dole ekranu.
233
234 %package system-theme
235 Summary:        Plymouth default theme
236 Summary(pl.UTF-8):      Domyślny motyw Plymouth
237 Group:          Base
238 Requires:       %{name}(system-theme) = %{version}-%{release}
239 Provides:       %{name}-system-plugin = %{version}-%{release}
240 Obsoletes:      plymouth-system-plugin < %{version}-%{release}
241
242 %description system-theme
243 This metapackage tracks the current distribution default theme.
244
245 %description system-theme -l pl.UTF-8
246 Ten metapakiet śledzi domyślny motyw dystrybucji.
247
248 %package theme-glow
249 Summary:        Plymouth "Glow" theme
250 Summary(pl.UTF-8):      Motyw Plymouth "Glow"
251 Group:          Base
252 Requires:       %{name}-plugin-two-step = %{version}-%{release}
253 Requires(post): %{name}-scripts = %{version}-%{release}
254 Provides:       %{name}(system-theme) = %{version}-%{release}
255 Obsoletes:      plymouth-theme-charge
256
257 %description theme-glow
258 This package contains the "Glow" boot splash theme for Plymouth.
259 Corporate theme with pie chart boot progress followed by a glowing
260 emerging logo.
261
262 %description theme-glow -l pl.UTF-8
263 Ten pakiet zawiera motyw ekranu startowego Plymouth "Glow".
264
265 %package theme-fade-in
266 Summary:        Plymouth "Fade-In" theme
267 Summary(pl.UTF-8):      Motyw Plymouth "Fade in"
268 Group:          Base
269 Requires(post): %{name}-scripts = %{version}-%{release}
270 Requires:       %{name}-plugin-fade-throbber = %{version}-%{release}
271 Obsoletes:      plymouth-plugin-fade-in
272
273 %description theme-fade-in
274 This package contains the "Fade-In" boot splash theme for Plymouth. It
275 features a centered logo that fades in and out while stars twinkle
276 around the logo during system boot up.
277
278 %description theme-fade-in -l pl.UTF-8
279 Ten pakiet zawiera motyw ekranu startowego Plymouth "Fade-In".
280 Odznacza się on umieszczonym pośrodku logiem, które w trakcie startu
281 systemu płynnie pojawia się i wygasa, podczas gdy wokół loga migoczą
282 gwiazdy.
283
284 %package theme-script
285 Summary:        Plymouth "Script" theme
286 Summary(pl.UTF-8):      Motyw Plymouth "Script"
287 Group:          Base
288 Requires(post): %{name}-scripts = %{version}-%{release}
289 Requires:       %{name}-plugin-script = %{version}-%{release}
290
291 %description theme-script
292 This package contains the "script" boot splash theme for Plymouth. It
293 it is a simple example theme the uses the "script" plugin.
294
295 %description theme-script -l pl.UTF-8
296 Ten pakiet zawiera motyw ekranu startowego Plymouth "Script". Jest to
297 prosty przykład wykorzystujący wtyczkę "script".
298
299 %package theme-solar
300 Summary:        Plymouth "Solar" theme
301 Summary(pl.UTF-8):      Motyw Plymouth "Solar"
302 Group:          Base
303 Requires(post): %{name}-scripts = %{version}-%{release}
304 Requires:       %{name}-plugin-space-flares = %{version}-%{release}
305 Obsoletes:      plymouth-plugin-solar
306
307 %description theme-solar
308 This package contains the "Solar" boot splash theme for Plymouth. It
309 features a blue flamed sun with animated solar flares.
310
311 %description theme-solar -l pl.UTF-8
312 Ten pakiet zawiera motyw ekranu startowego Plymouth "Solar". Odznacza
313 się on słońcem w niebieskich płomieniach z animowanymi promieniami
314 słonecznymi.
315
316 %package theme-spinfinity
317 Summary:        Plymouth "Spinfinity" theme
318 Summary(pl.UTF-8):      Motyw Plymouth "Spinfinity"
319 Group:          Base
320 Requires(post): %{name}-scripts = %{version}-%{release}
321 Requires:       %{name}-plugin-throbgress = %{version}-%{release}
322 Obsoletes:      plymouth-plugin-spinfinity
323
324 %description theme-spinfinity
325 This package contains the "Spinfinity" boot splash theme for Plymouth.
326 It features a centered logo and animated spinner that spins in the
327 shape of an infinity sign.
328
329 %description theme-spinfinity -l pl.UTF-8
330 Ten pakiet zawiera motyw ekranu startowego Plymouth "Spinfinity".
331 Odznacza się on umieszczonym pośrodku logiem i animowanym kółkiem
332 kręcącym się po kształcie znaku nieskończoności.
333
334 %package theme-spinner
335 Summary:        Plymouth "Spinner" theme
336 Summary(pl.UTF-8):      Motyw Plymouth "Spinner"
337 Group:          Base
338 Requires(post): %{name}-scripts = %{version}-%{release}
339 Requires:       %{name}-plugin-two-step = %{version}-%{release}
340
341 %description theme-spinner
342 This package contains the "spinner" boot splash theme for Plymouth. It
343 features a small spinner on a dark background.
344
345 %description theme-spinner -l pl.UTF-8
346 Ten pakiet zawiera motyw ekranu startowego Plymouth "Spinner".
347 Odznacza się on małym kółkiem kręcącym się na ciemnym tle.
348
349 %prep
350 %setup -q
351 %patch100 -p1
352 %patch0 -p1
353 %patch1 -p1
354
355 # Change the default theme
356 %{__sed} -i -e 's/Theme=.*/Theme=tribar/ig' -e 's/ShowDelay=.*//ig' src/plymouthd.defaults
357
358 %build
359 %{__aclocal}
360 %{__autoconf}
361 %{__autoheader}
362 %{__automake}
363 %configure \
364         UDEVADM=/sbin/udevadm \
365         SYSTEMD_ASK_PASSWORD_AGENT=/bin/systemd-tty-ask-password-agent \
366         %{__enable_disable drm drm} \
367         --disable-silent-rules \
368         --enable-documentation \
369         --disable-gdm-transition \
370         --enable-systemd-integration \
371         --enable-tracing \
372         --without-rhgb-compat-link \
373         --with-background-start-color-stop=0x009431 \
374         --with-background-end-color-stop=0x006300 \
375         --with-background-color=0x00c663 \
376         --with-logo=%{_pixmapsdir}/plymouth-logo.png \
377         --with-release-file=/etc/os-release \
378         --with-system-root-install
379
380 %{__make}
381
382 %install
383 rm -rf $RPM_BUILD_ROOT
384 install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir},%{_pixmapsdir},%{systemdtmpfilesdir}}
385
386 %{__make} install \
387         DESTDIR=$RPM_BUILD_ROOT
388
389 ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/libply.so.*.*.*) $RPM_BUILD_ROOT%{_libdir}/libply.so
390 ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/libply-splash-core.so.*.*.*) $RPM_BUILD_ROOT%{_libdir}/libply-splash-core.so
391 %{__rm} $RPM_BUILD_ROOT/%{_lib}/libply{,-splash-core}.so
392
393 install -d $RPM_BUILD_ROOT%{_localstatedir}/lib/plymouth
394 cp -p %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/plymouth/default-boot-duration
395 > $RPM_BUILD_ROOT%{_localstatedir}/lib/plymouth/boot-duration
396
397 # Override plymouth-update-initrd to work with dracut or mkinitrd
398 cp -p %{SOURCE6} $RPM_BUILD_ROOT%{_libdir}/plymouth/plymouth-update-initrd
399
400 %{__rm} $RPM_BUILD_ROOT{/%{_lib},%{_libdir}}/*.la \
401         $RPM_BUILD_ROOT%{_libdir}/plymouth/*.la \
402         $RPM_BUILD_ROOT%{_libdir}/plymouth/renderers/*.la
403
404 install -d $RPM_BUILD_ROOT%{_localstatedir}/lib/plymouth
405
406 cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_pixmapsdir}/plymouth-logo.png
407 cp -p %{SOURCE2} $RPM_BUILD_ROOT%{systemdtmpfilesdir}/%{name}.conf
408
409 %clean
410 rm -rf $RPM_BUILD_ROOT
411
412 %post
413 %systemd_reload
414
415 %postun
416 if [ $1 -eq 0 ]; then
417         rm -f %{_libdir}/plymouth/default.so
418 fi
419 %systemd_reload
420
421 %post   core-libs -p /sbin/ldconfig
422 %postun core-libs -p /sbin/ldconfig
423 %post   graphics-libs -p /sbin/ldconfig
424 %postun graphics-libs -p /sbin/ldconfig
425
426 %files
427 %defattr(644,root,root,755)
428 %doc AUTHORS README TODO
429 %dir %{_sysconfdir}/plymouth
430 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/plymouth/plymouthd.conf
431 %{_mandir}/man8/plymouth.8*
432 %attr(755,root,root) /bin/plymouth
433 %attr(755,root,root) /sbin/plymouthd
434 %attr(755,root,root) %{_libdir}/plymouth/details.so
435 %attr(755,root,root) %{_libdir}/plymouth/text.so
436 %attr(755,root,root) %{_libdir}/plymouth/tribar.so
437 %attr(755,root,root) %{_libdir}/plymouth/renderers/drm.so
438 %attr(755,root,root) %{_libdir}/plymouth/renderers/frame-buffer.so
439 %dir %{_datadir}/plymouth
440 %dir %{_datadir}/plymouth/themes
441 %dir %{_datadir}/plymouth/themes/details
442 %dir %{_datadir}/plymouth/themes/text
443 %dir %{_datadir}/plymouth/themes/tribar
444 %{_datadir}/plymouth/plymouthd.defaults
445 %{_datadir}/plymouth/default-boot-duration
446 %{_datadir}/plymouth/themes/details/details.plymouth
447 %{_datadir}/plymouth/themes/text/text.plymouth
448 %{_datadir}/plymouth/themes/tribar/tribar.plymouth
449 %{_pixmapsdir}/plymouth-logo.png
450 %{systemdtmpfilesdir}/%{name}.conf
451 %dir %{_localstatedir}/lib/plymouth
452 %ghost %{_localstatedir}/lib/plymouth/boot-duration
453 %{_localstatedir}/run/plymouth
454 %{_localstatedir}/spool/plymouth
455 %{_mandir}/man1/plymouth.1*
456 %{_mandir}/man8/plymouthd.8*
457
458 %{systemdunitdir}/plymouth-halt.service
459 %{systemdunitdir}/plymouth-kexec.service
460 %{systemdunitdir}/plymouth-poweroff.service
461 %{systemdunitdir}/plymouth-quit-wait.service
462 %{systemdunitdir}/plymouth-quit.service
463 %{systemdunitdir}/plymouth-read-write.service
464 %{systemdunitdir}/plymouth-reboot.service
465 %{systemdunitdir}/plymouth-start.service
466 %{systemdunitdir}/plymouth-switch-root.service
467 %{systemdunitdir}/systemd-ask-password-plymouth.path
468 %{systemdunitdir}/systemd-ask-password-plymouth.service
469 %{systemdunitdir}/halt.target.wants/plymouth-halt.service
470 %dir %{systemdunitdir}/initrd-switch-root.target.wants
471 %{systemdunitdir}/initrd-switch-root.target.wants/plymouth-switch-root.service
472 %{systemdunitdir}/initrd-switch-root.target.wants/plymouth-start.service
473 %{systemdunitdir}/kexec.target.wants/plymouth-kexec.service
474 %{systemdunitdir}/multi-user.target.wants/plymouth-quit.service
475 %{systemdunitdir}/multi-user.target.wants/plymouth-quit-wait.service
476 %{systemdunitdir}/poweroff.target.wants/plymouth-poweroff.service
477 %{systemdunitdir}/reboot.target.wants/plymouth-reboot.service
478 %{systemdunitdir}/sysinit.target.wants/plymouth-read-write.service
479 %{systemdunitdir}/sysinit.target.wants/plymouth-start.service
480
481 %files core-libs
482 %defattr(644,root,root,755)
483 %attr(755,root,root) /%{_lib}/libply.so.*.*.*
484 %attr(755,root,root) %ghost /%{_lib}/libply.so.2
485 %attr(755,root,root) /%{_lib}/libply-splash-core.so.*.*.*
486 %attr(755,root,root) %ghost /%{_lib}/libply-splash-core.so.2
487 %attr(755,root,root) %{_libdir}/libply-boot-client.so.*.*.*
488 %attr(755,root,root) %ghost %{_libdir}/libply-boot-client.so.2
489 %dir %{_libdir}/plymouth
490 %dir %{_libdir}/plymouth/renderers
491
492 %files graphics-libs
493 %defattr(644,root,root,755)
494 %attr(755,root,root) %{_libdir}/libply-splash-graphics.so.*.*.*
495 %attr(755,root,root) %ghost %{_libdir}/libply-splash-graphics.so.2
496 %attr(755,root,root) %{_libdir}/plymouth/renderers/x11.so
497
498 %files devel
499 %defattr(644,root,root,755)
500 %attr(755,root,root) %{_libdir}/libply.so
501 %attr(755,root,root) %{_libdir}/libply-boot-client.so
502 %attr(755,root,root) %{_libdir}/libply-splash-core.so
503 %attr(755,root,root) %{_libdir}/libply-splash-graphics.so
504 %{_includedir}/plymouth-1
505 %{_pkgconfigdir}/ply-boot-client.pc
506 %{_pkgconfigdir}/ply-splash-core.pc
507 %{_pkgconfigdir}/ply-splash-graphics.pc
508
509 %files scripts
510 %defattr(644,root,root,755)
511 %attr(755,root,root) %{_sbindir}/plymouth-set-default-theme
512 %attr(755,root,root) %{_libdir}/plymouth/plymouth-generate-initrd
513 %attr(755,root,root) %{_libdir}/plymouth/plymouth-populate-initrd
514 %attr(755,root,root) %{_libdir}/plymouth/plymouth-update-initrd
515 %{_mandir}/man1/plymouth-set-default-theme.1*
516
517 %files plugin-fade-throbber
518 %defattr(644,root,root,755)
519 %attr(755,root,root) %{_libdir}/plymouth/fade-throbber.so
520
521 %files plugin-label
522 %defattr(644,root,root,755)
523 %attr(755,root,root) %{_libdir}/plymouth/label.so
524
525 %files plugin-script
526 %defattr(644,root,root,755)
527 %attr(755,root,root) %{_libdir}/plymouth/script.so
528
529 %files plugin-space-flares
530 %defattr(644,root,root,755)
531 %attr(755,root,root) %{_libdir}/plymouth/space-flares.so
532
533 %files plugin-throbgress
534 %defattr(644,root,root,755)
535 %attr(755,root,root) %{_libdir}/plymouth/throbgress.so
536
537 %files plugin-two-step
538 %defattr(644,root,root,755)
539 %attr(755,root,root) %{_libdir}/plymouth/two-step.so
540
541 %files system-theme
542 %defattr(644,root,root,755)
543
544 %files theme-glow
545 %defattr(644,root,root,755)
546 %dir %{_datadir}/plymouth/themes/glow
547 %{_datadir}/plymouth/themes/glow/*.png
548 %{_datadir}/plymouth/themes/glow/glow.plymouth
549
550 %files theme-fade-in
551 %defattr(644,root,root,755)
552 %dir %{_datadir}/plymouth/themes/fade-in
553 %{_datadir}/plymouth/themes/fade-in/bullet.png
554 %{_datadir}/plymouth/themes/fade-in/entry.png
555 %{_datadir}/plymouth/themes/fade-in/lock.png
556 %{_datadir}/plymouth/themes/fade-in/star.png
557 %{_datadir}/plymouth/themes/fade-in/fade-in.plymouth
558
559 %files theme-spinner
560 %defattr(644,root,root,755)
561 %dir %{_datadir}/plymouth/themes/spinner
562 %{_datadir}/plymouth/themes/spinner/*.png
563 %{_datadir}/plymouth/themes/spinner/spinner.plymouth
564
565 %files theme-spinfinity
566 %defattr(644,root,root,755)
567 %dir %{_datadir}/plymouth/themes/spinfinity
568 %{_datadir}/plymouth/themes/spinfinity/box.png
569 %{_datadir}/plymouth/themes/spinfinity/bullet.png
570 %{_datadir}/plymouth/themes/spinfinity/entry.png
571 %{_datadir}/plymouth/themes/spinfinity/lock.png
572 %{_datadir}/plymouth/themes/spinfinity/throbber-[0-3][0-9].png
573 %{_datadir}/plymouth/themes/spinfinity/spinfinity.plymouth
574
575 %files theme-solar
576 %defattr(644,root,root,755)
577 %dir %{_datadir}/plymouth/themes/solar
578 %{_datadir}/plymouth/themes/solar/*.png
579 %{_datadir}/plymouth/themes/solar/solar.plymouth
580
581 %files theme-script
582 %defattr(644,root,root,755)
583 %dir %{_datadir}/plymouth/themes/script
584 %{_datadir}/plymouth/themes/script/*.png
585 %{_datadir}/plymouth/themes/script/script.script
586 %{_datadir}/plymouth/themes/script/script.plymouth
This page took 0.20645 seconds and 3 git commands to generate.