New Package: picom-arian8j2
This commit is contained in:
parent
51d6178a71
commit
12fbf0fd4c
1 changed files with 31 additions and 0 deletions
31
srcpkgs/picom-arian8j2/template
Normal file
31
srcpkgs/picom-arian8j2/template
Normal file
|
@ -0,0 +1,31 @@
|
|||
# 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="Lightweight compositor for X11 (previously a compton fork) - git branch"
|
||||
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"
|
||||
replaces="picom picom-jonaburg picom-jonaburg-fix picom-ibhagwan picom-git"
|
||||
|
||||
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
|
||||
}
|
Loading…
Add table
Reference in a new issue