Compare commits

...

12 Commits
rawhide ... el6

Author SHA1 Message Date
Miroslav Lichvar f90778cad1 disable audacious support 2011-02-10 17:33:10 +01:00
Miroslav Lichvar 9d26841e7f fix building with old tolua++ 2010-10-06 17:19:00 +02:00
Miroslav Lichvar f5ed9df7ba Merge branch 'f13' into f12
Conflicts:
	.gitignore
2010-10-06 16:18:13 +02:00
Miroslav Lichvar 1e59b9a048 Merge branch 'master' into f13
Conflicts:
	.gitignore
	conky-1.8.0-audclient.patch
	conky.spec
	sources
2010-10-06 15:46:14 +02:00
Fedora Release Engineering 65990253c2 dist-git conversion 2010-07-28 12:05:45 +00:00
Fedora Release Engineering 52a7cc604a dist-git conversion 2010-07-28 12:05:44 +00:00
Miroslav Lichvar 9afd7e3132 - remove rpath 2010-04-21 17:04:49 +00:00
Miroslav Lichvar c0fc3c9ef7 - enable imlib support (#581986) 2010-04-14 15:13:26 +00:00
Miroslav Lichvar b63008c6d6 - update to 1.8.0 2010-04-01 16:42:59 +00:00
Jesse Keating 1e12bb1e5c Initialize branch F-13 for conky 2010-02-17 01:05:29 +00:00
Bill Nottingham 6875cc1f02 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:32:37 +00:00
Jesse Keating c5b0270126 Initialize branch F-12 for conky 2009-09-29 04:40:09 +00:00
2 changed files with 22 additions and 2 deletions

14
conky-1.8.1-outside.patch Normal file
View File

@ -0,0 +1,14 @@
diff -up conky-1.8.1/lua/libcairo.c.outside conky-1.8.1/lua/libcairo.c
--- conky-1.8.1/lua/libcairo.c.outside 2010-10-05 23:29:51.000000000 +0200
+++ conky-1.8.1/lua/libcairo.c 2010-10-06 17:09:47.000000000 +0200
@@ -20,6 +20,10 @@ TOLUA_API int tolua_cairo_open (lua_Sta
#include <X11/Xlib.h>
#include "libcairo-helper.h"
+#ifndef tolua_outside
+#define tolua_outside
+#endif
+
/* function to release collected object via destructor */
#ifdef __cplusplus

View File

@ -1,5 +1,5 @@
%bcond_without alsa
%bcond_without audacious
%bcond_with audacious
%bcond_without curl
%bcond_without imlib
%bcond_without lua
@ -15,15 +15,17 @@
Name: conky
Version: 1.8.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A system monitor for X
Group: User Interface/X
License: GPLv3+
URL: http://conky.sf.net/
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Patch0: conky-1.8.1-outside.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: glib2-devel
BuildRequires: libXft-devel
BuildRequires: libXt-devel
BuildRequires: libXdamage-devel
@ -46,6 +48,7 @@ It just keeps on given'er. Yeah.
%prep
%setup -q
%patch0 -p1 -b .outside
for i in AUTHORS; do
iconv -f iso8859-1 -t utf8 -o ${i}{_,} && touch -r ${i}{,_} && mv -f ${i}{_,}
@ -100,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Feb 10 2011 Miroslav Lichvar <mlichvar@redhat.com> - 1.8.1-2
- disable audacious support
* Wed Oct 06 2010 Miroslav Lichvar <mlichvar@redhat.com> - 1.8.1-1
- update to 1.8.1