]> git.pld-linux.org Git - packages/cairo-clock.git/commitdiff
- new
authorwolf <wolf@pld-linux.org>
Fri, 10 Mar 2006 18:48:06 +0000 (18:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cairo-clock.spec -> 1.1

cairo-clock.spec [new file with mode: 0644]

diff --git a/cairo-clock.spec b/cairo-clock.spec
new file mode 100644 (file)
index 0000000..22628d7
--- /dev/null
@@ -0,0 +1,50 @@
+Summary:       Analog clock displaying the system-time
+Summary(pl):   Zegar analogowy wy¶wietlaj±cy systemowy czas
+Name:          cairo-clock
+Version:       0.3.1
+Release:       1
+License:       GPL
+Group:         X11/Amusements
+Source0:       http://macslow.thepimp.net/projects/cairo-clock/%{name}-%{version}.tar.bz2
+# Source0-md5: 5d7e7667994505ab3e112614ed183bad
+URL:           http://macslow.thepimp.net/?page_id=23
+BuildRequires: cairo-devel >= 1.0.0
+BuildRequires: gtk+2-devel >= 2:2.8.0
+BuildRequires: libglade2-devel >= 1:2.5.1
+BuildRequires: librsvg-devel >= 1:2.13.5
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+It's an analog clock displaying the system-time. "So what?", you
+might say, "There are about 1.023.493 of those already out there!".
+Indeed there are and probably some more, but this one is a bit
+different. It leverages the new visual features offered by
+Xorg 6.9/7.0 in combination with a compositing-manager (e.g. like
+xcompmgr), gtk+ 2.8.x, cairo 1.0.2 and librsvg 2.13.93 to produce
+a time-display with pretty-pixels.
+
+%prep
+%setup -q
+
+%build
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%{_desktopdir}/*
+%{_pixmapsdir}/*
+%{_mandir}/man1/*
This page took 0.105206 seconds and 4 git commands to generate.