]> git.pld-linux.org Git - packages/cairo-clock.git/blob - cairo-clock.spec
- pl desc, BR: pkgconfig
[packages/cairo-clock.git] / cairo-clock.spec
1 Summary:        Analog clock displaying the system-time
2 Summary(pl):    Zegar analogowy wy¶wietlaj±cy czas systemowy
3 Name:           cairo-clock
4 Version:        0.3.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Amusements
8 Source0:        http://macslow.thepimp.net/projects/cairo-clock/%{name}-%{version}.tar.bz2
9 # Source0-md5:  5d7e7667994505ab3e112614ed183bad
10 URL:            http://macslow.thepimp.net/?page_id=23
11 BuildRequires:  cairo-devel >= 1.0.0
12 BuildRequires:  gtk+2-devel >= 2:2.8.0
13 BuildRequires:  libglade2-devel >= 1:2.5.1
14 BuildRequires:  librsvg-devel >= 1:2.13.5
15 BuildRequires:  pkgconfig
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 It's an analog clock displaying the system-time. "So what?", you
20 might say, "There are about 1.023.493 of those already out there!".
21 Indeed there are and probably some more, but this one is a bit
22 different. It leverages the new visual features offered by
23 Xorg 6.9/7.0 in combination with a compositing-manager (e.g. like
24 xcompmgr), gtk+ 2.8.x, cairo 1.0.2 and librsvg 2.13.93 to produce
25 a time-display with pretty-pixels.
26
27 %description -l pl
28 To jest zegar analogowy wy¶wietlaj±cy czas systemowy. "I co z tego?" -
29 mo¿na zapytaæ - "Jest ju¿ oko³o 1023493 takich programów!". Owszem,
30 jest pewnie jeszcze wiêcej, ale ten jest trochê inny. Wykorzystuje
31 nowe mo¿liwo¶ci wy¶wietlania oferowane przez Xorg 6.9/7.0 w po³±czeniu
32 z zarz±dc± sk³adania (np. xcompmgr), gtk+ 2.8.x, cairo 1.0.2 i librsvg
33 2.13.93 w celu stworzenia wy¶wietlacza z ³adnymi pikselami.
34
35 %prep
36 %setup -q
37
38 %build
39 %configure
40
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc AUTHORS ChangeLog NEWS README TODO
55 %attr(755,root,root) %{_bindir}/*
56 %{_datadir}/%{name}
57 %{_desktopdir}/*
58 %{_pixmapsdir}/*
59 %{_mandir}/man1/*
This page took 0.038488 seconds and 4 git commands to generate.