mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
picom: cleanup template, adopt.
Adding missing licence file and conf examples.
This commit is contained in:
parent
0732c20a22
commit
a4af3e6acb
1 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'picom'
|
# Template file for 'picom'
|
||||||
pkgname=picom
|
pkgname=picom
|
||||||
version=9.1
|
version=9.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dwith_docs=true"
|
configure_args="-Dwith_docs=true"
|
||||||
hostmakedepends="pkg-config asciidoc"
|
hostmakedepends="pkg-config asciidoc"
|
||||||
|
@ -10,7 +10,7 @@ makedepends="MesaLib-devel dbus-devel libconfig-devel libev-devel pcre-devel
|
||||||
libxdg-basedir-devel uthash"
|
libxdg-basedir-devel uthash"
|
||||||
depends="desktop-file-utils"
|
depends="desktop-file-utils"
|
||||||
short_desc="Lightweight compositor for X11 (previously a compton fork)"
|
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"
|
license="MIT, MPL-2.0"
|
||||||
homepage="https://github.com/yshui/picom/"
|
homepage="https://github.com/yshui/picom/"
|
||||||
distfiles="https://github.com/yshui/picom/archive/v${version}.tar.gz"
|
distfiles="https://github.com/yshui/picom/archive/v${version}.tar.gz"
|
||||||
|
@ -18,7 +18,10 @@ checksum=8700ac71bd496c91262c8576e29cb3aecf2b4ef48c04394a929509d3cb37b87d
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSES/MIT
|
vlicense LICENSES/MIT
|
||||||
|
vlicense COPYING
|
||||||
vsconf picom.sample.conf
|
vsconf picom.sample.conf
|
||||||
|
vsconf compton-default-fshader-win.glsl
|
||||||
|
vsconf compton-fake-transparency-fshader-win.glsl
|
||||||
}
|
}
|
||||||
|
|
||||||
compton_package() {
|
compton_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue