[arch-commits] Commit in compton/trunk (PKGBUILD compton.conf)

Alexander Rødseth arodseth at archlinux.org
Fri Nov 9 17:41:06 UTC 2018


    Date: Friday, November 9, 2018 @ 17:41:05
  Author: arodseth
Revision: 404378

upgpkg: compton 3.0-4

Modified:
  compton/trunk/PKGBUILD
  compton/trunk/compton.conf

--------------+
 PKGBUILD     |    6 +++---
 compton.conf |   12 ++++++++++++
 2 files changed, 15 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-09 17:22:42 UTC (rev 404377)
+++ PKGBUILD	2018-11-09 17:41:05 UTC (rev 404378)
@@ -5,7 +5,7 @@
 
 pkgname=compton
 pkgver=3.0
-pkgrel=3
+pkgrel=4
 pkgdesc='X compositor that may fix tearing issues'
 arch=('x86_64')
 url='https://github.com/yshui/compton'
@@ -20,10 +20,10 @@
 # Using the latest commit from the "next" branch until the next release of compton.
 # See FS#60647
 #source=("git+https://github.com/yshui/compton#tag=v${pkgver%.0}"
-source=('git+https://github.com/yshui/compton#commit=7bdebbef9a341f6e930a75696a88984c1ab3f585'
+source=('git+https://github.com/yshui/compton#commit=b18d46bcbdc35a3b5620d817dd46fbc76485c20d'
         'compton.conf')
 sha256sums=('SKIP'
-            'a150f61780f316516551ec72c8d3f7170bcb50f93fa5ad605deaeb809ded5ffe')
+            '55d3929cb9c37edf2aaea8266dda197dbd35949246d1f88c1a168156c60c5324')
 
 prepare() {
   cd $pkgname

Modified: compton.conf
===================================================================
--- compton.conf	2018-11-09 17:22:42 UTC (rev 404377)
+++ compton.conf	2018-11-09 17:41:05 UTC (rev 404378)
@@ -232,3 +232,15 @@
         focus = true;
     };
 };
+
+######################
+#
+# XSync
+# See: https://github.com/yshui/compton/commit/b18d46bcbdc35a3b5620d817dd46fbc76485c20d
+#
+######################
+
+# Attempt to synchronize client applications' draw calls with `XSync()`, used on GLX backend to ensure up-to-date window content is painted.
+xrender-sync = true;
+# use X Sync fence to sync clients' draw calls. Needed on nvidia-drivers with GLX backend for some users.
+xrender-sync-fence = true;



More information about the arch-commits mailing list