From 43748f62268586fb4a5cb4bf2ca57f769c84b415 Mon Sep 17 00:00:00 2001 From: summrum <92579165+summrum@users.noreply.github.com> Date: Wed, 29 May 2024 10:28:49 +0100 Subject: [PATCH 1/2] Update time64.patch --- srcpkgs/antimicrox/patches/time64.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/antimicrox/patches/time64.patch b/srcpkgs/antimicrox/patches/time64.patch index b7b066bb2cd6c3..f75ba072ac6cac 100644 --- a/srcpkgs/antimicrox/patches/time64.patch +++ b/srcpkgs/antimicrox/patches/time64.patch @@ -1,6 +1,6 @@ ---- a/src/eventhandlers/uinputeventhandler.cpp 2020-10-02 09:51:36.000000000 +0200 -+++ b/src/eventhandlers/uinputeventhandler.cpp 2020-12-06 10:17:47.922175141 +0100 -@@ -498,9 +498,12 @@ +--- a/src/eventhandlers/uinputeventhandler.cpp 2024-05-29 09:54:07.142960160 +0100 ++++ b/src/eventhandlers/uinputeventhandler.cpp 2024-05-29 09:58:41.351964751 +0100 +@@ -441,9 +441,12 @@ { struct input_event ev; struct input_event ev2; @@ -14,7 +14,7 @@ ev.type = type; ev.code = code; ev.value = value; -@@ -510,7 +513,9 @@ +@@ -453,7 +456,9 @@ if (syn) { memset(&ev2, 0, sizeof(struct input_event)); From 16fe2cd425e5d629341549960018d91812380747 Mon Sep 17 00:00:00 2001 From: summrum <92579165+summrum@users.noreply.github.com> Date: Wed, 29 May 2024 10:29:22 +0100 Subject: [PATCH 2/2] Update template --- srcpkgs/antimicrox/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/antimicrox/template b/srcpkgs/antimicrox/template index c2207a398fcbda..56cbc432ddd64e 100644 --- a/srcpkgs/antimicrox/template +++ b/srcpkgs/antimicrox/template @@ -1,6 +1,6 @@ # Template file for 'antimicrox' pkgname=antimicrox -version=3.3.4 +version=3.4.0 revision=1 build_style=cmake hostmakedepends="pkg-config extra-cmake-modules itstool gettext qt5-qmake @@ -13,7 +13,7 @@ license="GPL-3.0-or-later" homepage="https://github.com/AntiMicroX/antimicrox" changelog="https://raw.githubusercontent.com/AntiMicroX/antimicrox/master/CHANGELOG.md" distfiles="https://github.com/AntiMicroX/antimicrox/archive/${version}.tar.gz" -checksum=c5e8d7c827f64b0a162133f9cac2ddc8dc0c9243541fae1a8ced5424b4fb7b3c +checksum=5f7213e7a4e4c0b0237d674927e660b041357883868c6d8681f334f56d3fbe92 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" libexecinfo-devel"