* [PR PATCH] picom: update to 12.3.
@ 2024-10-21 10:50 dataCobra
2024-10-21 14:57 ` [PR PATCH] [Closed]: " classabbyamp
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: dataCobra @ 2024-10-21 10:50 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 668 bytes --]
There is a new pull request by dataCobra against master on the void-packages repository
https://github.com/dataCobra/void-packages picom
https://github.com/void-linux/void-packages/pull/52716
picom: update to 12.3.
#### Testing the changes
- I tested the changes in this PR: **YES** (Both with NVIDIA GPU and Intel iGPU)
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
- i686
- aarch64 (cross)
- armv7l (cross)
A patch file from https://github.com/void-linux/void-packages/pull/52716.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-picom-52716.patch --]
[-- Type: text/x-diff, Size: 1260 bytes --]
From f9068a51a6e002c10402b5298e75af31bcf43b7c Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Mon, 21 Oct 2024 12:48:05 +0200
Subject: [PATCH] picom: update to 12.3.
---
srcpkgs/picom/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/picom/template b/srcpkgs/picom/template
index 58e70dce623422..c65a09e56ea1c9 100644
--- a/srcpkgs/picom/template
+++ b/srcpkgs/picom/template
@@ -1,10 +1,10 @@
# Template file for 'picom'
pkgname=picom
-version=11.2
+version=12.3
revision=1
build_style=meson
configure_args="-Dwith_docs=true"
-hostmakedepends="pkg-config asciidoc"
+hostmakedepends="cmake pkg-config ruby-asciidoctor"
makedepends="MesaLib-devel dbus-devel libconfig-devel libepoxy-devel libev-devel
pcre2-devel pixman-devel xcb-util-image-devel xcb-util-renderutil-devel
libxdg-basedir-devel uthash"
@@ -14,7 +14,7 @@ maintainer="0x5c <dev@0x5c.io>"
license="MIT, MPL-2.0"
homepage="https://github.com/yshui/picom/"
distfiles="https://github.com/yshui/picom/archive/v${version}.tar.gz"
-checksum=1c1063936faf09ed9bba726e7737a562564b7a5f8cdef79d48fcdaf3669a4df4
+checksum=926142c667c9e5b5205a11b2755fb9ca39c3e696365792d705a45d84e34d7a68
post_install() {
vlicense LICENSES/MIT
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Closed]: picom: update to 12.3.
2024-10-21 10:50 [PR PATCH] picom: update to 12.3 dataCobra
@ 2024-10-21 14:57 ` classabbyamp
2024-10-21 14:57 ` classabbyamp
2024-10-21 15:01 ` [PR REVIEW] " 0x5c
2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-10-21 14:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 515 bytes --]
There's a closed pull request on the void-packages repository
picom: update to 12.3.
https://github.com/void-linux/void-packages/pull/52716
Description:
#### Testing the changes
- I tested the changes in this PR: **YES** (Both with NVIDIA GPU and Intel iGPU)
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
- i686
- aarch64 (cross)
- armv7l (cross)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: picom: update to 12.3.
2024-10-21 10:50 [PR PATCH] picom: update to 12.3 dataCobra
2024-10-21 14:57 ` [PR PATCH] [Closed]: " classabbyamp
@ 2024-10-21 14:57 ` classabbyamp
2024-10-21 15:01 ` [PR REVIEW] " 0x5c
2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-10-21 14:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 220 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/52716#issuecomment-2426931257
Comment:
look for existing PRs first: #52638 (it's even by the package maintainer)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR REVIEW] picom: update to 12.3.
2024-10-21 10:50 [PR PATCH] picom: update to 12.3 dataCobra
2024-10-21 14:57 ` [PR PATCH] [Closed]: " classabbyamp
2024-10-21 14:57 ` classabbyamp
@ 2024-10-21 15:01 ` 0x5c
2 siblings, 0 replies; 4+ messages in thread
From: 0x5c @ 2024-10-21 15:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 228 bytes --]
New review comment by 0x5c on void-packages repository
https://github.com/void-linux/void-packages/pull/52716#discussion_r1808999105
Comment:
Even if that PR had not been a duplicate, there's no part of picom that needs cmake
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-10-21 15:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-21 10:50 [PR PATCH] picom: update to 12.3 dataCobra
2024-10-21 14:57 ` [PR PATCH] [Closed]: " classabbyamp
2024-10-21 14:57 ` classabbyamp
2024-10-21 15:01 ` [PR REVIEW] " 0x5c
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).