conky/conky.spec

177 lines
5.0 KiB
RPMSpec

Name: conky
Version: 1.9.0
Release: 2mamba
Summary: A light-weight system monitor
Group: System/X11
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
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
## AUTOBUILDREQ-BEGIN
BuildRequires: audacious-devel
BuildRequires: glibc-devel
BuildRequires: libatk-devel
BuildRequires: libcairo-devel
BuildRequires: libcares-devel
BuildRequires: libcurl-devel
BuildRequires: libdbus-devel
BuildRequires: libdbus-glib-devel
BuildRequires: libe2fs-devel
BuildRequires: libexpat-devel
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel
BuildRequires: libgcrypt-devel
BuildRequires: libglib-devel
BuildRequires: libglitz-devel
BuildRequires: libgpg-error-devel
BuildRequires: libgtk-devel
BuildRequires: libidn-devel
BuildRequires: libiw-devel
BuildRequires: libkrb5-devel
BuildRequires: libmcs-devel
BuildRequires: libmowgli-devel
BuildRequires: libopenldap-devel
BuildRequires: libopenssl-devel
BuildRequires: libpango-devel
BuildRequires: libpixman-devel
BuildRequires: libpng-devel
BuildRequires: libsamplerate-devel
BuildRequires: libsasl-devel
BuildRequires: libselinux-devel
BuildRequires: libssh2-devel
BuildRequires: libX11-devel
BuildRequires: libXau-devel
BuildRequires: libxcb-devel
BuildRequires: libxcb-util-devel
BuildRequires: libXdamage-devel
BuildRequires: libXdmcp-devel
BuildRequires: libXext-devel
BuildRequires: libXfixes-devel
BuildRequires: libXft-devel
BuildRequires: libxml2-devel
BuildRequires: libXrender-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRequires: autoconf
BuildRequires: automake
BuildRoot: %{_tmppath}/%{name}-%{version}-root
# * X11:
# X11 support: yes
# XDamage support: yes
# XDBE support: yes
# Xft support: yes
# * Music detection:
# Audacious: yes
# BMPx: no
# MPD: yes
# XMMS2: no
# * General:
# math: yes
# hddtemp: yes
# portmon: yes
# RSS: yes
# wireless: yes
# SMAPI: yes
# nvidia: no
# eve-online: yes
%description
Conky has more than 250 built in objects, including support for:
* a plethora of OS stats (uname, uptime, CPU usage, mem usage, disk usage, "top" like process stats, and network monitoring, just to name a few)
* built in IMAP and POP3 support
* built in support for many popular music players (MPD, XMMS2, BMPx, Audacious)
... and much much more.
Conky can display this info either as text, or using simple progress bars and graph widgets, with different fonts and colours.
Conky is a free, light-weight system monitor for X, that displays any information on your desktop.
EXTRA
* Vim filetype detection and syntax highlighting scripts for conky.
Individual users can place them your personal .vim directory:
~/.vim/ftdetect/conkyrc.vim
~/.vim/syntax/conkyrc.vim
Refer to your vim site documentation for system-wide installation.
* conky.nanorc for nano text editor
Append the contents of conky.nanorc to your $HOME/.nanorc for nano
syntax coloring of your $HOME/.conkyrc file.
%prep
%setup -q
#%patch1 -p1 -b .ifaddrs
%build
%configure \
--enable-wlan \
--enable-xft \
--enable-mpd \
--enable-audacious=no \
--enable-seti \
--enable-rss \
--enable-double-buffer \
--enable-own-window \
--enable-debug \
--enable-proc-uptime \
--enable-smapi \
--enable-eve \
--with-x
## --enable-bmpx \ --enable-nvidia \
## --enable-xmms2 \
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%dir %{_sysconfdir}/conky
%config(noreplace) %{_sysconfdir}/conky/conky.conf
%config(noreplace) %{_sysconfdir}/conky/conky_no_x11.conf
%{_bindir}/conky
%{_mandir}/man1/conky.1*
%doc AUTHORS COPYING
#ChangeLog NEWS README TODO extras/*
%changelog
* Tue Sep 23 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.0-2mamba
- disable audacious because libaudclient is missing since 3.5.0
* Sun Jul 08 2012 Automatic Build System <autodist@mambasoft.it> 1.9.0-1mamba
- update to 1.9.0
* Sat Oct 09 2010 Automatic Build System <autodist@mambasoft.it> 1.8.1-1mamba
- automatic update by autodist
* Sun May 09 2010 Automatic Build System <autodist@mambasoft.it> 1.8.0-1mamba
- automatic update by autodist
* Fri Jun 19 2009 Automatic Build System <autodist@mambasoft.it> 1.6.1-3mamba
- automatic rebuild by autodist
* Sun May 17 2009 Automatic Build System <autodist@mambasoft.it> 1.6.1-2mamba
- automatic rebuild by autodist
* Thu Sep 04 2008 gil <puntogil@libero.it> 1.6.1-1mamba
- update to 1.6.1
- enable-audacious added options to configure
* Mon May 12 2008 gil <puntogil@libero.it> 1.5.1-1mamba
- package created by autospec