]> git.pld-linux.org Git - packages/cairo-clock.git/blob - cairo-clock.spec
- 0.3.3
[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.3
5 Release:        1
6 License:        GPL
7 Group:          X11/Amusements
8 Source0:        http://macslow.thepimp.net/projects/cairo-clock/%{name}_%{version}-1.tar.gz
9 # Source0-md5:  2517b92e8ceea3dbb7df5d6c24d3d215
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 %find_lang %{name}
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files -f %{name}.lang
57 %defattr(644,root,root,755)
58 %doc AUTHORS ChangeLog NEWS README TODO
59 %attr(755,root,root) %{_bindir}/*
60 %{_datadir}/%{name}
61 %{_desktopdir}/*.desktop
62 %{_pixmapsdir}/*
63 %{_mandir}/man1/*
This page took 0.063197 seconds and 4 git commands to generate.