31 lines
1 KiB
Bash
31 lines
1 KiB
Bash
# Template file for 'picom-arian8j2'
|
|
pkgname=picom-arian8j2
|
|
version=2022.09.29
|
|
revision=1
|
|
build_style=meson
|
|
configure_args="-Dwith_docs=true"
|
|
hostmakedepends="pkg-config asciidoc git"
|
|
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 libglvnd-devel"
|
|
depends="desktop-file-utils"
|
|
short_desc="Picom fork which includes transition animations"
|
|
maintainer="Kevin F. <https://github.com/KF-Art>"
|
|
license="MIT, MPL-2.0"
|
|
homepage="https://github.com/arian8j2/picom/"
|
|
repository="cereus-extra"
|
|
provides="picom"
|
|
conflicts="picom picom-jonaburg picom-jonaburg-fix picom-ibhagwan picom-git picom-dccsillag"
|
|
replaces="picom picom-jonaburg picom-jonaburg-fix picom-ibhagwan picom-git picom-dccsillag"
|
|
|
|
do_fetch() {
|
|
git clone --depth=1 ${homepage} ${wrksrc}
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSES/MIT
|
|
vlicense COPYING
|
|
vsconf picom.sample.conf
|
|
vsconf compton-default-fshader-win.glsl
|
|
vsconf compton-fake-transparency-fshader-win.glsl
|
|
}
|