diff options
author | Paul Bredbury <brebs@sent.com> | 2019-03-30 14:04:53 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-04-03 13:43:10 +0000 |
commit | 48ab9f7725c1f829ff2ea4d05cded684c3e265bf (patch) | |
tree | 5117c9406f149d3677c9654f46b705da2a4410a5 /community/compton | |
parent | ad43781ec3904e1fdc21939ad706d7bc603b35d3 (diff) | |
download | aports-48ab9f7725c1f829ff2ea4d05cded684c3e265bf.tar.bz2 aports-48ab9f7725c1f829ff2ea4d05cded684c3e265bf.tar.xz |
community/compton: upgrade to 6.2
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.
Diffstat (limited to 'community/compton')
-rw-r--r-- | community/compton/APKBUILD | 8 |
1 files 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" |