]> git.pld-linux.org Git - packages/exquisite.git/blame - exquisite.spec
- new
[packages/exquisite.git] / exquisite.spec
CommitLineData
d9b982e6
JB
1Summary: EFL-based psplash replacement
2Summary(pl.UTF-8): Zamiennik psplasha oparty na EFL
3Name: exquisite
4Version: 1.0.0
5Release: 1
6License: BSD
7Group: Applications/Graphics
8Source0: http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
9# Source0-md5: 5d939d267d97230f0f772b17938ad2ab
10URL: http://trac.enlightenment.org/e/wiki/
11BuildRequires: ecore-devel >= 1.0.0
12BuildRequires: ecore-con-devel >= 1.0.0
13BuildRequires: ecore-evas-devel >= 1.0.0
14BuildRequires: ecore-fb-devel >= 1.0.0
15BuildRequires: edje >= 1.0.0
16BuildRequires: edje-devel >= 1.0.0
17BuildRequires: eina-devel >= 1.0.0
18BuildRequires: eet-devel >= 1.4.0
19BuildRequires: evas-devel >= 1.0.0
20BuildRequires: pkgconfig
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24Exquisite is a psplash replacement that is very simple and uses EFL
25(Evas, Edje, Ecore etc.) for display - thus having immensely powerful
26theme abilities without needing any platform-specific compiled themes
27or modules. It is compatible with psplash with the same message
28commands (and more). The difference is that it requires libraries like
29evas, edje, ecore, eet... These also have loadable modules of their
30own - thus this isn't perfect for systems that can't have these
31libraries available and working at boot, but if you can, it's a lot
32more capable than other splash engines, while still running in the
33framebuffer.
34
35%description -l pl.UTF-8
36Exquisite to bardzo prosty zamiennik psplasha, wykorzystujący do
37wyświetlania biblioteki EFL (Evas, Edje, Ecore itp.) - dzięki temu
38mający ogromne możliwości dostosowywania motywów bez potrzeby
39kompilowania motywów czy modułów w sposób zależny od platformy. Jest
40kompatybilny z psplashem, ma te same polecenia. Różnica polega na tym,
41że wymaga bibliotek takich jak evas, edje, ecore, eet... Te także mają
42swoje moduły - więc nie jest to ideał dla systemów nie mających tych
43bibliotek dostępnych w trakcie rozruchu, ale ma większe możliwości niż
44inne silniki ekranów startowych, a nadal działa na framebufferze.
45
46%prep
47%setup -q
48
49%build
50%configure \
51 --disable-silent-rules
52%{__make}
53
54%install
55rm -rf $RPM_BUILD_ROOT
56
57%{__make} install \
58 DESTDIR=$RPM_BUILD_ROOT
59
60%clean
61rm -rf $RPM_BUILD_ROOT
62
63%files
64%defattr(644,root,root,755)
65%doc AUTHORS COPYING README
66%attr(755,root,root) %{_bindir}/exquisite
67%attr(755,root,root) %{_bindir}/exquisite-write
68%{_datadir}/exquisite
This page took 0.062862 seconds and 4 git commands to generate.