From 93c0a5bb2e3da09df4d50b122b9c310b8b4d7270 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 21:29:40 +0100 Subject: [PATCH] disable audacious because libaudclient is missing since 3.5.0 [release 1.9.0-2mamba;Tue Sep 23 2014] --- conky.spec | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/conky.spec b/conky.spec index 4833702..3d176c6 100644 --- a/conky.spec +++ b/conky.spec @@ -1,18 +1,16 @@ Name: conky Version: 1.9.0 -Release: 1mamba +Release: 2mamba Summary: A light-weight system monitor Group: System/X11 Vendor: openmamba Distribution: openmamba -Packager: Automatic Build System +Packager: Silvan Calarco URL: http://sourceforge.net/projects/conky/ Source: http://downloads.sourceforge.net/conky/conky-%{version}.tar.bz2 Patch0: conky-1.6.0-rdtsc.patch Patch1: conky-1.6.1-ifaddrs.patch License: GPL -BuildRequires: autoconf -BuildRequires: automake ## AUTOBUILDREQ-BEGIN BuildRequires: audacious-devel BuildRequires: glibc-devel @@ -58,6 +56,8 @@ BuildRequires: libxml2-devel BuildRequires: libXrender-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END +BuildRequires: autoconf +BuildRequires: automake BuildRoot: %{_tmppath}/%{name}-%{version}-root # * X11: # X11 support: yes @@ -113,19 +113,19 @@ syntax coloring of your $HOME/.conkyrc file. #%patch1 -p1 -b .ifaddrs %build -%configure --prefix=%{_prefix} \ +%configure \ --enable-wlan \ --enable-xft \ --enable-mpd \ - --enable-audacious=yes \ + --enable-audacious=no \ --enable-seti \ - --enable-rss \ + --enable-rss \ --enable-double-buffer \ --enable-own-window \ - --enable-debug \ + --enable-debug \ --enable-proc-uptime \ - --enable-smapi \ - --enable-eve \ + --enable-smapi \ + --enable-eve \ --with-x ## --enable-bmpx \ --enable-nvidia \ ## --enable-xmms2 \ @@ -145,10 +145,14 @@ syntax coloring of your $HOME/.conkyrc file. %config(noreplace) %{_sysconfdir}/conky/conky.conf %config(noreplace) %{_sysconfdir}/conky/conky_no_x11.conf %{_bindir}/conky -%{_mandir}/man1/conky.1.gz -%doc AUTHORS COPYING ChangeLog NEWS README TODO extras/* +%{_mandir}/man1/conky.1* +%doc AUTHORS COPYING +#ChangeLog NEWS README TODO extras/* %changelog +* Tue Sep 23 2014 Silvan Calarco 1.9.0-2mamba +- disable audacious because libaudclient is missing since 3.5.0 + * Sun Jul 08 2012 Automatic Build System 1.9.0-1mamba - update to 1.9.0