[packages/eekboard] Rel 11; fix build
arekm
arekm at pld-linux.org
Sun Aug 24 21:45:36 CEST 2025
commit 4b559f891c48345182d234fb1111050de2aa6136
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Aug 24 21:45:30 2025 +0200
Rel 11; fix build
build.patch | 11 +++++++++++
eekboard.spec | 4 +++-
2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/eekboard.spec b/eekboard.spec
index a916e4b..dd34ffc 100644
--- a/eekboard.spec
+++ b/eekboard.spec
@@ -2,12 +2,13 @@ Summary: An Easy-to-use Virtual Keyboard Toolkit
Summary(pl.UTF-8): Łatwy w użyciu toolkit wirtualnej klawiatury
Name: eekboard
Version: 1.0.8
-Release: 10
+Release: 11
License: LGPL v2+ (libraries), GPL v3+ (programs)
Group: Applications/System
#Source0Download: https://github.com/ueno/eekboard/tags
Source0: https://github.com/downloads/ueno/eekboard/%{name}-%{version}.tar.gz
# Source0-md5: 83584689cd3353d2f471d01f4f5f2efd
+Patch0: build.patch
URL: https://github.com/downloads/ueno
BuildRequires: at-spi2-core-devel
BuildRequires: gettext-tools
@@ -81,6 +82,7 @@ API języka Vala do bibliotek eekboard.
%prep
%setup -q
+%patch -P0 -p1
%build
%configure \
diff --git a/build.patch b/build.patch
new file mode 100644
index 0000000..f679569
--- /dev/null
+++ b/build.patch
@@ -0,0 +1,11 @@
+--- eekboard-1.0.8/eekboard/eekboard-context.c~ 2012-03-30 04:23:36.000000000 +0200
++++ eekboard-1.0.8/eekboard/eekboard-context.c 2025-08-24 21:44:22.212776094 +0200
+@@ -151,7 +151,7 @@ eekboard_context_real_destroyed (Eekboar
+
+ static void
+ eekboard_context_real_key_activated (EekboardContext *self,
+- const gchar *keyname,
++ guint keyval,
+ EekSymbol *symbol,
+ guint modifiers)
+ {
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/eekboard.git/commitdiff/4b559f891c48345182d234fb1111050de2aa6136
More information about the pld-cvs-commit
mailing list