pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
picom: remove patches
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Thu May 1 00:38:39 2025 +0200
Changeset: b5b0088a3e1ac3ab863ef2a8e51234d03bb2d956
Modified Files:
picom/distinfo
Removed Files:
picom/patches/patch-src_config.c
picom/patches/patch-src_event.c
Log Message:
picom: remove patches
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b5b0088a3e1ac3ab863ef2a8e51234d03bb2d956
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
picom/distinfo | 2 --
picom/patches/patch-src_config.c | 18 ------------------
picom/patches/patch-src_event.c | 31 -------------------------------
3 files changed, 51 deletions(-)
diffs:
diff --git a/picom/distinfo b/picom/distinfo
index b1eb2a4701..3d5114aadf 100644
--- a/picom/distinfo
+++ b/picom/distinfo
@@ -3,5 +3,3 @@ $NetBSD: distinfo,v 1.10 2024/08/06 13:39:40 nia Exp $
BLAKE2s (picom-12.5.tar.gz) = f6dea7e1c86386eb68905d43a3371ae339fa7d90367b95995f2317bd4c0231f5
SHA512 (picom-12.5.tar.gz) = e4e8d8d6edc5fd5115ee880ee36e3b217b07336e09c457a3eb9a4824c19ac4f98ae807c3a902f327e7a2d036e2ae2d1ab2a5da8bdee47e33e49faebf4893a78b
Size (picom-12.5.tar.gz) = 674165 bytes
-SHA1 (patch-src_config.c) = 3269f8778416fa996d7c293282fdc17026df06a3
-SHA1 (patch-src_event.c) = 01a2b6defefab826a1fd357b8cd40a580c2a4e57
diff --git a/picom/patches/patch-src_config.c b/picom/patches/patch-src_config.c
deleted file mode 100644
index 9f0f958819..0000000000
--- a/picom/patches/patch-src_config.c
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD$
-
-../src/config.c: In function 'parse_window_shader_prefix_with_cwd':
-../src/config.c:625:78: error: parameter name omitted
- 625 | void *parse_window_shader_prefix_with_cwd(const char *src, const char **end, void *) {
- | ^~~~~~
-
---- src/config.c.orig 2024-11-13 06:48:38.000000000 +0000
-+++ src/config.c
-@@ -622,7 +622,7 @@ void *parse_window_shader_prefix(const c
- *end = endptr + 1;
- return shader_source;
- }
--void *parse_window_shader_prefix_with_cwd(const char *src, const char **end, void *) {
-+void *parse_window_shader_prefix_with_cwd(const char *src, const char **end, void *foo) {
- scoped_charp cwd = getcwd(NULL, 0);
- return parse_window_shader_prefix(src, end, cwd);
- }
diff --git a/picom/patches/patch-src_event.c b/picom/patches/patch-src_event.c
deleted file mode 100644
index d77c2e73cd..0000000000
--- a/picom/patches/patch-src_event.c
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD$
-
-../src/event.c: In function 'update_ewmh_active_win':
-../src/event.c:203:24: error: parameter name omitted
- 203 | update_ewmh_active_win(struct x_connection * /*c*/, struct x_async_request_base *req_base,
- | ^~~~~~~~~~~~~~~~~~~~~
-../src/event.c: In function 'recheck_focus':
-../src/event.c:250:27: error: parameter name omitted
- 250 | static void recheck_focus(struct x_connection * /*c*/, struct x_async_request_base *req_base,
- | ^~~~~~~~~~~~~~~~~~~~~
-
---- src/event.c.orig 2025-04-30 22:30:48.223531215 +0000
-+++ src/event.c
-@@ -200,7 +200,7 @@ struct ev_ewmh_active_win_request {
- /// Does not change anything if we fail to get the attribute or the window
- /// returned could not be found.
- static void
--update_ewmh_active_win(struct x_connection * /*c*/, struct x_async_request_base *req_base,
-+update_ewmh_active_win(struct x_connection *foo /*c*/, struct x_async_request_base *req_base,
- const xcb_raw_generic_event_t *reply_or_error) {
- auto ps = ((struct ev_ewmh_active_win_request *)req_base)->ps;
- free(req_base);
-@@ -247,7 +247,7 @@ struct ev_recheck_focus_request {
- * @param ps current session
- * @return struct _win of currently focused window, NULL if not found
- */
--static void recheck_focus(struct x_connection * /*c*/, struct x_async_request_base *req_base,
-+static void recheck_focus(struct x_connection *foo /*c*/, struct x_async_request_base *req_base,
- const xcb_raw_generic_event_t *reply_or_error) {
- auto ps = ((struct ev_ewmh_active_win_request *)req_base)->ps;
- free(req_base);
Home |
Main Index |
Thread Index |
Old Index