summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2022-02-06 09:40:09 +0100
committer Willy Sudiarto Raharjo2022-02-06 09:44:55 +0100
commit5184c85dfbca634887cc43358f1dd19da3843bfd (patch)
treeebc216be9e36872d757e7b3e7af0543f8954dcac
parentae2dd93fcacaddbd38034750bf4271de71bad72d (diff)
downloadslackbuilds-5184c85dfbca634887cc43358f1dd19da3843bfd.tar.gz
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>
-rw-r--r--desktop/picom/README6
-rw-r--r--desktop/picom/picom.SlackBuild2
-rw-r--r--desktop/picom/picom.info8
3 files changed, 11 insertions, 5 deletions
diff --git a/desktop/picom/README b/desktop/picom/README
index a32a53c5af..032c2c42ce 100644
--- a/desktop/picom/README
+++ b/desktop/picom/README
@@ -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)
diff --git a/desktop/picom/picom.SlackBuild b/desktop/picom/picom.SlackBuild
index af5041aa42..a219ba9545 100644
--- a/desktop/picom/picom.SlackBuild
+++ b/desktop/picom/picom.SlackBuild
@@ -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}
diff --git a/desktop/picom/picom.info b/desktop/picom/picom.info
index 780f08e9e3..593cefc91a 100644
--- a/desktop/picom/picom.info
+++ b/desktop/picom/picom.info
@@ -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"