]> git.pld-linux.org Git - packages/cairo-clock.git/blame - cairo-clock.spec
- fix pt locale dir
[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
7c8673ba 5Release: 1
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
7c8673ba 11URL: http://macslow.thepimp.net/?page_id=23
f832ea72
JB
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
2b9865ae 18BuildRequires: pkgconfig
f832ea72
JB
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
7c8673ba 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
f832ea72
JB
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.
7c8673ba 35
b3dd7ffc
JR
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
f832ea72
JB
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.
2b9865ae 43
7c8673ba 44%prep
45%setup -q
a283aebc 46#%patch0 -p1
7c8673ba 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
f832ea72
JB
59mv -f $RPM_BUILD_ROOT%{_datadir}/locale/{pt_PT,pt}
60
a283aebc 61%find_lang %{name}
62
7c8673ba 63%clean
64rm -rf $RPM_BUILD_ROOT
65
a283aebc 66%files -f %{name}.lang
7c8673ba 67%defattr(644,root,root,755)
68%doc AUTHORS ChangeLog NEWS README TODO
69%attr(755,root,root) %{_bindir}/*
70%{_datadir}/%{name}
f9a3b31d 71%{_desktopdir}/*.desktop
7c8673ba 72%{_pixmapsdir}/*
73%{_mandir}/man1/*
This page took 0.082898 seconds and 4 git commands to generate.