~alpine/aports

[alpine-aports] [PATCH] community/compton: upgrade to 6.2

Paul Bredbury <brebs@sent.com>
Details
Message ID
<20190330140453.32393-1-brebs@sent.com>
Sender timestamp
1553954693
DKIM signature
missing
Download raw message
Patch: +4 -4
Works great with modesetting (replacing xf86-video-intel).

Build docs - there are many, changing, configuration options.

The DRM vsync method is warned about being deprecated.

Switch to currently-maintained repo.
---
 community/compton/APKBUILD | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/community/compton/APKBUILD b/community/compton/APKBUILD
index 94546cb983..6e8bf4ffa2 100644
--- a/community/compton/APKBUILD
+++ b/community/compton/APKBUILD
@@ -1,10 +1,10 @@
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=compton
pkgver=5.1
pkgver=6.2
pkgrel=0
pkgdesc="X Compositor (a fork of xcompmgr-dana)"
url="https://github.com/chjj/compton"
url="https://github.com/yshui/compton"
arch="all"
license="MIT MPL-2.0"
makedepends="libx11-dev libxcomposite-dev libxinerama-dev libxdamage-dev \
@@ -19,7 +19,7 @@ builddir="$srcdir/$pkgname-$pkgver"

build() {
	cd "$builddir"
	meson -Dvsync_drm=true --buildtype=release --prefix=/usr . build
	meson --prefix=/usr --buildtype=release -Dbuild_docs=true build
	ninja -v -C build
}

@@ -32,4 +32,4 @@ package() {
	install -D -m644 "compton.sample.conf" "$pkgdir/etc/xdg/compton.conf.example"
}

sha512sums="61f88019b2b4ef06e5c6a155f913b0b1c0ab7d077be5af14104596cebe0428ba6d0d98399e3c450c494945a1d4727446b2f3631989dc766439112527a9d0a888  compton-5.1.tar.gz"
sha512sums="a0e57dcaff9a18d0ac3b24d15ccaf0f5b308cda0d1c24ab4f76c8e8f3e302983731d7bd3becaf311dd53ca77287eb820315e729b5e34fb1879cab2adad001e82  compton-6.2.tar.gz"
-- 
2.21.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)