pkgs/srcpkgs/picom-ibhagwan/template
Kevin Figueroa 5617e71c9e Correct git repository based packages fetch hook.
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.
2024-02-29 21:01:23 -06:00

35 lines
1.2 KiB
Bash

# Template file for 'picom-ibhagwan'
pkgname=picom-ibhagwan
version=2021.11.04
revision=4
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="c4107bb6cc17773fdc6c48bb2e475ef957513c7a"
short_desc="Picom fork which includes blur effects and fade animations"
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
license="MIT, MPL-2.0"
homepage="https://github.com/ibhagwan/picom/"
provides="picom"
conflicts="picom picom-jonaburg picom-jonaburg-fix picom-dccsillag picom-git picom-arian8j2 picom-ftlabs"
replaces="picom picom-jonaburg picom-jonaburg-fix picom-dccsillag picom-git picom-arian8j2 picom-ftlabs"
distfiles="${homepage}/archive/${_commit}.tar.gz"
checksum=18df179c01d1663a62e378482eb6a7f40b4df0f961dbf91cdcef4ac8b1cbbde9
post_install() {
vlicense LICENSES/MIT
vlicense LICENSES/MPL-2.0
vsconf picom.sample.conf
}
picom-ibhagwan_package() {
depends="${sourcepkg}>=${version}_${revision}"
build_style=meta
short_desc+=" (transitional dummy package)"
}