]> git.pld-linux.org Git - packages/cairo-clock.git/blob - cairo-clock.spec
- tabs in preamble
[packages/cairo-clock.git] / cairo-clock.spec
1 Summary:        Analog clock displaying the system-time
2 Summary(pl.UTF-8):      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.UTF-8
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}/*.desktop
60 %{_pixmapsdir}/*
61 %{_mandir}/man1/*
This page took 0.053356 seconds and 4 git commands to generate.