diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-01 06:28:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-02 11:36:16 +0200 |
commit | b7d32ce0799c286e6b1b619e86e49cc561e4c503 (patch) | |
tree | 6b55885305e9fe13900ce1d20832015ce4ab844e /package/xcb-proto | |
parent | 5dcf0f6d91ea2486d2a75d832005f76b1196adac (diff) |
xcb-proto: update to 1.17.0
Diffstat (limited to 'package/xcb-proto')
-rw-r--r-- | package/xcb-proto/Makefile | 4 | ||||
-rw-r--r-- | package/xcb-proto/patches/patch-xcb-proto_pc_in | 14 |
2 files changed, 2 insertions, 16 deletions
diff --git a/package/xcb-proto/Makefile b/package/xcb-proto/Makefile index d5639997b..b96619e75 100644 --- a/package/xcb-proto/Makefile +++ b/package/xcb-proto/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= xcb-proto -PKG_VERSION:= 1.16.0 +PKG_VERSION:= 1.17.0 PKG_RELEASE:= 1 -PKG_HASH:= a75a1848ad2a89a82d841a51be56ce988ff3c63a8d6bf4383ae3219d8d915119 +PKG_HASH:= 2c1bacd2110f4799f74de6ebb714b94cf6f80fb112316b1219480fd22562148c PKG_DESCR:= xml-xcb protocol descriptions PKG_SECTION:= dev/header HOST_BUILDDEP:= python3-host diff --git a/package/xcb-proto/patches/patch-xcb-proto_pc_in b/package/xcb-proto/patches/patch-xcb-proto_pc_in deleted file mode 100644 index 3732f4310..000000000 --- a/package/xcb-proto/patches/patch-xcb-proto_pc_in +++ /dev/null @@ -1,14 +0,0 @@ ---- xcb-proto-1.16.0.orig/xcb-proto.pc.in 2023-08-16 22:10:21.000000000 +0200 -+++ xcb-proto-1.16.0/xcb-proto.pc.in 2024-01-21 13:00:16.488006595 +0100 -@@ -2,9 +2,9 @@ prefix=@prefix@ - exec_prefix=@exec_prefix@ - datarootdir=@datarootdir@ - datadir=@datadir@ --xcbincludedir=${pc_sysrootdir}@xcbincludedir@ -+xcbincludedir=@xcbincludedir@ - PYTHON_PREFIX=@PYTHON_PREFIX@ --pythondir=${pc_sysrootdir}@pythondir@ -+pythondir=@pythondir@ - - Name: XCB Proto - Description: X protocol descriptions for XCB |