diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-08 10:14:59 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-08 10:14:59 +0800 |
| commit | f86c7424510905afa92fd4e599ca78fd3655e619 (patch) | |
| tree | 9c21315607030ac1944c42bacb759d01b696c108 /repos | |
| parent | 50b2c8c21e6db7261251028a16f6cbec097d6cea (diff) | |
| download | alicelinux-f86c7424510905afa92fd4e599ca78fd3655e619.tar.gz alicelinux-f86c7424510905afa92fd4e599ca78fd3655e619.zip | |
libxcb: updated to 1.17.0
Diffstat (limited to 'repos')
| -rw-r--r-- | repos/xorg/libxcb/.files | 6 | ||||
| -rw-r--r-- | repos/xorg/libxcb/abuild | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/repos/xorg/libxcb/.files b/repos/xorg/libxcb/.files index 2e3bf947..f08a6cb8 100644 --- a/repos/xorg/libxcb/.files +++ b/repos/xorg/libxcb/.files @@ -383,6 +383,8 @@ drwxr-xr-x root/root usr/share/man/man3/ -rw-r--r-- root/root usr/share/man/man3/xcb_dri3_fd_from_fence_unchecked.3.gz -rw-r--r-- root/root usr/share/man/man3/xcb_dri3_fence_from_fd.3.gz -rw-r--r-- root/root usr/share/man/man3/xcb_dri3_fence_from_fd_checked.3.gz +-rw-r--r-- root/root usr/share/man/man3/xcb_dri3_free_syncobj.3.gz +-rw-r--r-- root/root usr/share/man/man3/xcb_dri3_free_syncobj_checked.3.gz -rw-r--r-- root/root usr/share/man/man3/xcb_dri3_get_supported_modifiers.3.gz -rw-r--r-- root/root usr/share/man/man3/xcb_dri3_get_supported_modifiers_reply.3.gz -rw-r--r-- root/root usr/share/man/man3/xcb_dri3_get_supported_modifiers_screen_modifiers.3.gz @@ -392,6 +394,8 @@ drwxr-xr-x root/root usr/share/man/man3/ -rw-r--r-- root/root usr/share/man/man3/xcb_dri3_get_supported_modifiers_window_modifiers.3.gz -rw-r--r-- root/root usr/share/man/man3/xcb_dri3_get_supported_modifiers_window_modifiers_end.3.gz -rw-r--r-- root/root usr/share/man/man3/xcb_dri3_get_supported_modifiers_window_modifiers_length.3.gz +-rw-r--r-- root/root usr/share/man/man3/xcb_dri3_import_syncobj.3.gz +-rw-r--r-- root/root usr/share/man/man3/xcb_dri3_import_syncobj_checked.3.gz -rw-r--r-- root/root usr/share/man/man3/xcb_dri3_open.3.gz -rw-r--r-- root/root usr/share/man/man3/xcb_dri3_open_reply.3.gz -rw-r--r-- root/root usr/share/man/man3/xcb_dri3_open_unchecked.3.gz @@ -1269,6 +1273,8 @@ drwxr-xr-x root/root usr/share/man/man3/ -rw-r--r-- root/root usr/share/man/man3/xcb_present_notify_msc_checked.3.gz -rw-r--r-- root/root usr/share/man/man3/xcb_present_pixmap.3.gz -rw-r--r-- root/root usr/share/man/man3/xcb_present_pixmap_checked.3.gz +-rw-r--r-- root/root usr/share/man/man3/xcb_present_pixmap_synced.3.gz +-rw-r--r-- root/root usr/share/man/man3/xcb_present_pixmap_synced_checked.3.gz -rw-r--r-- root/root usr/share/man/man3/xcb_present_query_capabilities.3.gz -rw-r--r-- root/root usr/share/man/man3/xcb_present_query_capabilities_reply.3.gz -rw-r--r-- root/root usr/share/man/man3/xcb_present_query_capabilities_unchecked.3.gz diff --git a/repos/xorg/libxcb/abuild b/repos/xorg/libxcb/abuild index 4ecebee0..63bbb6b4 100644 --- a/repos/xorg/libxcb/abuild +++ b/repos/xorg/libxcb/abuild @@ -1,4 +1,4 @@ name=libxcb -version=1.16.1 +version=1.17.0 release=1 source="https://xorg.freedesktop.org/archive/individual/lib/$name-$version.tar.xz" |