mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
picom: update to 7.5, rename from compton
This commit is contained in:
parent
6aa79a1a09
commit
507b88a0ad
3 changed files with 29 additions and 26 deletions
1
srcpkgs/compton
Symbolic link
1
srcpkgs/compton
Symbolic link
|
@ -0,0 +1 @@
|
|||
picom
|
|
@ -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
28
srcpkgs/picom/template
Normal 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)"
|
||||
}
|
Loading…
Add table
Reference in a new issue