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.
32 lines
1.2 KiB
Bash
32 lines
1.2 KiB
Bash
# Template file for 'picom-jonaburg'
|
|
pkgname=picom-jonaburg
|
|
version=2022.03.19
|
|
revision=5
|
|
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="e3c19cd7d1108d114552267f302548c113278d45"
|
|
short_desc="Picom fork which includes rounded corners, basic animations and blur support"
|
|
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
|
|
license="MIT, MPL-2.0"
|
|
homepage="https://github.com/jonaburg/picom"
|
|
provides="picom"
|
|
conflicts="picom picom-dccsillag picom-jonaburg-fix picom-ibhagwan picom-git picom-arian8j2 picom-ftlabs"
|
|
replaces="picom picom-dccsillag picom-jonaburg-fix picom-ibhagwan picom-git picom-arian8j2 picom-ftlabs"
|
|
distfiles="${homepage}/archive/${_commit}.tar.gz"
|
|
checksum=b74fdcba119645f71203abf90fba78b888ae126ab0308b4bfd65868e91b8c4c1
|
|
|
|
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
|
|
}
|