automatic version update by autodist [release 1.21.1-1mamba;Tue May 28 2024]
This commit is contained in:
parent
c3f18a9a90
commit
6b122a2fe2
26
README.md
26
README.md
@ -1,28 +1,4 @@
|
|||||||
# conky
|
# conky
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
|
112
conky.spec
112
conky.spec
@ -1,5 +1,5 @@
|
|||||||
Name: conky
|
Name: conky
|
||||||
Version: 1.20.2
|
Version: 1.21.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A light-weight system monitor
|
Summary: A light-weight system monitor
|
||||||
Group: System/X11
|
Group: System/X11
|
||||||
@ -20,112 +20,90 @@ BuildRequires: libXdamage-devel
|
|||||||
BuildRequires: libXext-devel
|
BuildRequires: libXext-devel
|
||||||
BuildRequires: libXfixes-devel
|
BuildRequires: libXfixes-devel
|
||||||
BuildRequires: libXft-devel
|
BuildRequires: libXft-devel
|
||||||
BuildRequires: libXi-devel
|
|
||||||
BuildRequires: libXinerama-devel
|
BuildRequires: libXinerama-devel
|
||||||
|
BuildRequires: libcairo-devel
|
||||||
|
BuildRequires: libcurl-devel
|
||||||
BuildRequires: libfontconfig-devel
|
BuildRequires: libfontconfig-devel
|
||||||
|
BuildRequires: libfreetype-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libglib-devel
|
||||||
|
BuildRequires: libharfbuzz-devel
|
||||||
BuildRequires: libimlib2-devel
|
BuildRequires: libimlib2-devel
|
||||||
|
BuildRequires: libiw-devel
|
||||||
BuildRequires: liblua-devel
|
BuildRequires: liblua-devel
|
||||||
BuildRequires: libncurses-devel
|
BuildRequires: libncurses-devel
|
||||||
|
BuildRequires: libpango-devel
|
||||||
|
BuildRequires: libpulseaudio-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libsystemd-devel
|
||||||
|
BuildRequires: libwayland-devel
|
||||||
BuildRequires: libxcb-devel
|
BuildRequires: libxcb-devel
|
||||||
|
BuildRequires: libxml2-devel
|
||||||
|
BuildRequires: libxnvctrl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libiw-devel >= 30.pre9-1mamba
|
BuildRequires: libiw-devel >= 30.pre9-1mamba
|
||||||
BuildRequires: autoconf
|
BuildRequires: libxnvctrl-devel
|
||||||
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
|
|
||||||
|
|
||||||
%description
|
%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)
|
%package -n libvc-devel
|
||||||
* built in IMAP and POP3 support
|
Group: Development/Libraries
|
||||||
* built in support for many popular music players (MPD, XMMS2, BMPx, Audacious)
|
Summary: Development files for Vc
|
||||||
... 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.
|
%description -n libvc-devel
|
||||||
Conky is a free, light-weight system monitor for X, that displays any information on your desktop.
|
This package contains static library and header files for developing applications that use Vc.
|
||||||
|
|
||||||
EXTRA
|
%debug_package
|
||||||
|
|
||||||
* 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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch1 -p1 -b .ifaddrs
|
|
||||||
|
|
||||||
%build
|
%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
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%makeinstall -C build
|
||||||
|
|
||||||
|
rm -rf %{buildroot}%{_docdir}/conky-%{version}-pre-
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/conky
|
%{_bindir}/conky
|
||||||
|
%{_libdir}/libconky_core.so
|
||||||
%{_libdir}/libtcp-portmon.so
|
%{_libdir}/libtcp-portmon.so
|
||||||
%{_datadir}/applications/conky.desktop
|
%{_datadir}/applications/conky.desktop
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/conky-logomark-violet.svg
|
%{_datadir}/icons/hicolor/scalable/apps/conky-logomark-violet.svg
|
||||||
%dir %{_datadir}/doc/conky-%{version}_pre
|
%{_mandir}/man1/conky.1*
|
||||||
%{_datadir}/doc/conky-%{version}_pre/*
|
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
#ChangeLog NEWS README TODO extras/*
|
#ChangeLog NEWS README TODO extras/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Apr 26 2024 Automatic Build System <autodist@openmamba.org> 1.20.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user