[arch-commits] Commit in compton/repos/community-x86_64 (4 files)

2019-09-23 Thread Alexander Rødseth via arch-commits
Date: Monday, September 23, 2019 @ 09:22:26
  Author: arodseth
Revision: 511569

archrelease: copy trunk to community-x86_64

Added:
  compton/repos/community-x86_64/PKGBUILD
(from rev 511568, compton/trunk/PKGBUILD)
  compton/repos/community-x86_64/compton.conf
(from rev 511568, compton/trunk/compton.conf)
Deleted:
  compton/repos/community-x86_64/PKGBUILD
  compton/repos/community-x86_64/compton.conf

--+
 PKGBUILD |  106 ++---
 compton.conf |  452 -
 2 files changed, 279 insertions(+), 279 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-23 09:22:21 UTC (rev 511568)
+++ PKGBUILD2019-09-23 09:22:26 UTC (rev 511569)
@@ -1,53 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=compton
-pkgver=7.3
-pkgrel=1
-pkgdesc='X compositor that may fix tearing issues'
-arch=(x86_64)
-url='https://github.com/yshui/compton'
-license=(MIT)
-makedepends=(asciidoc git mesa meson ninja setconf uthash)
-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'
-'python:For running compton-convgen.py')
-source=("git+$url#tag=v${pkgver%.0}"
-compton.conf)
-sha256sums=('SKIP'
-'c25e5b741a3a76928d1866f0097c482844e272b41823c24486a91cb39a97341d')
-
-prepare() {
-  cd $pkgname
-  setconf $pkgname.desktop Exec compton
-  setconf $pkgname.desktop Comment 'Compositor for X11'
-  setconf $pkgname.desktop TryExec /usr/bin/compton
-}
-
-build() {
-  mkdir -p build
-  arch-meson build $pkgname -D build_docs=true -D b_ndebug=true
-  ninja -v -C build
-}
-
-check() {
-  ninja -C build test
-}
-
-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"
-  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
-}
-
-# getver: github.com/yshui/compton/releases
-# vim: ts=2 sw=2 et

Copied: compton/repos/community-x86_64/PKGBUILD (from rev 511568, 
compton/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-23 09:22:26 UTC (rev 511569)
@@ -0,0 +1,53 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=compton
+pkgver=7.4
+pkgrel=1
+pkgdesc='X compositor that may fix tearing issues'
+arch=(x86_64)
+url='https://github.com/yshui/compton'
+license=(MIT)
+makedepends=(asciidoc git mesa meson ninja setconf uthash)
+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'
+'python:For running compton-convgen.py')
+source=("git+$url#tag=v${pkgver%.0}"
+compton.conf)
+sha256sums=('SKIP'
+'c25e5b741a3a76928d1866f0097c482844e272b41823c24486a91cb39a97341d')
+
+prepare() {
+  cd $pkgname
+  setconf $pkgname.desktop Exec compton
+  setconf $pkgname.desktop Comment 'Compositor for X11'
+  setconf $pkgname.desktop TryExec /usr/bin/compton
+}
+
+build() {
+  mkdir -p build
+  arch-meson build $pkgname -D build_docs=true -D b_ndebug=true
+  ninja -v -C build
+}
+
+check() {
+  ninja -C build test
+}
+
+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"
+  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
+}
+
+# getver: github.com/yshui/compton/releases
+# vim: ts=2 sw=2 et

Deleted: compton.conf
===
--- compton.conf2019-09-23 09:22:21 UTC (rev 511568)
+++ compton.conf2019-09-23 09:22:26 UTC (rev 511569)
@@ -1,226 +0,0 @@
-# Thank you code_nomad: http://9m.no/ꪯ鵞
-# and Arch Wiki contributors: https://wiki.archlinux.org/index.php/Compton
-
-#
-#
-# Backend
-#
-#
-
-# Backend to use: "xrender" or "glx".
-# GLX backend is typically much faster but depends on a sane driver.
-backend 

[arch-commits] Commit in compton/repos/community-x86_64 (4 files)

2019-08-22 Thread Alexander Rødseth via arch-commits
Date: Thursday, August 22, 2019 @ 08:33:23
  Author: arodseth
Revision: 500506

archrelease: copy trunk to community-x86_64

Added:
  compton/repos/community-x86_64/PKGBUILD
(from rev 500505, compton/trunk/PKGBUILD)
  compton/repos/community-x86_64/compton.conf
(from rev 500505, compton/trunk/compton.conf)
Deleted:
  compton/repos/community-x86_64/PKGBUILD
  compton/repos/community-x86_64/compton.conf

--+
 PKGBUILD |  106 ++---
 compton.conf |  452 -
 2 files changed, 279 insertions(+), 279 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-22 08:33:17 UTC (rev 500505)
+++ PKGBUILD2019-08-22 08:33:23 UTC (rev 500506)
@@ -1,53 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=compton
-pkgver=7.2
-pkgrel=1
-pkgdesc='X compositor that may fix tearing issues'
-arch=(x86_64)
-url='https://github.com/yshui/compton'
-license=(MIT)
-makedepends=(asciidoc git mesa meson ninja setconf uthash)
-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'
-'python:For running compton-convgen.py')
-source=(compton.conf
-"git+https://github.com/yshui/compton#tag=v${pkgver%.0};)
-sha256sums=('c25e5b741a3a76928d1866f0097c482844e272b41823c24486a91cb39a97341d'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-  setconf $pkgname.desktop Exec compton
-  setconf $pkgname.desktop Comment 'Compositor for X11'
-  setconf $pkgname.desktop TryExec /usr/bin/compton
-}
-
-build() {
-  mkdir -p build
-  arch-meson build $pkgname -D build_docs=true -D b_ndebug=true
-  ninja -v -C build
-}
-
-check() {
-  ninja -C build test
-}
-
-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"
-  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
-}
-
-# getver: github.com/yshui/compton/releases
-# vim: ts=2 sw=2 et

Copied: compton/repos/community-x86_64/PKGBUILD (from rev 500505, 
compton/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-22 08:33:23 UTC (rev 500506)
@@ -0,0 +1,53 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=compton
+pkgver=7.3
+pkgrel=1
+pkgdesc='X compositor that may fix tearing issues'
+arch=(x86_64)
+url='https://github.com/yshui/compton'
+license=(MIT)
+makedepends=(asciidoc git mesa meson ninja setconf uthash)
+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'
+'python:For running compton-convgen.py')
+source=("git+$url#tag=v${pkgver%.0}"
+compton.conf)
+sha256sums=('SKIP'
+'c25e5b741a3a76928d1866f0097c482844e272b41823c24486a91cb39a97341d')
+
+prepare() {
+  cd $pkgname
+  setconf $pkgname.desktop Exec compton
+  setconf $pkgname.desktop Comment 'Compositor for X11'
+  setconf $pkgname.desktop TryExec /usr/bin/compton
+}
+
+build() {
+  mkdir -p build
+  arch-meson build $pkgname -D build_docs=true -D b_ndebug=true
+  ninja -v -C build
+}
+
+check() {
+  ninja -C build test
+}
+
+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"
+  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
+}
+
+# getver: github.com/yshui/compton/releases
+# vim: ts=2 sw=2 et

Deleted: compton.conf
===
--- compton.conf2019-08-22 08:33:17 UTC (rev 500505)
+++ compton.conf2019-08-22 08:33:23 UTC (rev 500506)
@@ -1,226 +0,0 @@
-# Thank you code_nomad: http://9m.no/ꪯ鵞
-# and Arch Wiki contributors: https://wiki.archlinux.org/index.php/Compton
-
-#
-#
-# Backend
-#
-#
-
-# Backend to use: "xrender" or "glx".
-# GLX backend is typically much faster but depends 

[arch-commits] Commit in compton/repos/community-x86_64 (4 files)

2019-08-13 Thread Alexander Rødseth via arch-commits
Date: Tuesday, August 13, 2019 @ 09:00:57
  Author: arodseth
Revision: 499050

archrelease: copy trunk to community-x86_64

Added:
  compton/repos/community-x86_64/PKGBUILD
(from rev 499049, compton/trunk/PKGBUILD)
  compton/repos/community-x86_64/compton.conf
(from rev 499049, compton/trunk/compton.conf)
Deleted:
  compton/repos/community-x86_64/PKGBUILD
  compton/repos/community-x86_64/compton.conf

--+
 PKGBUILD |  105 ++---
 compton.conf |  452 -
 2 files changed, 279 insertions(+), 278 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-13 09:00:50 UTC (rev 499049)
+++ PKGBUILD2019-08-13 09:00:57 UTC (rev 499050)
@@ -1,52 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=compton
-pkgver=7.1
-pkgrel=1
-pkgdesc='X compositor that may fix tearing issues'
-arch=(x86_64)
-url='https://github.com/yshui/compton'
-license=(MIT)
-makedepends=(asciidoc git mesa meson ninja setconf uthash)
-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'
-'python:For running compton-convgen.py')
-source=(compton.conf
-"git+https://github.com/yshui/compton#tag=v${pkgver%.0};)
-sha256sums=('c25e5b741a3a76928d1866f0097c482844e272b41823c24486a91cb39a97341d'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-  setconf $pkgname.desktop Exec compton
-  setconf $pkgname.desktop Comment 'Compositor for X11'
-  setconf $pkgname.desktop TryExec /usr/bin/compton
-}
-
-build() {
-  mkdir -p build
-  arch-meson build $pkgname -D build_docs=true -D b_ndebug=true
-  ninja -v -C build
-}
-
-check() {
-  ninja -C build test
-}
-
-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"
-  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
-}
-
-# vim: ts=2 sw=2 et

Copied: compton/repos/community-x86_64/PKGBUILD (from rev 499049, 
compton/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-13 09:00:57 UTC (rev 499050)
@@ -0,0 +1,53 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=compton
+pkgver=7.2
+pkgrel=1
+pkgdesc='X compositor that may fix tearing issues'
+arch=(x86_64)
+url='https://github.com/yshui/compton'
+license=(MIT)
+makedepends=(asciidoc git mesa meson ninja setconf uthash)
+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'
+'python:For running compton-convgen.py')
+source=(compton.conf
+"git+https://github.com/yshui/compton#tag=v${pkgver%.0};)
+sha256sums=('c25e5b741a3a76928d1866f0097c482844e272b41823c24486a91cb39a97341d'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+  setconf $pkgname.desktop Exec compton
+  setconf $pkgname.desktop Comment 'Compositor for X11'
+  setconf $pkgname.desktop TryExec /usr/bin/compton
+}
+
+build() {
+  mkdir -p build
+  arch-meson build $pkgname -D build_docs=true -D b_ndebug=true
+  ninja -v -C build
+}
+
+check() {
+  ninja -C build test
+}
+
+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"
+  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
+}
+
+# getver: github.com/yshui/compton/releases
+# vim: ts=2 sw=2 et

Deleted: compton.conf
===
--- compton.conf2019-08-13 09:00:50 UTC (rev 499049)
+++ compton.conf2019-08-13 09:00:57 UTC (rev 499050)
@@ -1,226 +0,0 @@
-# Thank you code_nomad: http://9m.no/ꪯ鵞
-# and Arch Wiki contributors: https://wiki.archlinux.org/index.php/Compton
-
-#
-#
-# Backend
-#
-#
-
-# Backend to use: "xrender" or "glx".
-# GLX backend is typically much faster but depends on a sane driver.

[arch-commits] Commit in compton/repos/community-x86_64 (4 files)

2019-08-13 Thread Alexander Rødseth via arch-commits
Date: Tuesday, August 13, 2019 @ 09:01:09
  Author: arodseth
Revision: 499051

archrelease: copy trunk to community-x86_64

Added:
  compton/repos/community-x86_64/PKGBUILD
(from rev 499050, compton/trunk/PKGBUILD)
  compton/repos/community-x86_64/compton.conf
(from rev 499050, compton/trunk/compton.conf)
Deleted:
  compton/repos/community-x86_64/PKGBUILD
  compton/repos/community-x86_64/compton.conf

--+
 PKGBUILD |  106 ++---
 compton.conf |  452 -
 2 files changed, 279 insertions(+), 279 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-13 09:00:57 UTC (rev 499050)
+++ PKGBUILD2019-08-13 09:01:09 UTC (rev 499051)
@@ -1,53 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=compton
-pkgver=7.2
-pkgrel=1
-pkgdesc='X compositor that may fix tearing issues'
-arch=(x86_64)
-url='https://github.com/yshui/compton'
-license=(MIT)
-makedepends=(asciidoc git mesa meson ninja setconf uthash)
-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'
-'python:For running compton-convgen.py')
-source=(compton.conf
-"git+https://github.com/yshui/compton#tag=v${pkgver%.0};)
-sha256sums=('c25e5b741a3a76928d1866f0097c482844e272b41823c24486a91cb39a97341d'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-  setconf $pkgname.desktop Exec compton
-  setconf $pkgname.desktop Comment 'Compositor for X11'
-  setconf $pkgname.desktop TryExec /usr/bin/compton
-}
-
-build() {
-  mkdir -p build
-  arch-meson build $pkgname -D build_docs=true -D b_ndebug=true
-  ninja -v -C build
-}
-
-check() {
-  ninja -C build test
-}
-
-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"
-  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
-}
-
-# getver: github.com/yshui/compton/releases
-# vim: ts=2 sw=2 et

Copied: compton/repos/community-x86_64/PKGBUILD (from rev 499050, 
compton/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-13 09:01:09 UTC (rev 499051)
@@ -0,0 +1,53 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=compton
+pkgver=7.2
+pkgrel=1
+pkgdesc='X compositor that may fix tearing issues'
+arch=(x86_64)
+url='https://github.com/yshui/compton'
+license=(MIT)
+makedepends=(asciidoc git mesa meson ninja setconf uthash)
+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'
+'python:For running compton-convgen.py')
+source=(compton.conf
+"git+https://github.com/yshui/compton#tag=v${pkgver%.0};)
+sha256sums=('c25e5b741a3a76928d1866f0097c482844e272b41823c24486a91cb39a97341d'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+  setconf $pkgname.desktop Exec compton
+  setconf $pkgname.desktop Comment 'Compositor for X11'
+  setconf $pkgname.desktop TryExec /usr/bin/compton
+}
+
+build() {
+  mkdir -p build
+  arch-meson build $pkgname -D build_docs=true -D b_ndebug=true
+  ninja -v -C build
+}
+
+check() {
+  ninja -C build test
+}
+
+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"
+  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
+}
+
+# getver: github.com/yshui/compton/releases
+# vim: ts=2 sw=2 et

Deleted: compton.conf
===
--- compton.conf2019-08-13 09:00:57 UTC (rev 499050)
+++ compton.conf2019-08-13 09:01:09 UTC (rev 499051)
@@ -1,226 +0,0 @@
-# Thank you code_nomad: http://9m.no/ꪯ鵞
-# and Arch Wiki contributors: https://wiki.archlinux.org/index.php/Compton
-
-#
-#
-# Backend
-#
-#
-
-# Backend to use: "xrender" or "glx".
-# GLX backend is 

[arch-commits] Commit in compton/repos/community-x86_64 (4 files)

2019-08-02 Thread Alexander Rødseth via arch-commits
Date: Friday, August 2, 2019 @ 11:58:48
  Author: arodseth
Revision: 497038

archrelease: copy trunk to community-x86_64

Added:
  compton/repos/community-x86_64/PKGBUILD
(from rev 497037, compton/trunk/PKGBUILD)
  compton/repos/community-x86_64/compton.conf
(from rev 497037, compton/trunk/compton.conf)
Deleted:
  compton/repos/community-x86_64/PKGBUILD
  compton/repos/community-x86_64/compton.conf

--+
 PKGBUILD |  104 ++---
 compton.conf |  452 -
 2 files changed, 278 insertions(+), 278 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-02 11:58:42 UTC (rev 497037)
+++ PKGBUILD2019-08-02 11:58:48 UTC (rev 497038)
@@ -1,52 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=compton
-pkgver=7.0
-pkgrel=1
-pkgdesc='X compositor that may fix tearing issues'
-arch=(x86_64)
-url='https://github.com/yshui/compton'
-license=(MIT)
-makedepends=(asciidoc git mesa meson ninja setconf uthash)
-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'
-'python:For running compton-convgen.py')
-source=(compton.conf
-"git+https://github.com/yshui/compton#tag=v${pkgver%.0};)
-sha256sums=('c25e5b741a3a76928d1866f0097c482844e272b41823c24486a91cb39a97341d'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-  setconf $pkgname.desktop Exec compton
-  setconf $pkgname.desktop Comment 'Compositor for X11'
-  setconf $pkgname.desktop TryExec /usr/bin/compton
-}
-
-build() {
-  mkdir -p build
-  arch-meson build $pkgname -D build_docs=true -D b_ndebug=true
-  ninja -v -C build
-}
-
-check() {
-  ninja -C build test
-}
-
-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"
-  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
-}
-
-# vim: ts=2 sw=2 et

Copied: compton/repos/community-x86_64/PKGBUILD (from rev 497037, 
compton/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-02 11:58:48 UTC (rev 497038)
@@ -0,0 +1,52 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=compton
+pkgver=7.1
+pkgrel=1
+pkgdesc='X compositor that may fix tearing issues'
+arch=(x86_64)
+url='https://github.com/yshui/compton'
+license=(MIT)
+makedepends=(asciidoc git mesa meson ninja setconf uthash)
+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'
+'python:For running compton-convgen.py')
+source=(compton.conf
+"git+https://github.com/yshui/compton#tag=v${pkgver%.0};)
+sha256sums=('c25e5b741a3a76928d1866f0097c482844e272b41823c24486a91cb39a97341d'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+  setconf $pkgname.desktop Exec compton
+  setconf $pkgname.desktop Comment 'Compositor for X11'
+  setconf $pkgname.desktop TryExec /usr/bin/compton
+}
+
+build() {
+  mkdir -p build
+  arch-meson build $pkgname -D build_docs=true -D b_ndebug=true
+  ninja -v -C build
+}
+
+check() {
+  ninja -C build test
+}
+
+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"
+  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
+}
+
+# vim: ts=2 sw=2 et

Deleted: compton.conf
===
--- compton.conf2019-08-02 11:58:42 UTC (rev 497037)
+++ compton.conf2019-08-02 11:58:48 UTC (rev 497038)
@@ -1,226 +0,0 @@
-# Thank you code_nomad: http://9m.no/ꪯ鵞
-# and Arch Wiki contributors: https://wiki.archlinux.org/index.php/Compton
-
-#
-#
-# Backend
-#
-#
-
-# Backend to use: "xrender" or "glx".
-# GLX backend is typically much faster but depends on a sane driver.
-backend = "glx";
-

[arch-commits] Commit in compton/repos/community-x86_64 (4 files)

2019-07-29 Thread Alexander Rødseth via arch-commits
Date: Monday, July 29, 2019 @ 08:44:39
  Author: arodseth
Revision: 494468

archrelease: copy trunk to community-x86_64

Added:
  compton/repos/community-x86_64/PKGBUILD
(from rev 494467, compton/trunk/PKGBUILD)
  compton/repos/community-x86_64/compton.conf
(from rev 494467, compton/trunk/compton.conf)
Deleted:
  compton/repos/community-x86_64/PKGBUILD
  compton/repos/community-x86_64/compton.conf

--+
 PKGBUILD |  103 ++--
 compton.conf |  452 -
 2 files changed, 278 insertions(+), 277 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-29 08:44:32 UTC (rev 494467)
+++ PKGBUILD2019-07-29 08:44:39 UTC (rev 494468)
@@ -1,51 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=compton
-pkgver=6.2
-pkgrel=2
-pkgdesc='X compositor that may fix tearing issues'
-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 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=(compton.conf
-"git+https://github.com/yshui/compton#tag=v${pkgver%.0};)
-sha256sums=('c25e5b741a3a76928d1866f0097c482844e272b41823c24486a91cb39a97341d'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-  setconf $pkgname.desktop Exec compton
-  setconf $pkgname.desktop Comment 'Compositor for X11'
-  setconf $pkgname.desktop TryExec /usr/bin/compton
-}
-
-build() {
-  mkdir -p build
-  arch-meson build $pkgname -D build_docs=true -D b_ndebug=true
-  ninja -v -C build
-}
-
-check() {
-  ninja -C build test
-}
-
-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"
-  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
-}
-
-# vim: ts=2 sw=2 et

Copied: compton/repos/community-x86_64/PKGBUILD (from rev 494467, 
compton/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-29 08:44:39 UTC (rev 494468)
@@ -0,0 +1,52 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=compton
+pkgver=7.0
+pkgrel=1
+pkgdesc='X compositor that may fix tearing issues'
+arch=(x86_64)
+url='https://github.com/yshui/compton'
+license=(MIT)
+makedepends=(asciidoc git mesa meson ninja setconf uthash)
+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'
+'python:For running compton-convgen.py')
+source=(compton.conf
+"git+https://github.com/yshui/compton#tag=v${pkgver%.0};)
+sha256sums=('c25e5b741a3a76928d1866f0097c482844e272b41823c24486a91cb39a97341d'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+  setconf $pkgname.desktop Exec compton
+  setconf $pkgname.desktop Comment 'Compositor for X11'
+  setconf $pkgname.desktop TryExec /usr/bin/compton
+}
+
+build() {
+  mkdir -p build
+  arch-meson build $pkgname -D build_docs=true -D b_ndebug=true
+  ninja -v -C build
+}
+
+check() {
+  ninja -C build test
+}
+
+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"
+  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
+}
+
+# vim: ts=2 sw=2 et

Deleted: compton.conf
===
--- compton.conf2019-07-29 08:44:32 UTC (rev 494467)
+++ compton.conf2019-07-29 08:44:39 UTC (rev 494468)
@@ -1,226 +0,0 @@
-# Thank you code_nomad: http://9m.no/ꪯ鵞
-# and Arch Wiki contributors: https://wiki.archlinux.org/index.php/Compton
-
-#
-#
-# Backend
-#
-#
-
-# Backend to use: "xrender" or "glx".
-# GLX backend is typically much faster but depends on a sane driver.
-backend = "glx";
-
-#
-#
-# GLX backend
-#
-#
-

[arch-commits] Commit in compton/repos/community-x86_64 (4 files)

2019-03-28 Thread Alexander Rødseth via arch-commits
Date: Thursday, March 28, 2019 @ 09:58:46
  Author: arodseth
Revision: 445231

archrelease: copy trunk to community-x86_64

Added:
  compton/repos/community-x86_64/PKGBUILD
(from rev 445230, compton/trunk/PKGBUILD)
  compton/repos/community-x86_64/compton.conf
(from rev 445230, compton/trunk/compton.conf)
Deleted:
  compton/repos/community-x86_64/PKGBUILD
  compton/repos/community-x86_64/compton.conf

--+
 PKGBUILD |  102 ++--
 compton.conf |  452 -
 2 files changed, 277 insertions(+), 277 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-28 09:58:39 UTC (rev 445230)
+++ PKGBUILD2019-03-28 09:58:46 UTC (rev 445231)
@@ -1,51 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=compton
-pkgver=6.2
-pkgrel=1
-pkgdesc='X compositor that may fix tearing issues'
-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 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=(compton.conf
-"git+https://github.com/yshui/compton#tag=v${pkgver%.0};)
-sha256sums=('c25e5b741a3a76928d1866f0097c482844e272b41823c24486a91cb39a97341d'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-  setconf $pkgname.desktop Exec compton
-  setconf $pkgname.desktop Comment 'Compositor for X11'
-  setconf $pkgname.desktop TryExec /usr/bin/compton
-}
-
-build() {
-  mkdir -p build
-  arch-meson build $pkgname -D build_docs=true
-  ninja -v -C build
-}
-
-check() {
-  ninja -C build test
-}
-
-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"
-  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
-}
-
-# vim: ts=2 sw=2 et

Copied: compton/repos/community-x86_64/PKGBUILD (from rev 445230, 
compton/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-28 09:58:46 UTC (rev 445231)
@@ -0,0 +1,51 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=compton
+pkgver=6.2
+pkgrel=2
+pkgdesc='X compositor that may fix tearing issues'
+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 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=(compton.conf
+"git+https://github.com/yshui/compton#tag=v${pkgver%.0};)
+sha256sums=('c25e5b741a3a76928d1866f0097c482844e272b41823c24486a91cb39a97341d'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+  setconf $pkgname.desktop Exec compton
+  setconf $pkgname.desktop Comment 'Compositor for X11'
+  setconf $pkgname.desktop TryExec /usr/bin/compton
+}
+
+build() {
+  mkdir -p build
+  arch-meson build $pkgname -D build_docs=true -D b_ndebug=true
+  ninja -v -C build
+}
+
+check() {
+  ninja -C build test
+}
+
+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"
+  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
+}
+
+# vim: ts=2 sw=2 et

Deleted: compton.conf
===
--- compton.conf2019-03-28 09:58:39 UTC (rev 445230)
+++ compton.conf2019-03-28 09:58:46 UTC (rev 445231)
@@ -1,226 +0,0 @@
-# Thank you code_nomad: http://9m.no/ꪯ鵞
-# and Arch Wiki contributors: https://wiki.archlinux.org/index.php/Compton
-
-#
-#
-# Backend
-#
-#
-
-# Backend to use: "xrender" or "glx".
-# GLX backend is typically much faster but depends on a sane driver.
-backend = "glx";
-
-#
-#
-# GLX backend
-#
-#
-
-glx-no-stencil = true;
-
-# GLX backend: Copy unmodified regions from front buffer 

[arch-commits] Commit in compton/repos/community-x86_64 (4 files)

2019-03-28 Thread Alexander Rødseth via arch-commits
Date: Thursday, March 28, 2019 @ 09:45:12
  Author: arodseth
Revision: 445227

archrelease: copy trunk to community-x86_64

Added:
  compton/repos/community-x86_64/PKGBUILD
(from rev 445226, compton/trunk/PKGBUILD)
  compton/repos/community-x86_64/compton.conf
(from rev 445226, compton/trunk/compton.conf)
Deleted:
  compton/repos/community-x86_64/PKGBUILD
  compton/repos/community-x86_64/compton.conf

--+
 PKGBUILD |  102 ++--
 compton.conf |  452 -
 2 files changed, 277 insertions(+), 277 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-28 09:45:06 UTC (rev 445226)
+++ PKGBUILD2019-03-28 09:45:12 UTC (rev 445227)
@@ -1,51 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=compton
-pkgver=6.0
-pkgrel=1
-pkgdesc='X compositor that may fix tearing issues'
-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 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=(compton.conf
-"git+https://github.com/yshui/compton#tag=v${pkgver%.0};)
-sha256sums=('c25e5b741a3a76928d1866f0097c482844e272b41823c24486a91cb39a97341d'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-  setconf $pkgname.desktop Exec compton
-  setconf $pkgname.desktop Comment 'Compositor for X11'
-  setconf $pkgname.desktop TryExec /usr/bin/compton
-}
-
-build() {
-  mkdir -p build
-  arch-meson build $pkgname -D build_docs=true
-  ninja -v -C build
-}
-
-check() {
-  ninja -C build test
-}
-
-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"
-  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
-}
-
-# vim: ts=2 sw=2 et

Copied: compton/repos/community-x86_64/PKGBUILD (from rev 445226, 
compton/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-28 09:45:12 UTC (rev 445227)
@@ -0,0 +1,51 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=compton
+pkgver=6.2
+pkgrel=1
+pkgdesc='X compositor that may fix tearing issues'
+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 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=(compton.conf
+"git+https://github.com/yshui/compton#tag=v${pkgver%.0};)
+sha256sums=('c25e5b741a3a76928d1866f0097c482844e272b41823c24486a91cb39a97341d'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+  setconf $pkgname.desktop Exec compton
+  setconf $pkgname.desktop Comment 'Compositor for X11'
+  setconf $pkgname.desktop TryExec /usr/bin/compton
+}
+
+build() {
+  mkdir -p build
+  arch-meson build $pkgname -D build_docs=true
+  ninja -v -C build
+}
+
+check() {
+  ninja -C build test
+}
+
+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"
+  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
+}
+
+# vim: ts=2 sw=2 et

Deleted: compton.conf
===
--- compton.conf2019-03-28 09:45:06 UTC (rev 445226)
+++ compton.conf2019-03-28 09:45:12 UTC (rev 445227)
@@ -1,226 +0,0 @@
-# Thank you code_nomad: http://9m.no/ꪯ鵞
-# and Arch Wiki contributors: https://wiki.archlinux.org/index.php/Compton
-
-#
-#
-# Backend
-#
-#
-
-# Backend to use: "xrender" or "glx".
-# GLX backend is typically much faster but depends on a sane driver.
-backend = "glx";
-
-#
-#
-# GLX backend
-#
-#
-
-glx-no-stencil = true;
-
-# GLX backend: Copy unmodified regions from front buffer instead of 

[arch-commits] Commit in compton/repos/community-x86_64 (4 files)

2019-03-23 Thread Alexander Rødseth via arch-commits
Date: Saturday, March 23, 2019 @ 18:55:14
  Author: arodseth
Revision: 443254

archrelease: copy trunk to community-x86_64

Added:
  compton/repos/community-x86_64/PKGBUILD
(from rev 443253, compton/trunk/PKGBUILD)
  compton/repos/community-x86_64/compton.conf
(from rev 443253, compton/trunk/compton.conf)
Deleted:
  compton/repos/community-x86_64/PKGBUILD
  compton/repos/community-x86_64/compton.conf

--+
 PKGBUILD |  102 ++--
 compton.conf |  459 -
 2 files changed, 277 insertions(+), 284 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-23 18:55:06 UTC (rev 443253)
+++ PKGBUILD2019-03-23 18:55:14 UTC (rev 443254)
@@ -1,51 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=compton
-pkgver=5.1
-pkgrel=1
-pkgdesc='X compositor that may fix tearing issues'
-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 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=(compton.conf
-"git+https://github.com/yshui/compton#tag=v${pkgver%.0};)
-sha256sums=('1857c880bfbc6c60e68bc996448a6e071501370de57ed5b9cbc0927bc7bd48bf'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-  setconf $pkgname.desktop Exec compton
-  setconf $pkgname.desktop Comment 'Compositor for X11'
-  setconf $pkgname.desktop TryExec /usr/bin/compton
-}
-
-build() {
-  mkdir -p build
-  arch-meson build $pkgname -D build_docs=true
-  ninja -v -C build
-}
-
-check() {
-  ninja -C build test
-}
-
-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"
-  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
-}
-
-# vim: ts=2 sw=2 et

Copied: compton/repos/community-x86_64/PKGBUILD (from rev 443253, 
compton/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-23 18:55:14 UTC (rev 443254)
@@ -0,0 +1,51 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=compton
+pkgver=6.0
+pkgrel=1
+pkgdesc='X compositor that may fix tearing issues'
+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 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=(compton.conf
+"git+https://github.com/yshui/compton#tag=v${pkgver%.0};)
+sha256sums=('c25e5b741a3a76928d1866f0097c482844e272b41823c24486a91cb39a97341d'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+  setconf $pkgname.desktop Exec compton
+  setconf $pkgname.desktop Comment 'Compositor for X11'
+  setconf $pkgname.desktop TryExec /usr/bin/compton
+}
+
+build() {
+  mkdir -p build
+  arch-meson build $pkgname -D build_docs=true
+  ninja -v -C build
+}
+
+check() {
+  ninja -C build test
+}
+
+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"
+  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
+}
+
+# vim: ts=2 sw=2 et

Deleted: compton.conf
===
--- compton.conf2019-03-23 18:55:06 UTC (rev 443253)
+++ compton.conf2019-03-23 18:55:14 UTC (rev 443254)
@@ -1,233 +0,0 @@
-# Thank you code_nomad: http://9m.no/ꪯ鵞
-# and Arch Wiki contributors: https://wiki.archlinux.org/index.php/Compton
-
-#
-#
-# Backend
-#
-#
-
-# Backend to use: "xrender" or "glx".
-# GLX backend is typically much faster but depends on a sane driver.
-backend = "glx";
-
-#
-#
-# GLX backend
-#
-#
-
-glx-no-stencil = true;
-
-# GLX backend: Copy unmodified regions from front buffer instead of 

[arch-commits] Commit in compton/repos/community-x86_64 (4 files)

2019-02-11 Thread Alexander Rødseth via arch-commits
Date: Monday, February 11, 2019 @ 23:42:48
  Author: arodseth
Revision: 431833

archrelease: copy trunk to community-x86_64

Added:
  compton/repos/community-x86_64/PKGBUILD
(from rev 431832, compton/trunk/PKGBUILD)
  compton/repos/community-x86_64/compton.conf
(from rev 431832, compton/trunk/compton.conf)
Deleted:
  compton/repos/community-x86_64/PKGBUILD
  compton/repos/community-x86_64/compton.conf

--+
 PKGBUILD |  102 ++--
 compton.conf |  466 -
 2 files changed, 284 insertions(+), 284 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-11 23:42:39 UTC (rev 431832)
+++ PKGBUILD2019-02-11 23:42:48 UTC (rev 431833)
@@ -1,51 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=compton
-pkgver=5.0
-pkgrel=1
-pkgdesc='X compositor that may fix tearing issues'
-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 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=(compton.conf
-"git+https://github.com/yshui/compton#tag=v${pkgver%.0};)
-sha256sums=('1857c880bfbc6c60e68bc996448a6e071501370de57ed5b9cbc0927bc7bd48bf'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-  setconf $pkgname.desktop Exec compton
-  setconf $pkgname.desktop Comment 'Compositor for X11'
-  setconf $pkgname.desktop TryExec /usr/bin/compton
-}
-
-build() {
-  mkdir -p build
-  arch-meson build $pkgname -D build_docs=true
-  ninja -v -C build
-}
-
-check() {
-  ninja -C build test
-}
-
-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"
-  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
-}
-
-# vim: ts=2 sw=2 et

Copied: compton/repos/community-x86_64/PKGBUILD (from rev 431832, 
compton/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-11 23:42:48 UTC (rev 431833)
@@ -0,0 +1,51 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=compton
+pkgver=5.1
+pkgrel=1
+pkgdesc='X compositor that may fix tearing issues'
+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 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=(compton.conf
+"git+https://github.com/yshui/compton#tag=v${pkgver%.0};)
+sha256sums=('1857c880bfbc6c60e68bc996448a6e071501370de57ed5b9cbc0927bc7bd48bf'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+  setconf $pkgname.desktop Exec compton
+  setconf $pkgname.desktop Comment 'Compositor for X11'
+  setconf $pkgname.desktop TryExec /usr/bin/compton
+}
+
+build() {
+  mkdir -p build
+  arch-meson build $pkgname -D build_docs=true
+  ninja -v -C build
+}
+
+check() {
+  ninja -C build test
+}
+
+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"
+  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
+}
+
+# vim: ts=2 sw=2 et

Deleted: compton.conf
===
--- compton.conf2019-02-11 23:42:39 UTC (rev 431832)
+++ compton.conf2019-02-11 23:42:48 UTC (rev 431833)
@@ -1,233 +0,0 @@
-# Thank you code_nomad: http://9m.no/ꪯ鵞
-# and Arch Wiki contributors: https://wiki.archlinux.org/index.php/Compton
-
-#
-#
-# Backend
-#
-#
-
-# Backend to use: "xrender" or "glx".
-# GLX backend is typically much faster but depends on a sane driver.
-backend = "glx";
-
-#
-#
-# GLX backend
-#
-#
-
-glx-no-stencil = true;
-
-# GLX backend: Copy unmodified regions from front buffer instead of 

[arch-commits] Commit in compton/repos/community-x86_64 (4 files)

2019-01-27 Thread Alexander Rødseth via arch-commits
Date: Sunday, January 27, 2019 @ 16:05:33
  Author: arodseth
Revision: 428236

archrelease: copy trunk to community-x86_64

Added:
  compton/repos/community-x86_64/PKGBUILD
(from rev 428235, compton/trunk/PKGBUILD)
  compton/repos/community-x86_64/compton.conf
(from rev 428235, compton/trunk/compton.conf)
Deleted:
  compton/repos/community-x86_64/PKGBUILD
  compton/repos/community-x86_64/compton.conf

--+
 PKGBUILD |  102 ++--
 compton.conf |  472 -
 2 files changed, 284 insertions(+), 290 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-27 16:05:21 UTC (rev 428235)
+++ PKGBUILD2019-01-27 16:05:33 UTC (rev 428236)
@@ -1,51 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=compton
-pkgver=5.0
-pkgrel=1
-pkgdesc='X compositor that may fix tearing issues'
-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 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=(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 Comment 'Compositor for X11'
-  setconf $pkgname.desktop TryExec /usr/bin/compton
-}
-
-build() {
-  mkdir -p build
-  arch-meson build $pkgname -D build_docs=true
-  ninja -v -C build
-}
-
-check() {
-  ninja -C build test
-}
-
-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"
-  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
-}
-
-# vim: ts=2 sw=2 et

Copied: compton/repos/community-x86_64/PKGBUILD (from rev 428235, 
compton/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-27 16:05:33 UTC (rev 428236)
@@ -0,0 +1,51 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=compton
+pkgver=5.0
+pkgrel=1
+pkgdesc='X compositor that may fix tearing issues'
+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 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=(compton.conf
+"git+https://github.com/yshui/compton#tag=v${pkgver%.0};)
+sha256sums=('1857c880bfbc6c60e68bc996448a6e071501370de57ed5b9cbc0927bc7bd48bf'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+  setconf $pkgname.desktop Exec compton
+  setconf $pkgname.desktop Comment 'Compositor for X11'
+  setconf $pkgname.desktop TryExec /usr/bin/compton
+}
+
+build() {
+  mkdir -p build
+  arch-meson build $pkgname -D build_docs=true
+  ninja -v -C build
+}
+
+check() {
+  ninja -C build test
+}
+
+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"
+  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
+}
+
+# vim: ts=2 sw=2 et

Deleted: compton.conf
===
--- compton.conf2019-01-27 16:05:21 UTC (rev 428235)
+++ compton.conf2019-01-27 16:05:33 UTC (rev 428236)
@@ -1,239 +0,0 @@
-# Thank you code_nomad: http://9m.no/ꪯ鵞
-# and Arch Wiki contributors: https://wiki.archlinux.org/index.php/Compton
-
-#
-#
-# Backend
-#
-#
-
-# Backend to use: "xrender" or "glx".
-# GLX backend is typically much faster but depends on a sane driver.
-backend = "glx";
-
-#
-#
-# GLX backend
-#
-#
-
-glx-no-stencil = true;
-
-# GLX backend: Copy unmodified regions from front buffer instead of 

[arch-commits] Commit in compton/repos/community-x86_64 (4 files)

2019-01-27 Thread Alexander Rødseth via arch-commits
Date: Sunday, January 27, 2019 @ 16:03:28
  Author: arodseth
Revision: 428234

archrelease: copy trunk to community-x86_64

Added:
  compton/repos/community-x86_64/PKGBUILD
(from rev 428233, compton/trunk/PKGBUILD)
  compton/repos/community-x86_64/compton.conf
(from rev 428233, compton/trunk/compton.conf)
Deleted:
  compton/repos/community-x86_64/PKGBUILD
  compton/repos/community-x86_64/compton.conf

--+
 PKGBUILD |  103 ++--
 compton.conf |  483 -
 2 files changed, 290 insertions(+), 296 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-27 16:03:18 UTC (rev 428233)
+++ PKGBUILD2019-01-27 16:03:28 UTC (rev 428234)
@@ -1,52 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=compton
-pkgver=4.0
-pkgrel=1
-pkgdesc='X compositor that may fix tearing issues'
-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')
-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')
-
-prepare() {
-  cd $pkgname
-  setconf $pkgname.desktop Exec 'compton'
-  setconf $pkgname.desktop Comment 'Compositor for X11'
-  setconf $pkgname.desktop TryExec '/usr/bin/compton'
-}
-
-build() {
-  mkdir -p build
-  arch-meson build $pkgname -D build_docs=true
-  ninja -v -C build
-}
-
-check() {
-  ninja -C build test
-}
-
-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"
-  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
-}
-
-# vim: ts=2 sw=2 et

Copied: compton/repos/community-x86_64/PKGBUILD (from rev 428233, 
compton/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-27 16:03:28 UTC (rev 428234)
@@ -0,0 +1,51 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=compton
+pkgver=5.0
+pkgrel=1
+pkgdesc='X compositor that may fix tearing issues'
+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 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=(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 Comment 'Compositor for X11'
+  setconf $pkgname.desktop TryExec /usr/bin/compton
+}
+
+build() {
+  mkdir -p build
+  arch-meson build $pkgname -D build_docs=true
+  ninja -v -C build
+}
+
+check() {
+  ninja -C build test
+}
+
+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"
+  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
+}
+
+# vim: ts=2 sw=2 et

Deleted: compton.conf
===
--- compton.conf2019-01-27 16:03:18 UTC (rev 428233)
+++ compton.conf2019-01-27 16:03:28 UTC (rev 428234)
@@ -1,244 +0,0 @@
-# Thank you code_nomad: http://9m.no/ꪯ鵞
-# and Arch Wiki contributors: https://wiki.archlinux.org/index.php/Compton
-
-#
-#
-# Backend
-#
-#
-
-# Backend to use: "xrender" or "glx".
-# GLX backend is typically much faster but depends on a sane driver.
-backend = "glx";
-
-#
-#
-# GLX backend
-#
-#
-
-glx-no-stencil = true;
-
-# GLX backend: Copy unmodified regions from 

[arch-commits] Commit in compton/repos/community-x86_64 (4 files)

2018-11-20 Thread Alexander Rødseth via arch-commits
Date: Tuesday, November 20, 2018 @ 11:27:48
  Author: arodseth
Revision: 409011

archrelease: copy trunk to community-x86_64

Added:
  compton/repos/community-x86_64/PKGBUILD
(from rev 409010, compton/trunk/PKGBUILD)
  compton/repos/community-x86_64/compton.conf
(from rev 409010, compton/trunk/compton.conf)
Deleted:
  compton/repos/community-x86_64/PKGBUILD
  compton/repos/community-x86_64/compton.conf

--+
 PKGBUILD |  109 ++--
 compton.conf |  489 -
 2 files changed, 296 insertions(+), 302 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-20 11:27:41 UTC (rev 409010)
+++ PKGBUILD2018-11-20 11:27:48 UTC (rev 409011)
@@ -1,57 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=compton
-pkgver=3.0
-pkgrel=6
-pkgdesc='X compositor that may fix tearing issues'
-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')
-optdepends=('dbus:  For controlling compton via D-Bus'
-'xorg-xwininfo: For compton-trans'
-'xorg-xprop:For compton-trans')
-# Using the latest commit from the "next" branch until the next release
-# of compton. See FS#60647.
-source=('git+https://github.com/yshui/compton#commit=f834cf20aed38a86e2b3ccf30'
-'compton.conf')
-sha256sums=('SKIP'
-'8eda674dd5ea91e2b3030bd725ef99ac6f0d8f9de23a28b6db1cf7061f4cd690')
-
-prepare() {
-  cd $pkgname
-
-  setconf $pkgname.desktop Exec 'compton'
-  setconf $pkgname.desktop Comment 'Compositor for X11'
-  setconf $pkgname.desktop TryExec '/usr/bin/compton'
-}
-
-build() {
-  mkdir -p build
-  arch-meson build "$pkgname" -D build_docs=true
-  ninja -v -C build
-}
-
-check() {
-  cd $pkgname
-
-  ninja -C ../build test
-}
-
-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"
-  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
-}
-
-# vim: ts=2 sw=2 et

Copied: compton/repos/community-x86_64/PKGBUILD (from rev 409010, 
compton/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-20 11:27:48 UTC (rev 409011)
@@ -0,0 +1,52 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=compton
+pkgver=4.0
+pkgrel=1
+pkgdesc='X compositor that may fix tearing issues'
+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')
+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')
+
+prepare() {
+  cd $pkgname
+  setconf $pkgname.desktop Exec 'compton'
+  setconf $pkgname.desktop Comment 'Compositor for X11'
+  setconf $pkgname.desktop TryExec '/usr/bin/compton'
+}
+
+build() {
+  mkdir -p build
+  arch-meson build $pkgname -D build_docs=true
+  ninja -v -C build
+}
+
+check() {
+  ninja -C build test
+}
+
+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"
+  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
+}
+
+# vim: ts=2 sw=2 et

Deleted: compton.conf
===
--- compton.conf2018-11-20 11:27:41 UTC (rev 409010)
+++ compton.conf2018-11-20 11:27:48 UTC (rev 409011)
@@ -1,245 +0,0 @@
-# Thank you code_nomad: http://9m.no/ꪯ鵞
-# and also the wiki contributors at:
-# https://wiki.archlinux.org/index.php/Compton
-
-#
-#
-# Backend
-#
-#
-
-# Backend to use: "xrender" or "glx".
-# GLX backend is typically much faster but depends on a sane driver.

[arch-commits] Commit in compton/repos/community-x86_64 (4 files)

2018-11-15 Thread Alexander Rødseth via arch-commits
Date: Thursday, November 15, 2018 @ 10:33:40
  Author: arodseth
Revision: 407639

archrelease: copy trunk to community-x86_64

Added:
  compton/repos/community-x86_64/PKGBUILD
(from rev 407638, compton/trunk/PKGBUILD)
  compton/repos/community-x86_64/compton.conf
(from rev 407638, compton/trunk/compton.conf)
Deleted:
  compton/repos/community-x86_64/PKGBUILD
  compton/repos/community-x86_64/compton.conf

--+
 PKGBUILD |  114 ++---
 compton.conf |  495 -
 2 files changed, 302 insertions(+), 307 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-15 10:33:32 UTC (rev 407638)
+++ PKGBUILD2018-11-15 10:33:40 UTC (rev 407639)
@@ -1,57 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=compton
-pkgver=3.0
-pkgrel=6
-pkgdesc='X compositor that may fix tearing issues'
-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')
-optdepends=('dbus:  For controlling compton via D-Bus'
-'xorg-xwininfo: For compton-trans'
-'xorg-xprop:For compton-trans')
-# Using the latest commit from the "next" branch until the next release
-# of compton. See FS#60647.
-source=('git+https://github.com/yshui/compton#commit=f834cf20aed38a86e2b3ccf30'
-'compton.conf')
-sha256sums=('SKIP'
-'f38b583d7e8e9d5792ec490ed0762f60ae30def85dab8f0f0f977061d58343dc')
-
-prepare() {
-  cd $pkgname
-
-  setconf $pkgname.desktop Exec 'compton'
-  setconf $pkgname.desktop Comment 'Compositor for X11'
-  setconf $pkgname.desktop TryExec '/usr/bin/compton'
-}
-
-build() {
-  mkdir -p build
-  arch-meson build "$pkgname" -D build_docs=true
-  ninja -v -C build
-}
-
-check() {
-  cd $pkgname
-
-  ninja -C ../build test
-}
-
-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"
-  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
-}
-
-# vim: ts=2 sw=2 et

Copied: compton/repos/community-x86_64/PKGBUILD (from rev 407638, 
compton/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-15 10:33:40 UTC (rev 407639)
@@ -0,0 +1,57 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=compton
+pkgver=3.0
+pkgrel=6
+pkgdesc='X compositor that may fix tearing issues'
+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')
+optdepends=('dbus:  For controlling compton via D-Bus'
+'xorg-xwininfo: For compton-trans'
+'xorg-xprop:For compton-trans')
+# Using the latest commit from the "next" branch until the next release
+# of compton. See FS#60647.
+source=('git+https://github.com/yshui/compton#commit=f834cf20aed38a86e2b3ccf30'
+'compton.conf')
+sha256sums=('SKIP'
+'8eda674dd5ea91e2b3030bd725ef99ac6f0d8f9de23a28b6db1cf7061f4cd690')
+
+prepare() {
+  cd $pkgname
+
+  setconf $pkgname.desktop Exec 'compton'
+  setconf $pkgname.desktop Comment 'Compositor for X11'
+  setconf $pkgname.desktop TryExec '/usr/bin/compton'
+}
+
+build() {
+  mkdir -p build
+  arch-meson build "$pkgname" -D build_docs=true
+  ninja -v -C build
+}
+
+check() {
+  cd $pkgname
+
+  ninja -C ../build test
+}
+
+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"
+  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
+}
+
+# vim: ts=2 sw=2 et

Deleted: compton.conf
===
--- compton.conf2018-11-15 10:33:32 UTC (rev 407638)
+++ compton.conf2018-11-15 10:33:40 UTC (rev 407639)
@@ -1,250 +0,0 @@
-# Thank you code_nomad: http://9m.no/ꪯ鵞
-# and also the wiki contributors at:
-# https://wiki.archlinux.org/index.php/Compton
-
-#
-#
-# Backend
-#

[arch-commits] Commit in compton/repos/community-x86_64 (4 files)

2018-11-15 Thread Alexander Rødseth via arch-commits
Date: Thursday, November 15, 2018 @ 10:30:49
  Author: arodseth
Revision: 407635

archrelease: copy trunk to community-x86_64

Added:
  compton/repos/community-x86_64/PKGBUILD
(from rev 407634, compton/trunk/PKGBUILD)
  compton/repos/community-x86_64/compton.conf
(from rev 407634, compton/trunk/compton.conf)
Deleted:
  compton/repos/community-x86_64/PKGBUILD
  compton/repos/community-x86_64/compton.conf

--+
 PKGBUILD |  117 ++---
 compton.conf |  496 -
 2 files changed, 307 insertions(+), 306 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-15 10:30:45 UTC (rev 407634)
+++ PKGBUILD2018-11-15 10:30:49 UTC (rev 407635)
@@ -1,60 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=compton
-pkgver=3.0
-pkgrel=5
-pkgdesc='X compositor that may fix tearing issues'
-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')
-optdepends=('dbus:  For controlling compton via D-Bus'
-'xorg-xwininfo: For compton-trans'
-'xorg-xprop:For compton-trans')
-# 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=b18d46bcbdc35a3b5620d817dd46fbc76485c20d'
-'compton.conf')
-sha256sums=('SKIP'
-'55d3929cb9c37edf2aaea8266dda197dbd35949246d1f88c1a168156c60c5324')
-
-prepare() {
-  cd $pkgname
-
-  setconf $pkgname.desktop Exec 'compton'
-  setconf $pkgname.desktop Comment 'Compositor for X11'
-  setconf $pkgname.desktop TryExec '/usr/bin/compton'
-}
-
-build() {
-  cd $pkgname
-
-  mkdir -p ../build
-  arch-meson ../build -D build_docs=true
-  ninja -v -C ../build
-}
-
-check() {
-  cd $pkgname
-
-  ninja -C ../build test
-}
-
-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"
-  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
-}
-
-# vim: ts=2 sw=2 et

Copied: compton/repos/community-x86_64/PKGBUILD (from rev 407634, 
compton/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-15 10:30:49 UTC (rev 407635)
@@ -0,0 +1,57 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=compton
+pkgver=3.0
+pkgrel=6
+pkgdesc='X compositor that may fix tearing issues'
+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')
+optdepends=('dbus:  For controlling compton via D-Bus'
+'xorg-xwininfo: For compton-trans'
+'xorg-xprop:For compton-trans')
+# Using the latest commit from the "next" branch until the next release
+# of compton. See FS#60647.
+source=('git+https://github.com/yshui/compton#commit=f834cf20aed38a86e2b3ccf30'
+'compton.conf')
+sha256sums=('SKIP'
+'f38b583d7e8e9d5792ec490ed0762f60ae30def85dab8f0f0f977061d58343dc')
+
+prepare() {
+  cd $pkgname
+
+  setconf $pkgname.desktop Exec 'compton'
+  setconf $pkgname.desktop Comment 'Compositor for X11'
+  setconf $pkgname.desktop TryExec '/usr/bin/compton'
+}
+
+build() {
+  mkdir -p build
+  arch-meson build "$pkgname" -D build_docs=true
+  ninja -v -C build
+}
+
+check() {
+  cd $pkgname
+
+  ninja -C ../build test
+}
+
+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"
+  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
+}
+
+# vim: ts=2 sw=2 et

Deleted: compton.conf
===
--- compton.conf2018-11-15 10:30:45 UTC (rev 407634)
+++ compton.conf2018-11-15 10:30:49 UTC (rev 407635)
@@ -1,246 +0,0 @@
-# Thank you code_nomad: http://9m.no/ꪯ鵞
-
-#
-#
-# Backend

[arch-commits] Commit in compton/repos/community-x86_64 (4 files)

2018-11-11 Thread Alexander Rødseth via arch-commits
Date: Sunday, November 11, 2018 @ 19:58:23
  Author: arodseth
Revision: 406383

archrelease: copy trunk to community-x86_64

Added:
  compton/repos/community-x86_64/PKGBUILD
(from rev 406382, compton/trunk/PKGBUILD)
  compton/repos/community-x86_64/compton.conf
(from rev 406382, compton/trunk/compton.conf)
Deleted:
  compton/repos/community-x86_64/PKGBUILD
  compton/repos/community-x86_64/compton.conf

--+
 PKGBUILD |  121 ++
 compton.conf |  492 -
 2 files changed, 306 insertions(+), 307 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-11 19:58:13 UTC (rev 406382)
+++ PKGBUILD2018-11-11 19:58:23 UTC (rev 406383)
@@ -1,61 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=compton
-pkgver=3.0
-pkgrel=4
-pkgdesc='X compositor that may fix tearing issues'
-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')
-optdepends=('dbus:  For controlling compton via D-Bus'
-'xorg-xwininfo: For compton-trans'
-'xorg-xprop:For compton-trans')
-# 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=b18d46bcbdc35a3b5620d817dd46fbc76485c20d'
-'compton.conf')
-sha256sums=('SKIP'
-'55d3929cb9c37edf2aaea8266dda197dbd35949246d1f88c1a168156c60c5324')
-
-prepare() {
-  cd $pkgname
-
-  setconf $pkgname.desktop Exec 'compton'
-  setconf $pkgname.desktop Comment 'Compositor for X11'
-  setconf $pkgname.desktop TryExec '/usr/bin/compton'
-}
-
-build() {
-  cd $pkgname
-
-  mkdir -p ../build
-  arch-meson ../build \
--D distributor_name='Arch Linux'
-  ninja -v -C ../build
-}
-
-check() {
-  cd $pkgname
-
-  ninja -C ../build test
-}
-
-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"
-  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
-}
-
-# vim: ts=2 sw=2 et

Copied: compton/repos/community-x86_64/PKGBUILD (from rev 406382, 
compton/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-11 19:58:23 UTC (rev 406383)
@@ -0,0 +1,60 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=compton
+pkgver=3.0
+pkgrel=5
+pkgdesc='X compositor that may fix tearing issues'
+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')
+optdepends=('dbus:  For controlling compton via D-Bus'
+'xorg-xwininfo: For compton-trans'
+'xorg-xprop:For compton-trans')
+# 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=b18d46bcbdc35a3b5620d817dd46fbc76485c20d'
+'compton.conf')
+sha256sums=('SKIP'
+'55d3929cb9c37edf2aaea8266dda197dbd35949246d1f88c1a168156c60c5324')
+
+prepare() {
+  cd $pkgname
+
+  setconf $pkgname.desktop Exec 'compton'
+  setconf $pkgname.desktop Comment 'Compositor for X11'
+  setconf $pkgname.desktop TryExec '/usr/bin/compton'
+}
+
+build() {
+  cd $pkgname
+
+  mkdir -p ../build
+  arch-meson ../build -D build_docs=true
+  ninja -v -C ../build
+}
+
+check() {
+  cd $pkgname
+
+  ninja -C ../build test
+}
+
+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"
+  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
+}
+
+# vim: ts=2 sw=2 et

Deleted: compton.conf
===
--- compton.conf2018-11-11 19:58:13 UTC (rev 406382)
+++ compton.conf2018-11-11 19:58:23 UTC (rev 

[arch-commits] Commit in compton/repos/community-x86_64 (4 files)

2018-11-09 Thread Alexander Rødseth via arch-commits
Date: Friday, November 9, 2018 @ 17:41:19
  Author: arodseth
Revision: 404379

archrelease: copy trunk to community-x86_64

Added:
  compton/repos/community-x86_64/PKGBUILD
(from rev 404378, compton/trunk/PKGBUILD)
  compton/repos/community-x86_64/compton.conf
(from rev 404378, compton/trunk/compton.conf)
Deleted:
  compton/repos/community-x86_64/PKGBUILD
  compton/repos/community-x86_64/compton.conf

--+
 PKGBUILD |  122 +++---
 compton.conf |  480 +
 2 files changed, 307 insertions(+), 295 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-09 17:41:05 UTC (rev 404378)
+++ PKGBUILD2018-11-09 17:41:19 UTC (rev 404379)
@@ -1,61 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=compton
-pkgver=3.0
-pkgrel=3
-pkgdesc='X compositor that may fix tearing issues'
-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')
-optdepends=('dbus:  For controlling compton via D-Bus'
-'xorg-xwininfo: For compton-trans'
-'xorg-xprop:For compton-trans')
-# 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'
-'compton.conf')
-sha256sums=('SKIP'
-'a150f61780f316516551ec72c8d3f7170bcb50f93fa5ad605deaeb809ded5ffe')
-
-prepare() {
-  cd $pkgname
-
-  setconf $pkgname.desktop Exec 'compton'
-  setconf $pkgname.desktop Comment 'Compositor for X11'
-  setconf $pkgname.desktop TryExec '/usr/bin/compton'
-}
-
-build() {
-  cd $pkgname
-
-  mkdir -p ../build
-  arch-meson ../build \
--D distributor_name='Arch Linux'
-  ninja -v -C ../build
-}
-
-check() {
-  cd $pkgname
-
-  ninja -C ../build test
-}
-
-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"
-  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
-}
-
-# vim: ts=2 sw=2 et

Copied: compton/repos/community-x86_64/PKGBUILD (from rev 404378, 
compton/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-09 17:41:19 UTC (rev 404379)
@@ -0,0 +1,61 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=compton
+pkgver=3.0
+pkgrel=4
+pkgdesc='X compositor that may fix tearing issues'
+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')
+optdepends=('dbus:  For controlling compton via D-Bus'
+'xorg-xwininfo: For compton-trans'
+'xorg-xprop:For compton-trans')
+# 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=b18d46bcbdc35a3b5620d817dd46fbc76485c20d'
+'compton.conf')
+sha256sums=('SKIP'
+'55d3929cb9c37edf2aaea8266dda197dbd35949246d1f88c1a168156c60c5324')
+
+prepare() {
+  cd $pkgname
+
+  setconf $pkgname.desktop Exec 'compton'
+  setconf $pkgname.desktop Comment 'Compositor for X11'
+  setconf $pkgname.desktop TryExec '/usr/bin/compton'
+}
+
+build() {
+  cd $pkgname
+
+  mkdir -p ../build
+  arch-meson ../build \
+-D distributor_name='Arch Linux'
+  ninja -v -C ../build
+}
+
+check() {
+  cd $pkgname
+
+  ninja -C ../build test
+}
+
+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"
+  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
+}
+
+# vim: ts=2 sw=2 et

Deleted: compton.conf
===
--- compton.conf2018-11-09 17:41:05 UTC (rev 404378)
+++ compton.conf2018-11-09 

[arch-commits] Commit in compton/repos/community-x86_64 (4 files)

2018-11-08 Thread Alexander Rødseth via arch-commits
Date: Thursday, November 8, 2018 @ 16:42:32
  Author: arodseth
Revision: 404126

archrelease: copy trunk to community-x86_64

Added:
  compton/repos/community-x86_64/PKGBUILD
(from rev 404125, compton/trunk/PKGBUILD)
  compton/repos/community-x86_64/compton.conf
(from rev 404125, compton/trunk/compton.conf)
Deleted:
  compton/repos/community-x86_64/PKGBUILD
  compton/repos/community-x86_64/compton.conf

--+
 PKGBUILD |  122 +++---
 compton.conf |  468 -
 2 files changed, 295 insertions(+), 295 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-08 16:42:26 UTC (rev 404125)
+++ PKGBUILD2018-11-08 16:42:32 UTC (rev 404126)
@@ -1,61 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=compton
-pkgver=3.0
-pkgrel=2
-pkgdesc='X compositor that may fix tearing issues'
-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')
-optdepends=('dbus:  For controlling compton via D-Bus'
-'xorg-xwininfo: For compton-trans'
-'xorg-xprop:For compton-trans')
-# 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=c0d7f9d915cb621d162efc03cf76388c0a16c2e4'
-'compton.conf')
-sha256sums=('SKIP'
-'a150f61780f316516551ec72c8d3f7170bcb50f93fa5ad605deaeb809ded5ffe')
-
-prepare() {
-  cd $pkgname
-
-  setconf $pkgname.desktop Exec 'compton'
-  setconf $pkgname.desktop Comment 'Compositor for X11'
-  setconf $pkgname.desktop TryExec '/usr/bin/compton'
-}
-
-build() {
-  cd $pkgname
-
-  mkdir -p ../build
-  arch-meson ../build \
--D distributor_name='Arch Linux'
-  ninja -v -C ../build
-}
-
-check() {
-  cd $pkgname
-
-  ninja -C ../build test
-}
-
-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"
-  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
-}
-
-# vim: ts=2 sw=2 et

Copied: compton/repos/community-x86_64/PKGBUILD (from rev 404125, 
compton/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-08 16:42:32 UTC (rev 404126)
@@ -0,0 +1,61 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=compton
+pkgver=3.0
+pkgrel=3
+pkgdesc='X compositor that may fix tearing issues'
+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')
+optdepends=('dbus:  For controlling compton via D-Bus'
+'xorg-xwininfo: For compton-trans'
+'xorg-xprop:For compton-trans')
+# 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'
+'compton.conf')
+sha256sums=('SKIP'
+'a150f61780f316516551ec72c8d3f7170bcb50f93fa5ad605deaeb809ded5ffe')
+
+prepare() {
+  cd $pkgname
+
+  setconf $pkgname.desktop Exec 'compton'
+  setconf $pkgname.desktop Comment 'Compositor for X11'
+  setconf $pkgname.desktop TryExec '/usr/bin/compton'
+}
+
+build() {
+  cd $pkgname
+
+  mkdir -p ../build
+  arch-meson ../build \
+-D distributor_name='Arch Linux'
+  ninja -v -C ../build
+}
+
+check() {
+  cd $pkgname
+
+  ninja -C ../build test
+}
+
+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"
+  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
+}
+
+# vim: ts=2 sw=2 et

Deleted: compton.conf
===
--- compton.conf2018-11-08 16:42:26 UTC (rev 404125)
+++ compton.conf

[arch-commits] Commit in compton/repos/community-x86_64 (4 files)

2018-10-30 Thread Alexander Rødseth via arch-commits
Date: Tuesday, October 30, 2018 @ 16:31:26
  Author: arodseth
Revision: 399686

archrelease: copy trunk to community-x86_64

Added:
  compton/repos/community-x86_64/PKGBUILD
(from rev 399685, compton/trunk/PKGBUILD)
  compton/repos/community-x86_64/compton.conf
(from rev 399685, compton/trunk/compton.conf)
Deleted:
  compton/repos/community-x86_64/PKGBUILD
  compton/repos/community-x86_64/compton.conf

--+
 PKGBUILD |  119 +++---
 compton.conf |  468 -
 2 files changed, 295 insertions(+), 292 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-30 16:31:16 UTC (rev 399685)
+++ PKGBUILD2018-10-30 16:31:26 UTC (rev 399686)
@@ -1,58 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=compton
-pkgver=3.0
-pkgrel=1
-pkgdesc='X compositor that may fix tearing issues'
-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')
-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'
-'a150f61780f316516551ec72c8d3f7170bcb50f93fa5ad605deaeb809ded5ffe')
-
-prepare() {
-  cd $pkgname
-
-  setconf $pkgname.desktop Exec 'compton'
-  setconf $pkgname.desktop Comment 'Compositor for X11'
-  setconf $pkgname.desktop TryExec '/usr/bin/compton'
-}
-
-build() {
-  cd $pkgname
-
-  mkdir -p ../build
-  arch-meson ../build \
--D distributor_name='Arch Linux'
-  ninja -v -C ../build
-}
-
-check() {
-  cd $pkgname
-
-  ninja -C ../build test
-}
-
-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"
-  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
-}
-
-# vim: ts=2 sw=2 et

Copied: compton/repos/community-x86_64/PKGBUILD (from rev 399685, 
compton/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-30 16:31:26 UTC (rev 399686)
@@ -0,0 +1,61 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=compton
+pkgver=3.0
+pkgrel=2
+pkgdesc='X compositor that may fix tearing issues'
+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')
+optdepends=('dbus:  For controlling compton via D-Bus'
+'xorg-xwininfo: For compton-trans'
+'xorg-xprop:For compton-trans')
+# 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=c0d7f9d915cb621d162efc03cf76388c0a16c2e4'
+'compton.conf')
+sha256sums=('SKIP'
+'a150f61780f316516551ec72c8d3f7170bcb50f93fa5ad605deaeb809ded5ffe')
+
+prepare() {
+  cd $pkgname
+
+  setconf $pkgname.desktop Exec 'compton'
+  setconf $pkgname.desktop Comment 'Compositor for X11'
+  setconf $pkgname.desktop TryExec '/usr/bin/compton'
+}
+
+build() {
+  cd $pkgname
+
+  mkdir -p ../build
+  arch-meson ../build \
+-D distributor_name='Arch Linux'
+  ninja -v -C ../build
+}
+
+check() {
+  cd $pkgname
+
+  ninja -C ../build test
+}
+
+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"
+  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
+}
+
+# vim: ts=2 sw=2 et

Deleted: compton.conf
===
--- compton.conf2018-10-30 16:31:16 UTC (rev 399685)
+++ compton.conf2018-10-30 16:31:26 UTC (rev 399686)
@@ -1,234 +0,0 @@
-# Thank you code_nomad: http://9m.no/ꪯ鵞
-
-#
-#
-# Backend
-#
-#
-
-# Backend to use: 

[arch-commits] Commit in compton/repos/community-x86_64 (4 files)

2018-10-29 Thread Alexander Rødseth via arch-commits
Date: Monday, October 29, 2018 @ 19:36:25
  Author: arodseth
Revision: 399475

archrelease: copy trunk to community-x86_64

Added:
  compton/repos/community-x86_64/PKGBUILD
(from rev 399474, compton/trunk/PKGBUILD)
  compton/repos/community-x86_64/compton.conf
(from rev 399474, compton/trunk/compton.conf)
Deleted:
  compton/repos/community-x86_64/PKGBUILD
  compton/repos/community-x86_64/compton.conf

--+
 PKGBUILD |  102 +++-
 compton.conf |  467 -
 2 files changed, 292 insertions(+), 277 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 19:36:16 UTC (rev 399474)
+++ PKGBUILD2018-10-29 19:36:25 UTC (rev 399475)
@@ -1,44 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=compton
-pkgver=2.0
-pkgrel=2
-pkgdesc='X compositor that may fix tearing issues'
-arch=('x86_64')
-url='https://github.com/yshui/compton'
-license=('MIT')
-makedepends=('asciidoc' 'cmake' 'git' 'mesa' 'setconf')
-depends=('hicolor-icon-theme' 'libconfig' 'libdbus' 'libgl' 'libxcomposite' 
'libxinerama' 'libxrandr' 'pcre')
-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'
-'89f920e429a28443bf81275927e402b3a953ef8a7160af468ae05913dee5658b')
-
-prepare() {
-  cd $pkgname
-
-  setconf $pkgname.desktop Exec 'compton --xrender-sync-fence'
-  setconf $pkgname.desktop Comment 'Compositor for X11'
-  setconf $pkgname.desktop TryExec '/usr/bin/compton'
-}
-
-build() {
-  COMPTON_VERSION="v$pkgver" PREFIX=/usr make -C "$pkgname" compton docs
-}
-
-package() {
-  PREFIX="$pkgdir/usr" make -C "$pkgname" install
-
-  install -Dm644 $pkgname/compton.sample.conf 
"$pkgdir/etc/xdg/compton.conf.example"
-  install -Dm644 compton.conf "$pkgdir/etc/xdg/compton.conf"
-  install -Dm644 $pkgname/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et

Copied: compton/repos/community-x86_64/PKGBUILD (from rev 399474, 
compton/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 19:36:25 UTC (rev 399475)
@@ -0,0 +1,58 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=compton
+pkgver=3.0
+pkgrel=1
+pkgdesc='X compositor that may fix tearing issues'
+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')
+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'
+'a150f61780f316516551ec72c8d3f7170bcb50f93fa5ad605deaeb809ded5ffe')
+
+prepare() {
+  cd $pkgname
+
+  setconf $pkgname.desktop Exec 'compton'
+  setconf $pkgname.desktop Comment 'Compositor for X11'
+  setconf $pkgname.desktop TryExec '/usr/bin/compton'
+}
+
+build() {
+  cd $pkgname
+
+  mkdir -p ../build
+  arch-meson ../build \
+-D distributor_name='Arch Linux'
+  ninja -v -C ../build
+}
+
+check() {
+  cd $pkgname
+
+  ninja -C ../build test
+}
+
+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"
+  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
+}
+
+# vim: ts=2 sw=2 et

Deleted: compton.conf
===
--- compton.conf2018-10-29 19:36:16 UTC (rev 399474)
+++ compton.conf2018-10-29 19:36:25 UTC (rev 399475)
@@ -1,233 +0,0 @@
-# Thank you code_nomad: http://9m.no/ꪯ鵞
-
-#
-#
-# Backend
-#
-#
-
-# Backend to use: "xrender" or "glx".
-# GLX backend is typically much faster but depends on a sane driver.
-backend = "glx";
-
-#
-#
-# GLX backend
-#
-#
-
-glx-no-stencil = true;
-
-# GLX backend: Copy unmodified regions from front buffer instead of redrawing 
them all.
-# My tests with nvidia-drivers show a 10% decrease in performance when the 

[arch-commits] Commit in compton/repos/community-x86_64 (4 files)

2018-10-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, October 20, 2018 @ 08:52:58
  Author: arodseth
Revision: 398026

archrelease: copy trunk to community-x86_64

Added:
  compton/repos/community-x86_64/PKGBUILD
(from rev 398025, compton/trunk/PKGBUILD)
  compton/repos/community-x86_64/compton.conf
(from rev 398025, compton/trunk/compton.conf)
Deleted:
  compton/repos/community-x86_64/PKGBUILD
  compton/repos/community-x86_64/compton.conf

--+
 PKGBUILD |   88 +-
 compton.conf |  466 -
 2 files changed, 277 insertions(+), 277 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-20 08:52:49 UTC (rev 398025)
+++ PKGBUILD2018-10-20 08:52:58 UTC (rev 398026)
@@ -1,44 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=compton
-pkgver=2.0
-pkgrel=1
-pkgdesc='X compositor that may fix tearing issues'
-arch=('x86_64')
-url='https://github.com/yshui/compton'
-license=('MIT')
-makedepends=('asciidoc' 'cmake' 'git' 'mesa' 'setconf')
-depends=('hicolor-icon-theme' 'libconfig' 'libdbus' 'libgl' 'libxcomposite' 
'libxinerama' 'libxrandr' 'pcre')
-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'
-'89f920e429a28443bf81275927e402b3a953ef8a7160af468ae05913dee5658b')
-
-prepare() {
-  cd $pkgname
-
-  setconf $pkgname.desktop Exec 'compton --xrender-sync-fence'
-  setconf $pkgname.desktop TryExec 'compton --xrender-sync-fence'
-  setconf $pkgname.desktop Comment 'Compositor for X11'
-}
-
-build() {
-  COMPTON_VERSION="v$pkgver" PREFIX=/usr make -C "$pkgname" compton docs
-}
-
-package() {
-  PREFIX="$pkgdir/usr" make -C "$pkgname" install
-
-  install -Dm644 $pkgname/compton.sample.conf 
"$pkgdir/etc/xdg/compton.conf.example"
-  install -Dm644 compton.conf "$pkgdir/etc/xdg/compton.conf"
-  install -Dm644 $pkgname/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et

Copied: compton/repos/community-x86_64/PKGBUILD (from rev 398025, 
compton/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-20 08:52:58 UTC (rev 398026)
@@ -0,0 +1,44 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=compton
+pkgver=2.0
+pkgrel=2
+pkgdesc='X compositor that may fix tearing issues'
+arch=('x86_64')
+url='https://github.com/yshui/compton'
+license=('MIT')
+makedepends=('asciidoc' 'cmake' 'git' 'mesa' 'setconf')
+depends=('hicolor-icon-theme' 'libconfig' 'libdbus' 'libgl' 'libxcomposite' 
'libxinerama' 'libxrandr' 'pcre')
+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'
+'89f920e429a28443bf81275927e402b3a953ef8a7160af468ae05913dee5658b')
+
+prepare() {
+  cd $pkgname
+
+  setconf $pkgname.desktop Exec 'compton --xrender-sync-fence'
+  setconf $pkgname.desktop Comment 'Compositor for X11'
+  setconf $pkgname.desktop TryExec '/usr/bin/compton'
+}
+
+build() {
+  COMPTON_VERSION="v$pkgver" PREFIX=/usr make -C "$pkgname" compton docs
+}
+
+package() {
+  PREFIX="$pkgdir/usr" make -C "$pkgname" install
+
+  install -Dm644 $pkgname/compton.sample.conf 
"$pkgdir/etc/xdg/compton.conf.example"
+  install -Dm644 compton.conf "$pkgdir/etc/xdg/compton.conf"
+  install -Dm644 $pkgname/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et

Deleted: compton.conf
===
--- compton.conf2018-10-20 08:52:49 UTC (rev 398025)
+++ compton.conf2018-10-20 08:52:58 UTC (rev 398026)
@@ -1,233 +0,0 @@
-# Thank you code_nomad: http://9m.no/ꪯ鵞
-
-#
-#
-# Backend
-#
-#
-
-# Backend to use: "xrender" or "glx".
-# GLX backend is typically much faster but depends on a sane driver.
-backend = "glx";
-
-#
-#
-# GLX backend
-#
-#
-
-glx-no-stencil = true;
-
-# GLX backend: Copy unmodified regions from front buffer instead of redrawing 
them all.
-# My tests with nvidia-drivers show a 10% decrease in performance when the 
whole screen is modified,
-# but a 20% increase when only 1/4 is.
-# My tests on nouveau show terrible slowdown.
-# Useful with --glx-swap-method, as well.
-glx-copy-from-front = 

[arch-commits] Commit in compton/repos/community-x86_64 (4 files)

2018-09-14 Thread Alexander Rødseth via arch-commits
Date: Friday, September 14, 2018 @ 18:37:23
  Author: arodseth
Revision: 380986

archrelease: copy trunk to community-x86_64

Added:
  compton/repos/community-x86_64/PKGBUILD
(from rev 380985, compton/trunk/PKGBUILD)
  compton/repos/community-x86_64/compton.conf
(from rev 380985, compton/trunk/compton.conf)
Deleted:
  compton/repos/community-x86_64/PKGBUILD
  compton/repos/community-x86_64/compton.conf

--+
 PKGBUILD |   86 +-
 compton.conf |  466 -
 2 files changed, 277 insertions(+), 275 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-14 18:37:15 UTC (rev 380985)
+++ PKGBUILD2018-09-14 18:37:23 UTC (rev 380986)
@@ -1,42 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=compton
-pkgver=1.0
-pkgrel=1
-pkgdesc='X compositor that may fix tearing issues'
-arch=('x86_64')
-url='https://github.com/yshui/compton'
-license=('MIT')
-makedepends=('asciidoc' 'cmake' 'git' 'mesa' 'setconf')
-depends=('hicolor-icon-theme' 'libconfig' 'libdbus' 'libgl' 'libxcomposite' 
'libxinerama' 'libxrandr' 'pcre')
-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=v1'
-'compton.conf')
-sha256sums=('SKIP'
-'89f920e429a28443bf81275927e402b3a953ef8a7160af468ae05913dee5658b')
-
-prepare() {
-  cd $pkgname
-  setconf $pkgname.desktop Exec 'compton --xrender-sync-fence'
-  setconf $pkgname.desktop TryExec 'compton --xrender-sync-fence'
-  setconf $pkgname.desktop Comment 'Compositor for X11'
-}
-
-build() {
-  COMPTON_VERSION="v$pkgver" PREFIX=/usr make -C "$pkgname" compton docs
-}
-
-package() {
-  PREFIX="$pkgdir/usr" make -C "$pkgname" install
-  install -Dm644 $pkgname/compton.sample.conf 
"$pkgdir/etc/xdg/compton.conf.example"
-  install -Dm644 compton.conf "$pkgdir/etc/xdg/compton.conf"
-  install -Dm644 $pkgname/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et

Copied: compton/repos/community-x86_64/PKGBUILD (from rev 380985, 
compton/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-14 18:37:23 UTC (rev 380986)
@@ -0,0 +1,44 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=compton
+pkgver=2.0
+pkgrel=1
+pkgdesc='X compositor that may fix tearing issues'
+arch=('x86_64')
+url='https://github.com/yshui/compton'
+license=('MIT')
+makedepends=('asciidoc' 'cmake' 'git' 'mesa' 'setconf')
+depends=('hicolor-icon-theme' 'libconfig' 'libdbus' 'libgl' 'libxcomposite' 
'libxinerama' 'libxrandr' 'pcre')
+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'
+'89f920e429a28443bf81275927e402b3a953ef8a7160af468ae05913dee5658b')
+
+prepare() {
+  cd $pkgname
+
+  setconf $pkgname.desktop Exec 'compton --xrender-sync-fence'
+  setconf $pkgname.desktop TryExec 'compton --xrender-sync-fence'
+  setconf $pkgname.desktop Comment 'Compositor for X11'
+}
+
+build() {
+  COMPTON_VERSION="v$pkgver" PREFIX=/usr make -C "$pkgname" compton docs
+}
+
+package() {
+  PREFIX="$pkgdir/usr" make -C "$pkgname" install
+
+  install -Dm644 $pkgname/compton.sample.conf 
"$pkgdir/etc/xdg/compton.conf.example"
+  install -Dm644 compton.conf "$pkgdir/etc/xdg/compton.conf"
+  install -Dm644 $pkgname/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et

Deleted: compton.conf
===
--- compton.conf2018-09-14 18:37:15 UTC (rev 380985)
+++ compton.conf2018-09-14 18:37:23 UTC (rev 380986)
@@ -1,233 +0,0 @@
-# Thank you code_nomad: http://9m.no/ꪯ鵞
-
-#
-#
-# Backend
-#
-#
-
-# Backend to use: "xrender" or "glx".
-# GLX backend is typically much faster but depends on a sane driver.
-backend = "glx";
-
-#
-#
-# GLX backend
-#
-#
-
-glx-no-stencil = true;
-
-# GLX backend: Copy unmodified regions from front buffer instead of redrawing 
them all.
-# My tests with nvidia-drivers show a 10% decrease in performance when the 
whole screen is modified,
-# but a 20% increase when only 1/4 is.
-# My tests on nouveau show terrible slowdown.
-# Useful with --glx-swap-method, as well.
-glx-copy-from-front = 

[arch-commits] Commit in compton/repos/community-x86_64 (4 files)

2018-09-14 Thread Alexander Rødseth via arch-commits
Date: Friday, September 14, 2018 @ 08:20:08
  Author: arodseth
Revision: 380839

archrelease: copy trunk to community-x86_64

Added:
  compton/repos/community-x86_64/PKGBUILD
(from rev 380838, compton/trunk/PKGBUILD)
  compton/repos/community-x86_64/compton.conf
(from rev 380838, compton/trunk/compton.conf)
Deleted:
  compton/repos/community-x86_64/PKGBUILD
  compton/repos/community-x86_64/compton.conf

--+
 PKGBUILD |   87 +-
 compton.conf |  466 -
 2 files changed, 275 insertions(+), 278 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-14 08:20:01 UTC (rev 380838)
+++ PKGBUILD2018-09-14 08:20:08 UTC (rev 380839)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=compton
-pkgver=0.1_beta2.5
-pkgrel=11
-pkgdesc='X compositor that may fix tearing issues'
-arch=('x86_64')
-url='https://github.com/yshui/compton'
-license=('MIT')
-depends=('hicolor-icon-theme' 'libconfig' 'libdbus' 'libgl' 'libxcomposite' 
'libxinerama' 'libxrandr')
-makedepends=('asciidoc' 'cmake' 'git' 'mesa' 'setconf')
-backup=('etc/xdg/compton.conf')
-optdepends=('dbus:  To control compton via D-Bus'
-'xorg-xwininfo: For compton-trans'
-'xorg-xprop:For compton-trans')
-source=('git+https://github.com/yshui/compton#commit=bf29b2dd37dc5a35c0387bd21e67226d8aa23790'
-'compton.conf')
-sha256sums=('SKIP'
-'89f920e429a28443bf81275927e402b3a953ef8a7160af468ae05913dee5658b')
-
-prepare() {
-  cd $pkgname
-
-  setconf $pkgname.desktop Exec 'compton --xrender-sync-fence'
-  setconf $pkgname.desktop TryExec 'compton --xrender-sync-fence'
-  setconf $pkgname.desktop Comment 'Compositor for X11'
-}
-
-build() {
-  COMPTON_VERSION="v$pkgver" PREFIX=/usr make -C "$pkgname" compton docs
-}
-
-package() {
-  PREFIX="$pkgdir/usr" make -C "$pkgname" install
-
-  install -Dm644 $pkgname/compton.sample.conf 
"$pkgdir/etc/xdg/compton.conf.example"
-  install -Dm644 compton.conf "$pkgdir/etc/xdg/compton.conf"
-  install -Dm644 $pkgname/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et

Copied: compton/repos/community-x86_64/PKGBUILD (from rev 380838, 
compton/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-14 08:20:08 UTC (rev 380839)
@@ -0,0 +1,42 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=compton
+pkgver=1.0
+pkgrel=1
+pkgdesc='X compositor that may fix tearing issues'
+arch=('x86_64')
+url='https://github.com/yshui/compton'
+license=('MIT')
+makedepends=('asciidoc' 'cmake' 'git' 'mesa' 'setconf')
+depends=('hicolor-icon-theme' 'libconfig' 'libdbus' 'libgl' 'libxcomposite' 
'libxinerama' 'libxrandr' 'pcre')
+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=v1'
+'compton.conf')
+sha256sums=('SKIP'
+'89f920e429a28443bf81275927e402b3a953ef8a7160af468ae05913dee5658b')
+
+prepare() {
+  cd $pkgname
+  setconf $pkgname.desktop Exec 'compton --xrender-sync-fence'
+  setconf $pkgname.desktop TryExec 'compton --xrender-sync-fence'
+  setconf $pkgname.desktop Comment 'Compositor for X11'
+}
+
+build() {
+  COMPTON_VERSION="v$pkgver" PREFIX=/usr make -C "$pkgname" compton docs
+}
+
+package() {
+  PREFIX="$pkgdir/usr" make -C "$pkgname" install
+  install -Dm644 $pkgname/compton.sample.conf 
"$pkgdir/etc/xdg/compton.conf.example"
+  install -Dm644 compton.conf "$pkgdir/etc/xdg/compton.conf"
+  install -Dm644 $pkgname/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et

Deleted: compton.conf
===
--- compton.conf2018-09-14 08:20:01 UTC (rev 380838)
+++ compton.conf2018-09-14 08:20:08 UTC (rev 380839)
@@ -1,233 +0,0 @@
-# Thank you code_nomad: http://9m.no/ꪯ鵞
-
-#
-#
-# Backend
-#
-#
-
-# Backend to use: "xrender" or "glx".
-# GLX backend is typically much faster but depends on a sane driver.
-backend = "glx";
-
-#
-#
-# GLX backend
-#
-#
-
-glx-no-stencil = true;
-
-# GLX backend: Copy unmodified regions from front buffer instead of redrawing 
them all.
-# My tests with nvidia-drivers show a 10% decrease in performance when the 
whole screen is modified,
-# but a 20% increase when only 1/4 is.
-# My tests on nouveau show terrible slowdown.
-# Useful with --glx-swap-method, 

[arch-commits] Commit in compton/repos/community-x86_64 (4 files)

2018-05-07 Thread Alexander Rødseth via arch-commits
Date: Monday, May 7, 2018 @ 09:50:24
  Author: arodseth
Revision: 319085

archrelease: copy trunk to community-x86_64

Added:
  compton/repos/community-x86_64/PKGBUILD
(from rev 319084, compton/trunk/PKGBUILD)
  compton/repos/community-x86_64/compton.conf
(from rev 319084, compton/trunk/compton.conf)
Deleted:
  compton/repos/community-x86_64/PKGBUILD
  compton/repos/community-x86_64/compton.conf

--+
 PKGBUILD |   90 +--
 compton.conf |  466 -
 2 files changed, 278 insertions(+), 278 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-07 09:50:12 UTC (rev 319084)
+++ PKGBUILD2018-05-07 09:50:24 UTC (rev 319085)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=compton
-pkgver=0.1_beta2.5
-pkgrel=10
-pkgdesc='X compositor that may fix tearing issues'
-arch=('x86_64')
-url='https://github.com/chjj/compton'
-license=('MIT')
-depends=('hicolor-icon-theme' 'libconfig' 'libdbus' 'libgl' 'libxcomposite' 
'libxinerama' 'libxrandr')
-makedepends=('asciidoc' 'cmake' 'git' 'mesa' 'setconf')
-backup=('etc/xdg/compton.conf')
-optdepends=('dbus:  To control compton via D-Bus'
-'xorg-xwininfo: For compton-trans'
-'xorg-xprop:For compton-trans')
-source=("git+https://github.com/chjj/compton#commit=316eac0613bf342ff91cc645a6c3c80e6b9083fb;
-'compton.conf')
-sha256sums=('SKIP'
-'89f920e429a28443bf81275927e402b3a953ef8a7160af468ae05913dee5658b')
-
-prepare() {
-  cd $pkgname
-
-  setconf $pkgname.desktop Exec 'compton --xrender-sync-fence'
-  setconf $pkgname.desktop TryExec 'compton --xrender-sync-fence'
-  setconf $pkgname.desktop Comment 'Compositor for X11'
-}
-
-build() {
-  COMPTON_VERSION="v$pkgver" PREFIX=/usr make -C "$pkgname" compton docs
-}
-
-package() {
-  PREFIX="$pkgdir/usr" make -C "$pkgname" install
-
-  install -Dm644 $pkgname/compton.sample.conf 
"$pkgdir/etc/xdg/compton.conf.example"
-  install -Dm644 compton.conf "$pkgdir/etc/xdg/compton.conf"
-  install -Dm644 $pkgname/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et

Copied: compton/repos/community-x86_64/PKGBUILD (from rev 319084, 
compton/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-07 09:50:24 UTC (rev 319085)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=compton
+pkgver=0.1_beta2.5
+pkgrel=11
+pkgdesc='X compositor that may fix tearing issues'
+arch=('x86_64')
+url='https://github.com/yshui/compton'
+license=('MIT')
+depends=('hicolor-icon-theme' 'libconfig' 'libdbus' 'libgl' 'libxcomposite' 
'libxinerama' 'libxrandr')
+makedepends=('asciidoc' 'cmake' 'git' 'mesa' 'setconf')
+backup=('etc/xdg/compton.conf')
+optdepends=('dbus:  To control compton via D-Bus'
+'xorg-xwininfo: For compton-trans'
+'xorg-xprop:For compton-trans')
+source=('git+https://github.com/yshui/compton#commit=bf29b2dd37dc5a35c0387bd21e67226d8aa23790'
+'compton.conf')
+sha256sums=('SKIP'
+'89f920e429a28443bf81275927e402b3a953ef8a7160af468ae05913dee5658b')
+
+prepare() {
+  cd $pkgname
+
+  setconf $pkgname.desktop Exec 'compton --xrender-sync-fence'
+  setconf $pkgname.desktop TryExec 'compton --xrender-sync-fence'
+  setconf $pkgname.desktop Comment 'Compositor for X11'
+}
+
+build() {
+  COMPTON_VERSION="v$pkgver" PREFIX=/usr make -C "$pkgname" compton docs
+}
+
+package() {
+  PREFIX="$pkgdir/usr" make -C "$pkgname" install
+
+  install -Dm644 $pkgname/compton.sample.conf 
"$pkgdir/etc/xdg/compton.conf.example"
+  install -Dm644 compton.conf "$pkgdir/etc/xdg/compton.conf"
+  install -Dm644 $pkgname/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et

Deleted: compton.conf
===
--- compton.conf2018-05-07 09:50:12 UTC (rev 319084)
+++ compton.conf2018-05-07 09:50:24 UTC (rev 319085)
@@ -1,233 +0,0 @@
-# Thank you code_nomad: http://9m.no/ꪯ鵞
-
-#
-#
-# Backend
-#
-#
-
-# Backend to use: "xrender" or "glx".
-# GLX backend is typically much faster but depends on a sane driver.
-backend = "glx";
-
-#
-#
-# GLX backend
-#
-#
-
-glx-no-stencil = true;
-
-# GLX backend: Copy unmodified regions from front buffer instead of redrawing 
them