automatic version update by autodist [release 1.21.1-1mamba;Tue May 28 2024]

This commit is contained in:
Automatic Build System 2024-05-29 09:13:11 +02:00
parent c3f18a9a90
commit 6b122a2fe2
2 changed files with 46 additions and 92 deletions

View File

@ -1,28 +1,4 @@
# conky
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.
A light-weight system monitor.

View File

@ -1,5 +1,5 @@
Name: conky
Version: 1.20.2
Version: 1.21.1
Release: 1mamba
Summary: A light-weight system monitor
Group: System/X11
@ -20,112 +20,90 @@ BuildRequires: libXdamage-devel
BuildRequires: libXext-devel
BuildRequires: libXfixes-devel
BuildRequires: libXft-devel
BuildRequires: libXi-devel
BuildRequires: libXinerama-devel
BuildRequires: libcairo-devel
BuildRequires: libcurl-devel
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel
BuildRequires: libgcc
BuildRequires: libglib-devel
BuildRequires: libharfbuzz-devel
BuildRequires: libimlib2-devel
BuildRequires: libiw-devel
BuildRequires: liblua-devel
BuildRequires: libncurses-devel
BuildRequires: libpango-devel
BuildRequires: libpulseaudio-devel
BuildRequires: libstdc++6-devel
BuildRequires: libsystemd-devel
BuildRequires: libwayland-devel
BuildRequires: libxcb-devel
BuildRequires: libxml2-devel
BuildRequires: libxnvctrl-devel
## AUTOBUILDREQ-END
BuildRequires: libiw-devel >= 30.pre9-1mamba
BuildRequires: autoconf
BuildRequires: automake
# * 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
BuildRequires: libxnvctrl-devel
%description
Conky has more than 250 built in objects, including support for:
A light-weight system monitor.
* 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.
%package -n libvc-devel
Group: Development/Libraries
Summary: Development files for Vc
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.
%description -n libvc-devel
This package contains static library and header files for developing applications that use Vc.
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.
%debug_package
%prep
%setup -q
#%patch1 -p1 -b .ifaddrs
%build
%cmake -d build
%cmake -d build \
-D MAINTAINER_MODE=OFF \
-D BUILD_TESTS=ON \
-D BUILD_DOCS=ON \
-D BUILD_EXTRAS=ON \
-D BUILD_WLAN=ON \
-D BUILD_XDBE=ON \
-D BUILD_XSHAPE=ON \
-D BUILD_IMLIB2=ON \
-D BUILD_CURL=ON \
-D BUILD_RSS=ON \
-D BUILD_NVIDIA=ON \
-D BUILD_PULSEAUDIO=ON \
-D BUILD_JOURNAL=ON \
-D BUILD_WAYLAND=ON \
-D CMAKE_INSTALL_PREFIX=/usr \
-Wno-dev
#% 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 -C build
rm -rf %{buildroot}%{_docdir}/conky-%{version}-pre-
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/conky
%{_libdir}/libconky_core.so
%{_libdir}/libtcp-portmon.so
%{_datadir}/applications/conky.desktop
%{_datadir}/icons/hicolor/scalable/apps/conky-logomark-violet.svg
%dir %{_datadir}/doc/conky-%{version}_pre
%{_datadir}/doc/conky-%{version}_pre/*
%{_mandir}/man1/conky.1*
%doc AUTHORS COPYING
#ChangeLog NEWS README TODO extras/*
%changelog
* Tue May 28 2024 Automatic Build System <autodist@openmamba.org> 1.21.1-1mamba
- automatic version update by autodist
* Fri Apr 26 2024 Automatic Build System <autodist@openmamba.org> 1.20.2-1mamba
- automatic version update by autodist