picom: update to 7.5, rename from compton

This commit is contained in:
Frank Steinborn 2019-11-18 23:11:03 +01:00 committed by Juan RP
parent 6aa79a1a09
commit 507b88a0ad
3 changed files with 29 additions and 26 deletions

1
srcpkgs/compton Symbolic link
View file

@ -0,0 +1 @@
picom

View file

@ -1,26 +0,0 @@
# Template file for 'compton'
pkgname=compton
version=7.4
revision=1
build_style=meson
configure_args="-Dbuild_docs=true"
hostmakedepends="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="Compositor for X11 (fork of xcompmgr-dana)"
maintainer="Frank Steinborn <steinex@nognu.de>"
license="MIT, MPL-2.0"
homepage="https://github.com/yshui/compton/"
distfiles="https://github.com/yshui/compton/archive/v${version}.tar.gz"
checksum=1911aebb49f765586f655933ee016828e126bc7b2bb016b13c9a34a4865a8fd3
pre_build() {
export COMPTON_VERSION="v${version}"
}
post_install() {
vlicense LICENSES/MIT
vsconf compton.sample.conf
}

28
srcpkgs/picom/template Normal file
View file

@ -0,0 +1,28 @@
# Template file for 'picom'
pkgname=picom
version=7.5
revision=1
build_style=meson
configure_args="-Dbuild_docs=true"
hostmakedepends="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="Lightweight compositor for X11 (previously a compton fork)"
maintainer="Frank Steinborn <steinex@nognu.de>"
license="MIT, MPL-2.0"
homepage="https://github.com/yshui/picom/"
distfiles="https://github.com/yshui/picom/archive/v${version}.tar.gz"
checksum=1fdeda688d09643563e4314f885beaf074023235e56598ae98d481364e615607
post_install() {
vlicense LICENSES/MIT
vsconf picom.sample.conf
}
compton_package() {
depends="${sourcepkg}>=${version}_${revision}"
build_style=meta
short_desc+=" (transitional dummy package)"
}