forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Daniel Pielmeier <[email protected]>
- Loading branch information
Showing
2 changed files
with
241 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST conky-1.19.6.tar.gz 1727487 BLAKE2B 2ef2b0acd354559679b9d7d442de7a709e932418e27459b02bdf2f8b6dbdcf7911964932ab9851bab213e7f68d9a82034acab96892752544ab1a26d68c174c09 SHA512 9f1900f495125c668835334239b69fc098c30fe450a384786d873eb3d3e955ff0f06ca70c3a94f47a4b38a42d4510be77efd13873411f11ff84d8bfdc2869fde | ||
DIST conky-1.19.7.tar.gz 1725945 BLAKE2B f5e6eb1675a1db25d96f28e10e23b55a2c2560d8854145193d6472b958295ab47015061187f5c5ca2b24573ec0e8574fdd2eab1003ebdb3bd5b74b7b00f68571 SHA512 54041cfa5c1d135d751fe8852523e7ad55815ecc9d9af87251e26edd38801e1e36be2f67b390376015090052f21f6c28992edd551c0dab8ae3c22f8facd3542e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,240 @@ | ||
# Copyright 1999-2024 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
LUA_COMPAT=( lua5-4 ) | ||
PYTHON_COMPAT=( python3_{10,11,12} ) | ||
|
||
inherit cmake linux-info lua-single python-any-r1 readme.gentoo-r1 xdg | ||
|
||
DESCRIPTION="An advanced, highly configurable system monitor for X" | ||
HOMEPAGE="https://github.com/brndnmtthws/conky" | ||
SRC_URI="https://github.com/brndnmtthws/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" | ||
|
||
LICENSE="GPL-3 BSD LGPL-2.1 MIT" | ||
SLOT="0" | ||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" | ||
IUSE="apcupsd bundled-toluapp cmus curl doc extras hddtemp ical iconv imlib | ||
intel-backlight iostats irc lua-cairo lua-imlib lua-rsvg math moc mpd | ||
mysql ncurses nvidia +portmon pulseaudio rss systemd test thinkpad | ||
truetype wayland webserver wifi X xinerama xmms2" | ||
RESTRICT="!test? ( test )" | ||
|
||
# Note: toluapp is bundled in conky since 1.11.2 | ||
# Note: maintainer mode "-DMAINTAINER_MODE=yes" sets CMAKE_BUILD_TYPE Debug | ||
# which creates debug symbols and enables "-DBUILD_TESTS" which also | ||
# results in conky_core debug library getting installed | ||
|
||
COMMON_DEPEND=" | ||
curl? ( net-misc/curl ) | ||
ical? ( dev-libs/libical:= ) | ||
iconv? ( virtual/libiconv ) | ||
imlib? ( media-libs/imlib2[X] ) | ||
irc? ( net-libs/libircclient ) | ||
lua-cairo? ( x11-libs/cairo[X] ) | ||
lua-imlib? ( media-libs/imlib2[X] ) | ||
lua-rsvg? ( gnome-base/librsvg ) | ||
mysql? ( dev-db/mysql-connector-c ) | ||
ncurses? ( sys-libs/ncurses:= ) | ||
nvidia? ( x11-drivers/nvidia-drivers[tools,static-libs] ) | ||
pulseaudio? ( media-libs/libpulse ) | ||
rss? ( | ||
dev-libs/libxml2 | ||
net-misc/curl | ||
dev-libs/glib:2 | ||
) | ||
systemd? ( sys-apps/systemd ) | ||
truetype? ( | ||
x11-libs/libXft | ||
>=media-libs/freetype-2 | ||
) | ||
wayland? ( | ||
dev-libs/wayland | ||
x11-libs/pango | ||
) | ||
wifi? ( net-wireless/wireless-tools ) | ||
webserver? ( net-libs/libmicrohttpd:= ) | ||
X? ( | ||
x11-libs/libX11 | ||
x11-libs/libXdamage | ||
x11-libs/libXfixes | ||
x11-libs/libXext | ||
) | ||
xinerama? ( x11-libs/libXinerama ) | ||
xmms2? ( media-sound/xmms2 ) | ||
${LUA_DEPS} | ||
" | ||
RDEPEND=" | ||
${COMMON_DEPEND} | ||
apcupsd? ( sys-power/apcupsd ) | ||
cmus? ( media-sound/cmus ) | ||
hddtemp? ( app-admin/hddtemp ) | ||
moc? ( media-sound/moc ) | ||
" | ||
DEPEND=" | ||
${COMMON_DEPEND} | ||
test? ( | ||
dev-cpp/catch | ||
) | ||
wayland? ( | ||
dev-libs/wayland-protocols | ||
) | ||
" | ||
BDEPEND=" | ||
doc? ( | ||
virtual/pandoc | ||
$(python_gen_any_dep ' | ||
dev-python/pyyaml[${PYTHON_USEDEP}] | ||
dev-python/jinja[${PYTHON_USEDEP}] | ||
') | ||
) | ||
extras? ( | ||
$(python_gen_any_dep ' | ||
dev-python/pyyaml[${PYTHON_USEDEP}] | ||
dev-python/jinja[${PYTHON_USEDEP}] | ||
') | ||
) | ||
wayland? ( dev-util/wayland-scanner ) | ||
" | ||
|
||
python_check_deps() { | ||
use doc || use extras || return 0 | ||
python_has_version -b "dev-python/pyyaml[${PYTHON_USEDEP}]" && | ||
python_has_version -b "dev-python/jinja[${PYTHON_USEDEP}]" | ||
} | ||
|
||
REQUIRED_USE=" | ||
${LUA_REQUIRED_USE} | ||
imlib? ( X ) | ||
lua-cairo? ( X bundled-toluapp ) | ||
lua-imlib? ( X bundled-toluapp ) | ||
lua-rsvg? ( X bundled-toluapp ) | ||
nvidia? ( X ) | ||
truetype? ( X ) | ||
xinerama? ( X ) | ||
" | ||
|
||
CONFIG_CHECK="~IPV6" | ||
|
||
DOCS=( README.md AUTHORS ) | ||
|
||
DISABLE_AUTOFORMATTING="yes" | ||
DOC_CONTENTS="You can find sample configurations at /usr/share/doc/${PF}. | ||
To customize, copy to \${XDG_CONFIG_HOME}/conky/conky.conf and edit it to your liking. | ||
There are pretty html docs available at https://conky.cc/. | ||
Also see https://github.com/brndnmtthws/conky/wiki or https://wiki.gentoo.org/wiki/Conky" | ||
|
||
pkg_setup() { | ||
linux-info_pkg_setup | ||
lua-single_pkg_setup | ||
if use doc || use extras; then | ||
python-any-r1_pkg_setup | ||
fi | ||
} | ||
|
||
src_prepare() { | ||
# pin lua 5.4 | ||
sed -i -e 's|Lua "5.3" REQUIRED|Lua "5.4" EXACT|g' \ | ||
cmake/ConkyPlatformChecks.cmake || die "ConkyPlatformChecks.cmake" | ||
|
||
cmake_src_prepare | ||
xdg_environment_reset | ||
} | ||
|
||
src_configure() { | ||
local mycmakeargs=() | ||
|
||
if use X; then | ||
mycmakeargs+=( | ||
-DBUILD_ARGB=yes | ||
-DBUILD_X11=yes | ||
-DBUILD_XDAMAGE=yes | ||
-DBUILD_XDBE=yes | ||
-DBUILD_XFIXES=yes | ||
-DBUILD_XSHAPE=yes | ||
-DBUILD_XINPUT=yes | ||
-DBUILD_MOUSE_EVENTS=yes | ||
-DOWN_WINDOW=yes | ||
) | ||
else | ||
mycmakeargs+=( | ||
-DBUILD_X11=no | ||
) | ||
fi | ||
|
||
mycmakeargs+=( | ||
-DBUILD_APCUPSD=$(usex apcupsd) | ||
-DBUILD_AUDACIOUS=no | ||
-DBUILD_BUILTIN_CONFIG=yes | ||
-DBUILD_CMUS=$(usex cmus) | ||
-DBUILD_CURL=$(usex curl) | ||
-DBUILD_DOCS=$(usex doc) | ||
-DBUILD_EXTRAS=$(usex extras) | ||
-DBUILD_HDDTEMP=$(usex hddtemp) | ||
-DBUILD_HTTP=$(usex webserver) | ||
-DBUILD_I18N=yes | ||
-DBUILD_IBM=$(usex thinkpad) | ||
-DBUILD_ICAL=$(usex ical) | ||
-DBUILD_ICONV=$(usex iconv) | ||
-DBUILD_IMLIB2=$(usex imlib) | ||
-DBUILD_INTEL_BACKLIGHT=$(usex intel-backlight) | ||
-DBUILD_IOSTATS=$(usex iostats) | ||
-DBUILD_IPV6=yes | ||
-DBUILD_IRC=$(usex irc) | ||
-DBUILD_JOURNAL=$(usex systemd) | ||
-DBUILD_LUA_CAIRO=$(usex lua-cairo) | ||
-DBUILD_LUA_IMLIB2=$(usex lua-imlib) | ||
-DBUILD_LUA_RSVG=$(usex lua-rsvg) | ||
-DBUILD_MATH=$(usex math) | ||
-DBUILD_MOC=$(usex moc) | ||
-DBUILD_MPD=$(usex mpd) | ||
-DBUILD_MYSQL=$(usex mysql) | ||
-DBUILD_NCURSES=$(usex ncurses) | ||
-DBUILD_NVIDIA=$(usex nvidia) | ||
-DBUILD_OLD_CONFIG=yes | ||
-DBUILD_PORT_MONITORS=$(usex portmon) | ||
-DBUILD_PULSEAUDIO=$(usex pulseaudio) | ||
-DBUILD_RSS=$(usex rss) | ||
-DBUILD_TESTS=$(usex test) | ||
-DBUILD_WAYLAND=$(usex wayland) | ||
-DBUILD_WLAN=$(usex wifi) | ||
-DBUILD_XFT=$(usex truetype) | ||
-DBUILD_XINERAMA=$(usex xinerama) | ||
-DBUILD_XMMS2=$(usex xmms2) | ||
-DDOC_PATH=/usr/share/doc/${PF} | ||
-DMAINTAINER_MODE=no | ||
-DRELEASE=yes | ||
) | ||
|
||
if use doc || use extras; then | ||
mycmakeargs+=( -DPython3_EXECUTABLE="${PYTHON}" ) | ||
fi | ||
|
||
cmake_src_configure | ||
} | ||
|
||
src_install() { | ||
cmake_src_install | ||
|
||
if use extras; then | ||
insinto /usr/share/vim/vimfiles/ftdetect | ||
doins "${S}"/extras/vim/ftdetect/conkyrc.vim | ||
|
||
insinto /usr/share/vim/vimfiles/syntax | ||
doins "${BUILD_DIR}"/extras/vim/syntax/conkyrc.vim | ||
|
||
insinto /usr/share/nano/ | ||
doins "${BUILD_DIR}"/extras/nano/conky.nanorc | ||
fi | ||
|
||
readme.gentoo_create_doc | ||
} | ||
|
||
pkg_postinst() { | ||
readme.gentoo_print_elog | ||
|
||
xdg_pkg_postinst | ||
} |