Now it will use the commit's tarball instead of directly cloning the latest version. nerd-fonts-symbols was removed as Void now provides a similar package.
33 lines
1.3 KiB
Bash
33 lines
1.3 KiB
Bash
# Template file for 'picom-jonaburg-fix'
|
|
pkgname=picom-jonaburg-fix
|
|
reverts="2022.04.17_4"
|
|
version=2021.12.21
|
|
revision=1
|
|
wrksrc=picom
|
|
build_style=meson
|
|
repository="cereus-extra"
|
|
configure_args="-Dwith_docs=true"
|
|
hostmakedepends="pkg-config asciidoc"
|
|
makedepends="MesaLib-devel dbus-devel libconfig-devel libev-devel pcre-devel
|
|
pixman-devel xcb-util-image-devel xcb-util-renderutil-devel
|
|
libxdg-basedir-devel uthash"
|
|
depends="desktop-file-utils"
|
|
_commit="31d25da22b44f37cbb9be49fe5c239ef8d00df12"
|
|
short_desc="Picom fork which includes rounded corners, animations and blur support (featuring round corners fix)"
|
|
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
|
|
license="MIT, MPL-2.0"
|
|
homepage="https://github.com/Arian8j2/picom-jonaburg-fix"
|
|
provides="picom"
|
|
conflicts="picom picom-jonaburg picom-dccsillag picom-ibhagwan picom-git picom-arian8j2 picom-ftlabs"
|
|
replaces="picom picom-jonaburg picom-dccsillag picom-ibhagwan picom-git picom-arian8j2 picom-ftlabs"
|
|
distfiles="${homepage}/archive/${_commit}.tar.gz"
|
|
checksum=f4675bc96f19ec8ce9d8d59fa470976f432728b00de331f63ffe481383b3b04d
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
*-musl) broken="Can't build for musl. It's recommended to use picom-dccsillag, picom-ftlabs or picom-git instead" ;;
|
|
esac
|
|
|
|
post_install() {
|
|
vlicense LICENSES/MIT
|
|
vsconf picom.sample.conf
|
|
}
|