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