]> git.pld-linux.org Git - packages/cairo-clock.git/blame - cairo-clock.spec
- updated gettext BR
[packages/cairo-clock.git] / cairo-clock.spec
CommitLineData
7c8673ba 1Summary: Analog clock displaying the system-time
6eca3e12 2Summary(pl.UTF-8): Zegar analogowy wyświetlający czas systemowy
7c8673ba 3Name: cairo-clock
a283aebc 4Version: 0.3.3
0c008ce9 5Release: 2
7c8673ba 6License: GPL
7Group: X11/Amusements
a283aebc 8Source0: http://macslow.thepimp.net/projects/cairo-clock/%{name}_%{version}-1.tar.gz
9# Source0-md5: 2517b92e8ceea3dbb7df5d6c24d3d215
7a21e7a3 10Patch0: %{name}-glade.patch
0c008ce9 11Patch1: %{name}-desktop.patch
7c8673ba 12URL: http://macslow.thepimp.net/?page_id=23
f832ea72 13BuildRequires: cairo-devel >= 1.2.0
100079ea 14BuildRequires: gettext-tools
f832ea72
JB
15BuildRequires: glib2-devel >= 1:2.8.0
16BuildRequires: gtk+2-devel >= 2:2.10.0
17BuildRequires: libglade2-devel >= 1:2.6.0
18BuildRequires: librsvg-devel >= 1:2.14.0
19BuildRequires: pango-devel >= 1:1.10.0
5188e3e1 20BuildRequires: perl-XML-Parser
2b9865ae 21BuildRequires: pkgconfig
f832ea72
JB
22Requires: cairo >= 1.2.0
23Requires: glib2 >= 1:2.8.0
24Requires: gtk+2 >= 2:2.10.0
25Requires: libglade2 >= 1:2.6.0
26Requires: librsvg >= 1:2.14.0
27Requires: pango >= 1:1.10.0
7c8673ba 28BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30%description
31It's an analog clock displaying the system-time. "So what?", you
32might say, "There are about 1.023.493 of those already out there!".
33Indeed there are and probably some more, but this one is a bit
34different. It leverages the new visual features offered by
f832ea72
JB
35Xorg 6.9/7.0 in combination with a compositing-manager (like compiz),
36gtk+ 2.10.x, cairo 1.2.0 and librsvg 2.14.0 to produce a time-display
37with pretty-pixels.
7c8673ba 38
b3dd7ffc
JR
39%description -l pl.UTF-8
40To jest zegar analogowy wyświetlający czas systemowy. "I co z tego?" -
41można zapytać - "Jest już około 1023493 takich programów!". Owszem,
42jest pewnie jeszcze więcej, ale ten jest trochę inny. Wykorzystuje
43nowe możliwości wyświetlania oferowane przez Xorg 6.9/7.0 w połączeniu
f832ea72
JB
44z zarządcą składania (np. compiz), gtk+ 2.10.x, cairo 1.2.0 i librsvg
452.14.0 w celu stworzenia wyświetlacza z ładnymi pikselami.
2b9865ae 46
7c8673ba 47%prep
48%setup -q
a283aebc 49#%patch0 -p1
0c008ce9 50%patch1 -p1
7c8673ba 51
52%build
53%configure
54
55%{__make}
56
57%install
58rm -rf $RPM_BUILD_ROOT
59
60%{__make} install \
61 DESTDIR=$RPM_BUILD_ROOT
62
f832ea72
JB
63mv -f $RPM_BUILD_ROOT%{_datadir}/locale/{pt_PT,pt}
64
a283aebc 65%find_lang %{name}
66
7c8673ba 67%clean
68rm -rf $RPM_BUILD_ROOT
69
a283aebc 70%files -f %{name}.lang
7c8673ba 71%defattr(644,root,root,755)
72%doc AUTHORS ChangeLog NEWS README TODO
73%attr(755,root,root) %{_bindir}/*
74%{_datadir}/%{name}
f9a3b31d 75%{_desktopdir}/*.desktop
7c8673ba 76%{_pixmapsdir}/*
77%{_mandir}/man1/*
This page took 0.061624 seconds and 4 git commands to generate.