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