This commit is contained in:
Ceres 2025-10-26 01:54:40 +00:00
parent 01e7971ccc
commit 24ed178702
Signed by: ceres-sees-all
GPG key ID: 9814758436430045

View file

@ -33,6 +33,8 @@ DEPEND="${RDEPEND}
virtual/pkgconfig virtual/pkgconfig
" "
MYMESONARGS="-Dcava_font=false"
S="${WORKDIR}/cava-${PV}" S="${WORKDIR}/cava-${PV}"
src_prepare() { src_prepare() {
@ -42,13 +44,9 @@ src_prepare() {
} }
src_configure() { src_configure() {
meson_src_configure meson_src_configure
} }
src_install() {
meson_src_install
rm -r "${D}/usr/share/consolefonts"
}
pkg_postinst() { pkg_postinst() {
if [[ -z ${REPLACING_VERSIONS} ]]; then if [[ -z ${REPLACING_VERSIONS} ]]; then
elog "A default ~/.config/cava/config will be created after initial" elog "A default ~/.config/cava/config will be created after initial"