]> git.pld-linux.org Git - packages/bootsplash-theme-blackbyshad.git/commitdiff
- initial release (by Bartosz Swiatek <swiatek#informatik#hu-berlin#de>)
authorPaweł Sikora <pluto@pld-linux.org>
Fri, 4 Nov 2005 15:11:53 +0000 (15:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bootsplash-theme-blackbyshad.spec -> 1.1

bootsplash-theme-blackbyshad.spec [new file with mode: 0644]

diff --git a/bootsplash-theme-blackbyshad.spec b/bootsplash-theme-blackbyshad.spec
new file mode 100644 (file)
index 0000000..8ef16e7
--- /dev/null
@@ -0,0 +1,40 @@
+
+%define                theme   pldblackbyshad
+
+Summary:       Bootsplash - pld black by shad theme
+Summary(pl):   Bootsplash - motyw pld dark black wg shada
+Name:          bootsplash-theme-%{theme}
+Version:       1.0
+Release:       1
+Epoch:         0
+License:       GPL v2
+Group:         Themes
+Source0:       http://www.atwa.us/~shadzik/%{name}-%{version}.tar.bz2
+# Source0-md5: 7efd0cc598c71ba73b6534569ebe2253
+URL:           http://www.atwa.us/~shadzik/%{theme}.tar.bz2
+Requires:      bootsplash
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+PLD black theme by shad for bootsplash.
+
+%description -l pl
+Motyw PLD black do bootsplash wg. shada.
+
+%prep
+%setup -q -c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+THEME_DIR=$RPM_BUILD_ROOT%{_sysconfdir}/bootsplash/themes/%{theme}
+install -d $THEME_DIR{,/config,/images}
+install %{theme}/config/*.cfg $THEME_DIR/config
+install %{theme}/images/*.jpg $THEME_DIR/images
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_sysconfdir}/bootsplash/themes/%{theme}
This page took 0.092515 seconds and 4 git commands to generate.