picom: cleanup template, adopt.

Adding missing licence file and conf examples.
This commit is contained in:
0x5c 2022-10-09 03:23:29 -04:00 committed by classabbyamp
parent 0732c20a22
commit a4af3e6acb

View file

@ -1,7 +1,7 @@
# Template file for 'picom'
pkgname=picom
version=9.1
revision=1
revision=2
build_style=meson
configure_args="-Dwith_docs=true"
hostmakedepends="pkg-config asciidoc"
@ -10,7 +10,7 @@ makedepends="MesaLib-devel dbus-devel libconfig-devel libev-devel pcre-devel
libxdg-basedir-devel uthash"
depends="desktop-file-utils"
short_desc="Lightweight compositor for X11 (previously a compton fork)"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="0x5c <dev@0x5c.io>"
license="MIT, MPL-2.0"
homepage="https://github.com/yshui/picom/"
distfiles="https://github.com/yshui/picom/archive/v${version}.tar.gz"
@ -18,7 +18,10 @@ checksum=8700ac71bd496c91262c8576e29cb3aecf2b4ef48c04394a929509d3cb37b87d
post_install() {
vlicense LICENSES/MIT
vlicense COPYING
vsconf picom.sample.conf
vsconf compton-default-fshader-win.glsl
vsconf compton-fake-transparency-fshader-win.glsl
}
compton_package() {