]> git.pld-linux.org Git - SPECS.git/blob - plymouth-theme-nostromo.spec
SPECS updated Sun 1 Aug 20:28:02 CEST 2021
[SPECS.git] / plymouth-theme-nostromo.spec
1 Summary:        Plymouth "Nostromo" theme
2 Name:           plymouth-theme-nostromo
3 Version:        1.3
4 Release:        1
5 License:        GPL v3
6 Group:          Applications
7 Source0:        https://github.com/brenns10/plymouth-theme-nostromo/archive/v%{version}/%{name}-%{version}.tar.gz
8 # Source0-md5:  6d6256a6718d5ebaa71db691cc8681f4
9 URL:            https://github.com/brenns10/plymouth-theme-nostromo
10 Requires:       plymouth-scripts
11 Requires:       plymouth-plugin-script
12 BuildArch:      noarch
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 A Plymouth theme based on the boot screen of the computers on
17 Nostromo, the ship on which Alien takes place.
18
19 %prep
20 %setup -q
21
22 %build
23
24 %install
25 rm -rf $RPM_BUILD_ROOT
26 install -d $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/nostromo
27
28 install *.png nostromo.plymouth nostromo.script \
29         $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/nostromo/
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(644,root,root,755)
36 %doc README.md
37 %dir %{_datadir}/plymouth/themes/nostromo
38 %{_datadir}/plymouth/themes/nostromo/*.png
39 %{_datadir}/plymouth/themes/nostromo/nostromo.plymouth
40 %{_datadir}/plymouth/themes/nostromo/nostromo.script
This page took 0.477947 seconds and 3 git commands to generate.