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