]> git.pld-linux.org Git - packages/enlightenment-theme-milky.git/blob - enlightenment-theme-milky.spec
- tabs in preamble
[packages/enlightenment-theme-milky.git] / enlightenment-theme-milky.spec
1 %define _theme  milky
2 Summary:        Adaption of theme Milk for Mac OS X
3 Summary(pl.UTF-8):      Adaptacja motywu Milk z Mac OS X
4 Name:           enlightenment-theme-%{_theme}
5 Version:        0.9.8.5C
6 Release:        1
7 License:        BSD
8 Group:          Themes
9 Source0:        http://www.get-e.org/Themes/E17/_files/Milky.edj
10 # Source0-md5:  09cb90c4ed9a8d203073ad5b5be5b31f
11 URL:            http://www.get-e.org/Themes/E17/
12 Requires:       enlightenment
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Nice theme for use with E17 window manager. Milky's theme is inspired
18 by the work of Max Rudberg. It's an adaptation of his theme Milk for
19 Mac OS X.
20
21 %description -l pl.UTF-8
22 Przyjemny motyw do używania z zarządcą okien E17. Motyw Milky's został
23 zainspirowany pracą Maksa Rudberga. Jest to adaptacja jego motywu Milk
24 dla Mac OS X.
25
26 %prep
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT%{_datadir}/enlightenment/data/themes
31
32 install %{SOURCE0} $RPM_BUILD_ROOT%{_datadir}/enlightenment/data/themes/%{_theme}.edj
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %{_datadir}/enlightenment/data/themes/%{_theme}.edj
This page took 0.150334 seconds and 3 git commands to generate.