]> git.pld-linux.org Git - packages/cairo-clock.git/blob - cairo-clock.spec
22628d797aa3b8cdbdff96b6dc8f328731140eef
[packages/cairo-clock.git] / cairo-clock.spec
1 Summary:        Analog clock displaying the system-time
2 Summary(pl):    Zegar analogowy wy¶wietlaj±cy systemowy czas
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 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 It's an analog clock displaying the system-time. "So what?", you
19 might say, "There are about 1.023.493 of those already out there!".
20 Indeed there are and probably some more, but this one is a bit
21 different. It leverages the new visual features offered by
22 Xorg 6.9/7.0 in combination with a compositing-manager (e.g. like
23 xcompmgr), gtk+ 2.8.x, cairo 1.0.2 and librsvg 2.13.93 to produce
24 a time-display with pretty-pixels.
25
26 %prep
27 %setup -q
28
29 %build
30 %configure
31
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc AUTHORS ChangeLog NEWS README TODO
46 %attr(755,root,root) %{_bindir}/*
47 %{_datadir}/%{name}
48 %{_desktopdir}/*
49 %{_pixmapsdir}/*
50 %{_mandir}/man1/*
This page took 0.106874 seconds and 2 git commands to generate.