desktop/picom: Updated for version 9.

Remove unneded libxdg-basedir (thanks to Julian Grinblat!)

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2022-02-06 09:40:09 +01:00 committed by Willy Sudiarto Raharjo
parent ae2dd93fca
commit 5184c85dfb
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 11 additions and 5 deletions

View file

@ -4,3 +4,9 @@ retain the original name inside the package).
Out of frustration with the low count of standalone lightweight
compositors, picom was forked from Dana Jansens' fork of xcompmgr
and refactored. Bugs were fixed and features were added.
*NOTE* when upgrading between different versions you might find
that some options have changed values or have been deprecated or
removed and picom fails to start: launch "picom" from a console,
watch the error messages and edit your ~/.config/picom.conf
accordingly (or start from scratch with a new one, if you prefer)

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=picom
VERSION=${VERSION:-8.2}
VERSION=${VERSION:-9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="picom"
VERSION="8.2"
VERSION="9"
HOMEPAGE="https://github.com/yshui/picom/"
DOWNLOAD="https://github.com/yshui/picom/archive/v8.2/picom-8.2.tar.gz"
MD5SUM="f27ecdf8e13388a021659e38d1dae899"
DOWNLOAD="https://github.com/yshui/picom/archive/v9/picom-9.tar.gz"
MD5SUM="3112211ee02bacb3b96104a96b47b6d0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libconfig libev libxdg-basedir setconf uthash"
REQUIRES="libconfig libev setconf uthash"
MAINTAINER="Matteo Bernardini"
EMAIL="ponce@slackbuilds.org"