FreeBSD Bugzilla – Attachment 223662 Details for
Bug 254583
x11/libxkbcommon: evdev support and portlint warning fix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v3
libxkbcommon-evdev-v3.patch (text/plain), 3.16 KB, created by
Evgenii Khramtsov
on 2021-03-28 11:51:57 UTC
(
hide
)
Description:
v3
Filename:
MIME Type:
Creator:
Evgenii Khramtsov
Created:
2021-03-28 11:51:57 UTC
Size:
3.16 KB
patch
obsolete
>Index: x11/libxkbcommon/Makefile >=================================================================== >--- x11/libxkbcommon/Makefile (revision 569360) >+++ x11/libxkbcommon/Makefile (working copy) >@@ -2,10 +2,14 @@ > > PORTNAME= libxkbcommon > PORTVERSION= 1.1.0 >+PORTREVISION= 1 > CATEGORIES= x11 > MASTER_SITES= https://xkbcommon.org/download/ > DIST_SUBDIR= xorg/lib > >+PATCH_SITES= https://github.com/xkbcommon/libxkbcommon/commit/ >+PATCHFILES+= 6b65be4c4e78.patch:-p1 # https://github.com/xkbcommon/libxkbcommon/pull/221 >+ > MAINTAINER= x11@FreeBSD.org > COMMENT= Keymap handling library for toolkits and window systems > >@@ -16,14 +20,18 @@ > > USES= bison gnome meson pkgconfig tar:xz > USE_GNOME= libxml2 >+USE_LDCONFIG= yes > MESON_ARGS= -Denable-docs=false \ > -Denable-wayland=false \ > -Dx-locale-root="${PREFIX}/lib/X11/locale" > >-OPTIONS_DEFINE= X11 >-OPTIONS_DEFAULT=X11 >+OPTIONS_DEFINE= EVDEV X11 >+OPTIONS_DEFAULT=EVDEV X11 > OPTIONS_SUB= yes > >+EVDEV_BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto >+EVDEV_DESC= Interactive debugger for XKB keymaps for evdev >+EVDEV_USES= localbase > X11_USES= xorg > X11_USE= XORG=xcb > X11_MESON_TRUE= enable-x11 >Index: x11/libxkbcommon/distinfo >=================================================================== >--- x11/libxkbcommon/distinfo (revision 569360) >+++ x11/libxkbcommon/distinfo (working copy) >@@ -1,3 +1,5 @@ >-TIMESTAMP = 1614458944 >+TIMESTAMP = 1616932006 > SHA256 (xorg/lib/libxkbcommon-1.1.0.tar.xz) = 412cfcca596f92914ea1a66ad244804d73a5ff20b6d86459951e7ad20576c246 > SIZE (xorg/lib/libxkbcommon-1.1.0.tar.xz) = 439488 >+SHA256 (xorg/lib/6b65be4c4e78.patch) = 0b7c110c5bab19a4392ece1acfd05b7afee724ca970854847b0369f0a6481c64 >+SIZE (xorg/lib/6b65be4c4e78.patch) = 4318 >Index: x11/libxkbcommon/pkg-plist >=================================================================== >--- x11/libxkbcommon/pkg-plist (revision 569360) >+++ x11/libxkbcommon/pkg-plist (working copy) >@@ -1,29 +1,31 @@ > bin/xkbcli >-include/xkbcommon/xkbcommon.h > include/xkbcommon/xkbcommon-compat.h > include/xkbcommon/xkbcommon-compose.h > include/xkbcommon/xkbcommon-keysyms.h > include/xkbcommon/xkbcommon-names.h >+%%X11%%include/xkbcommon/xkbcommon-x11.h >+include/xkbcommon/xkbcommon.h > include/xkbcommon/xkbregistry.h >-%%X11%%include/xkbcommon/xkbcommon-x11.h >+%%X11%%lib/libxkbcommon-x11.so >+%%X11%%lib/libxkbcommon-x11.so.0 >+%%X11%%lib/libxkbcommon-x11.so.0.0.0 > lib/libxkbcommon.so > lib/libxkbcommon.so.0 > lib/libxkbcommon.so.0.0.0 >-%%X11%%lib/libxkbcommon-x11.so >-%%X11%%lib/libxkbcommon-x11.so.0 >-%%X11%%lib/libxkbcommon-x11.so.0.0.0 > lib/libxkbregistry.so > lib/libxkbregistry.so.0 > lib/libxkbregistry.so.0.0.0 >+%%X11%%libdata/pkgconfig/xkbcommon-x11.pc > libdata/pkgconfig/xkbcommon.pc >-%%X11%%libdata/pkgconfig/xkbcommon-x11.pc > libdata/pkgconfig/xkbregistry.pc > libexec/xkbcommon/xkbcli-compile-keymap > libexec/xkbcommon/xkbcli-how-to-type >+%%EVDEV%%libexec/xkbcommon/xkbcli-interactive-evdev > %%X11%%libexec/xkbcommon/xkbcli-interactive-x11 > libexec/xkbcommon/xkbcli-list > man/man1/xkbcli-compile-keymap.1.gz > man/man1/xkbcli-how-to-type.1.gz >+%%EVDEV%%man/man1/xkbcli-interactive-evdev.1.gz > %%X11%%man/man1/xkbcli-interactive-x11.1.gz > man/man1/xkbcli-list.1.gz > man/man1/xkbcli.1.gz
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 254583
:
223614
|
223641
| 223662