39 lines
1.2 KiB
Bash
39 lines
1.2 KiB
Bash
# Template file for 'picom-jonaburg'
|
|
pkgname=picom-jonaburg
|
|
version=2022.03.19
|
|
revision=4
|
|
wrksrc=picom
|
|
build_style=meson
|
|
repository="cereus-extra"
|
|
configure_args="-Dwith_docs=true"
|
|
hostmakedepends="git 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"
|
|
short_desc="Picom fork which includes rounded corners, basic animations and blur support"
|
|
maintainer="Kevin F. <https://github.com/KF-Art>"
|
|
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"
|
|
replaces="picom picom-dccsillag picom-jonaburg-fix picom-ibhagwan picom-git picom-arian8j2"
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
*-musl) broken="Cannot build on musl. It's recommended to use picom-dccsillag or picom-git instead" ;;
|
|
esac
|
|
|
|
do_fetch() {
|
|
git clone --depth=1 ${homepage} ${wrksrc}
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSES/MIT
|
|
vsconf picom.sample.conf
|
|
}
|
|
|
|
picom-jonaburg_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
build_style=meta
|
|
short_desc+=" (transitional dummy package)"
|
|
}
|