From nobody Thu Mar 28 16:44:53 2024 X-Original-To: alpine-aports@lists.alpinelinux.org Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by lists.alpinelinux.org (Postfix) with ESMTP id 2365EF84D49 for ; Sun, 17 Mar 2019 10:27:04 +0000 (UTC) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 5023A20963; Sun, 17 Mar 2019 06:27:03 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Sun, 17 Mar 2019 06:27:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sent.com; h=from :to:cc:subject:date:message-id:mime-version :content-transfer-encoding; s=fm3; bh=ZfBu9S1RDLvzAv75IxhGE/9eCg veVHd8uZgSfYqI4J0=; b=jAOs3CivixiohRhKSQX8JBwQpK9wPFZbaNo7WC6VJV jOLLNbTSPs01jkEXMKZRCEaIyZHygOnJyFPaJj6gv7sb+V7d7oYUayTeRVuyp+b3 L+QEoin+mRcPtg+dJ2TPmgrN7i7YegGMskB5OJVmErRvPAxFHCQK3Uzz1z5SFhlA DqNE8MLJzOG/uZnbDUyWDinjpPLY1ughCR+VzSMw6ND7FcvArERQNviOF9vPVWTC KY7QCetbdqlhTQKhXGoketf/+ibWuKtTgiTOpYXnz+/VcxEcTJt53R/0pEO4qvbt VEaZXEwEG5iLpZvEUf3aQUHW0OLWRXTVAVrdxnp1okwA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=ZfBu9S1RDLvzAv75I xhGE/9eCgveVHd8uZgSfYqI4J0=; b=VU1gHhKHViDn8RasxbTzhkTXvKKWbE3Zb dr8yxmTyTU8WZik53RqFKwyqCYBfpCaCVaikgPhCU8CA1IGk1C4S7GCPgDiKbfqO vs8UcfF/3p5I0n1ghSQXyOLRyQnCpFrurTyojDJYSiOm5a2nD4mKI6MKlGIMf0OG nAIZ8pjPQ0FlU4hhtKT7HudnTATFRhJJk+NPn+1uX6wEpgB2PIe9oWxQLPjOKeUX i4MD3Lxji5+FeJkBHPEuoVE5X4clAxdjUBQ24O6T+yPXQ4vFi8WY4DWU3m2IYxyu FOa8vBuHChZCmzl7kQFJo4tL2qfF8MuT9wX57auTCsR1wUTqZuDjg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrheelgdduiecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkffoggfgsedtkeertdertd dtnecuhfhrohhmpefrrghulhcuuehrvggusghurhihuceosghrvggsshesshgvnhhtrdgt ohhmqeenucffohhmrghinhepuggvphhrvggtrghtvggurddqqddqtghomhhmuhhnihhthi dpghhithhhuhgsrdgtohhmnecukfhppeektddrgedurddugedvrdehkeenucfrrghrrghm pehmrghilhhfrhhomhepsghrvggsshesshgvnhhtrdgtohhmnecuvehluhhsthgvrhfuih iivgeptd X-ME-Proxy: Received: from brebsc.lan (host-80-41-142-58.as13285.net [80.41.142.58]) by mail.messagingengine.com (Postfix) with ESMTPA id 84DF9E44A3 for ; Sun, 17 Mar 2019 06:27:02 -0400 (EDT) Received: from localhost ([127.0.0.1] helo=brebsc.lan) by brebsc.lan with esmtp (Exim 4.92) (envelope-from ) id 1h5T0O-0001oP-LI; Sun, 17 Mar 2019 10:27:00 +0000 From: Paul Bredbury To: alpine-aports@lists.alpinelinux.org Cc: Paul Bredbury Subject: [alpine-aports] [PATCH] community/compton: upgrade to 6_rc2 Date: Sun, 17 Mar 2019 10:26:53 +0000 Message-Id: <20190317102653.6924-1-brebs@sent.com> X-Mailer: git-send-email 2.21.0 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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. --- community/compton/APKBUILD | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/community/compton/APKBUILD b/community/compton/APKBUILD index 94546cb983..35403b8bf4 100644 --- a/community/compton/APKBUILD +++ b/community/compton/APKBUILD @@ -1,7 +1,8 @@ # Contributor: Francesco Colista # Maintainer: Francesco Colista pkgname=compton -pkgver=5.1 +pkgver=6_rc2 +_pkgver=${pkgver//_/-} pkgrel=0 pkgdesc="X Compositor (a fork of xcompmgr-dana)" url="https://github.com/chjj/compton" @@ -13,13 +14,18 @@ makedepends="libx11-dev libxcomposite-dev libxinerama-dev libxdamage-dev \ xcb-util-image-dev asciidoc" install="" subpackages="$pkgname-doc" -source="$pkgname-$pkgver.tar.gz::https://github.com/yshui/$pkgname/archive/v$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/yshui/$pkgname/archive/v$_pkgver.tar.gz" options="!check" # No tests defined in tests/ directory -builddir="$srcdir/$pkgname-$pkgver" +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 +38,4 @@ package() { install -D -m644 "compton.sample.conf" "$pkgdir/etc/xdg/compton.conf.example" } -sha512sums="61f88019b2b4ef06e5c6a155f913b0b1c0ab7d077be5af14104596cebe0428ba6d0d98399e3c450c494945a1d4727446b2f3631989dc766439112527a9d0a888 compton-5.1.tar.gz" +sha512sums="bacd14d43d6f6665de250332db9925a15376471fed38f66cda35ae68446e726abf5c14023a6bb8caf89aabb6d24745f273f78f4cf1f8e7ee692e5b299a545a7c compton-6_rc2.tar.gz" -- 2.21.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---