mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
x11-misc/i3blocks-contrib: update EAPI 7 -> 8
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
parent
611fbbd83e
commit
e125093814
57
x11-misc/i3blocks-contrib/i3blocks-contrib-2.0.0-r1.ebuild
Normal file
57
x11-misc/i3blocks-contrib/i3blocks-contrib-2.0.0-r1.ebuild
Normal file
@ -0,0 +1,57 @@
|
||||
# Copyright 2021-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
inherit optfeature toolchain-funcs
|
||||
|
||||
DESCRIPTION="A set of scripts for i3blocks, contributed by the community"
|
||||
HOMEPAGE="https://github.com/vivien/i3blocks-contrib"
|
||||
SRC_URI="https://github.com/vivien/i3blocks-contrib/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
|
||||
RDEPEND=">=x11-misc/i3blocks-1.5"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-respect-CFLAGS.patch
|
||||
"${FILESDIR}"/${P}-fix-build-on-clang-llvm.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
sed -i -e '/^$(_BLOCKS):/ s/$/ installdirs/' Makefile
|
||||
default
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
tc-export AR CC LD
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" PREFIX=/usr install
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
optfeature_header "The following deps may be required for certain ${PN} scripts:"
|
||||
optfeature "backlight" sys-power/acpilight x11-apps/xbacklight
|
||||
optfeature "battery{,2,bar}" sys-power/acpi
|
||||
optfeature "colorpicker" x11-misc/grabc x11-misc/xdotool
|
||||
optfeature "cpu_usage" app-admin/sysstat
|
||||
optfeature "disk-io" app-admin/sysstat
|
||||
optfeature "email" dev-python/keyring gnome-base/gnome-keyring
|
||||
optfeature "eyedropper" media-fonts/fontawesome x11-misc/grabc x11-misc/xclip
|
||||
optfeature "github" dev-util/github-cli media-fonts/fontawesome
|
||||
optfeature "gpu-load" x11-drivers/nvidia-drivers app-misc/radeontop
|
||||
optfeature "i3-focusedwindow" x11-apps/xprop
|
||||
optfeature "kbdd_layout" x11-misc/kbdd
|
||||
optfeature "key_light" sys-power/upower
|
||||
optfeature "kubernetes" sys-cluster/kubectl
|
||||
optfeature "monitor_manager" "dev-lang/python[tk] media-fonts/fontawesome x11-apps/xrandr"
|
||||
optfeature "purpleair" app-misc/jq net-misc/curl
|
||||
optfeature "rofi-calendar" x11-misc/rofi
|
||||
optfeature "ssid and wlan-dbm" net-wireless/iw
|
||||
optfeature "temperature" sys-apps/lm-sensors
|
||||
optfeature "ytdl-mpv" "media-fonts/fontawesome media-video/mpv[lua] x11-misc/xclip net-misc/yt-dlp"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user