Date: Sunday, January 27, 2019 @ 16:03:18
  Author: arodseth
Revision: 428233

upgpkg: compton 5.0-1

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

--------------+
 PKGBUILD     |   27 +++++++++++++--------------
 compton.conf |    7 +------
 2 files changed, 14 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-01-27 15:47:17 UTC (rev 428232)
+++ PKGBUILD    2019-01-27 16:03:18 UTC (rev 428233)
@@ -4,29 +4,29 @@
 # Contributor: Valère Monseur <valere.mons...@ymail.com>
 
 pkgname=compton
-pkgver=4.0
+pkgver=5.0
 pkgrel=1
 pkgdesc='X compositor that may fix tearing issues'
-arch=('x86_64')
+arch=(x86_64)
 url='https://github.com/yshui/compton'
-license=('MIT')
-makedepends=('asciidoc' 'git' 'mesa' 'meson' 'ninja' 'setconf')
-depends=('hicolor-icon-theme' 'libconfig' 'libdbus' 'libev' 'libgl' 'pcre'
-         'pixman' 'xcb-util-image' 'xcb-util-renderutil')
-backup=('etc/xdg/compton.conf')
+license=(MIT)
+makedepends=(asciidoc git mesa meson ninja setconf)
+depends=(hicolor-icon-theme libconfig libdbus libev libgl libxdg-basedir pcre
+         pixman xcb-util-image xcb-util-renderutil)
+backup=(etc/xdg/compton.conf)
 optdepends=('dbus:          For controlling compton via D-Bus'
             'xorg-xwininfo: For compton-trans'
             'xorg-xprop:    For compton-trans')
-source=("git+https://github.com/yshui/compton#tag=v${pkgver%.0}";
-        'compton.conf')
-sha256sums=('SKIP'
-            '18d29064d7c2328dc994cd153633d42c0daf417afca801e525d444a43e4f2788')
+source=(compton.conf
+        "git+https://github.com/yshui/compton#tag=v${pkgver%.0}";)
+sha256sums=('b5ec9c21a5b71ccca70917b1a2c99cd863d638d881a4d8f8e12171e80486db7f'
+            'SKIP')
 
 prepare() {
   cd $pkgname
-  setconf $pkgname.desktop Exec 'compton'
+  setconf $pkgname.desktop Exec compton
   setconf $pkgname.desktop Comment 'Compositor for X11'
-  setconf $pkgname.desktop TryExec '/usr/bin/compton'
+  setconf $pkgname.desktop TryExec /usr/bin/compton
 }
 
 build() {
@@ -42,7 +42,6 @@
 package() {
   DESTDIR="$pkgdir" ninja -C build install
   install -Dm644 compton.conf "$pkgdir/etc/xdg/compton.conf"
-
   cd $pkgname
   install -Dm644 compton.sample.conf "$pkgdir/etc/xdg/compton.conf.example"
   install -Dm644 LICENSES/MIT "$pkgdir/usr/share/licenses/$pkgname/MIT"

Modified: compton.conf
===================================================================
--- compton.conf        2019-01-27 15:47:17 UTC (rev 428232)
+++ compton.conf        2019-01-27 16:03:18 UTC (rev 428233)
@@ -114,7 +114,6 @@
 active-opacity = 1;
 frame-opacity = 1;
 inactive-opacity-override = false;
-alpha-step = 0.06;
 
 # Dim inactive windows. (0.0 - 1.0)
 # inactive-dim = 0.2;
@@ -182,7 +181,6 @@
 # opengl: Try to VSync with SGI_video_sync OpenGL extension. Only work on some 
drivers.
 # opengl-oml: Try to VSync with OML_sync_control OpenGL extension. Only work 
on some drivers.
 # opengl-swc: Try to VSync with SGI_swap_control OpenGL extension. Only work 
on some drivers. Works only with GLX backend. Known to be most effective on 
many drivers. Does not actually control paint timing, only buffer swap is 
affected, so it doesn’t have the effect of --sw-opti unlike other methods. 
Experimental.
-# opengl-mswc: Try to VSync with MESA_swap_control OpenGL extension. Basically 
the same as opengl-swc above, except the extension we use.
 # (Note some VSync methods may not be enabled at compile time.)
 vsync = "opengl";
 
@@ -237,8 +235,5 @@
 #
 ######################
 
-# 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.
+# Use X Sync fence to sync clients' draw calls. Needed on nvidia-drivers with 
GLX backend for some users.
 xrender-sync-fence = true;

Reply via email to