Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / picom


Commits:
9155befa by Robin Candau at 2024-09-29T15:22:38+02:00
upgpkg: 12.1-2 Force `xrender` back as the default backend (default upstream 
value)

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = picom
        pkgdesc = A lightweight compositor for X11
        pkgver = 12.1
-       pkgrel = 1
+       pkgrel = 2
        url = https://picom.app
        arch = x86_64
        license = MPL-2.0 AND MIT


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
 
 pkgname=picom
 pkgver=12.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A lightweight compositor for X11"
 url="https://picom.app";
 arch=('x86_64')
@@ -31,6 +31,8 @@ prepare() {
        setconf picom.sample.conf 'inactive-opacity=0.95;'
        # Improve performance (recommended option)
        setconf -u picom.sample.conf 'glx-no-stencil=true;'
+       # Force xrender as the default backend (default upstream value)
+       setconf -u picom.sample.conf 'backend="xrender";'
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/picom/-/commit/9155befa07bd785cb9b13efc6a4a1125757bc684

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/picom/-/commit/9155befa07bd785cb9b13efc6a4a1125757bc684
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to