diff --git a/srcpkgs/xorgproto/patches/fix-xkbcomp.patch b/srcpkgs/xorgproto/patches/fix-xkbcomp.patch deleted file mode 100644 index 8caed53294..0000000000 --- a/srcpkgs/xorgproto/patches/fix-xkbcomp.patch +++ /dev/null @@ -1,44 +0,0 @@ -From 4e9f4e6136a7c35b0b3d341424eb4e0585f2f0a7 Mon Sep 17 00:00:00 2001 -From: Jian-Hong Pan -Date: Wed, 28 Nov 2018 17:06:29 +0800 -Subject: [PATCH] XF86keysym: Add XF86XK_MonBrightnessCycle - -Add XF86XK_MonBrightnessCycle keysym, to be used as mapping for evdev's -KEY_BRIGHTNESS_CYCLE keycode which is generated from ACPI video module's -ACPI_VIDEO_NOTIFY_CYCLE_BRIGHTNESS on some Acer AIO desktop buttons. -The button changes the screen's brightness on Windows. - -Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=108861 -Signed-off-by: Jian-Hong Pan -Reviewed-by: Hans de Goede -Signed-off-by: Hans de Goede ---- - include/X11/XF86keysym.h | 11 ++++++----- - 1 file changed, 6 insertions(+), 5 deletions(-) - -diff --git a/include/X11/XF86keysym.h b/include/X11/XF86keysym.h -index 771fbb0..9ad8948 100644 ---- include/X11/XF86keysym.h -+++ include/X11/XF86keysym.h -@@ -23,11 +23,12 @@ - #define XF86XK_ModeLock 0x1008FF01 /* Mode Switch Lock */ - - /* Backlight controls. */ --#define XF86XK_MonBrightnessUp 0x1008FF02 /* Monitor/panel brightness */ --#define XF86XK_MonBrightnessDown 0x1008FF03 /* Monitor/panel brightness */ --#define XF86XK_KbdLightOnOff 0x1008FF04 /* Keyboards may be lit */ --#define XF86XK_KbdBrightnessUp 0x1008FF05 /* Keyboards may be lit */ --#define XF86XK_KbdBrightnessDown 0x1008FF06 /* Keyboards may be lit */ -+#define XF86XK_MonBrightnessUp 0x1008FF02 /* Monitor/panel brightness */ -+#define XF86XK_MonBrightnessDown 0x1008FF03 /* Monitor/panel brightness */ -+#define XF86XK_KbdLightOnOff 0x1008FF04 /* Keyboards may be lit */ -+#define XF86XK_KbdBrightnessUp 0x1008FF05 /* Keyboards may be lit */ -+#define XF86XK_KbdBrightnessDown 0x1008FF06 /* Keyboards may be lit */ -+#define XF86XK_MonBrightnessCycle 0x1008FF07 /* Monitor/panel brightness */ - - /* - * Keys found on some "Internet" keyboards. --- -2.18.1 - - diff --git a/srcpkgs/xorgproto/template b/srcpkgs/xorgproto/template index 0ccb70e0da..20afccaf68 100644 --- a/srcpkgs/xorgproto/template +++ b/srcpkgs/xorgproto/template @@ -1,7 +1,7 @@ # Template file for 'xorgproto' pkgname=xorgproto -version=2018.4 -revision=3 +version=2019.1 +revision=1 build_style=gnu-configure configure_args="--enable-legacy" hostmakedepends="xorg-util-macros" @@ -10,7 +10,7 @@ maintainer="maxice8 " license="MIT" homepage="https://xorg.freedesktop.org" distfiles="${XORG_SITE}/proto/xorgproto-${version}.tar.gz" -checksum=8e48d851efea0e951bcb6cf0d537f84ba3803de95e488bd039fe59fc75ec8f7d +checksum=38ad1d8316515785d53c5162b4b7022918e03c11d72a5bd9df0a176607f42bca replaces="bigreqsproto>=0 compositeproto>=0 damageproto>=0 dmxproto>=0 dri2proto>=0 dri3proto>=0 fixesproto>=0 fontsproto>=0 glproto>=0 inputproto>=0 kbproto>=0 presentproto>=0 printproto>=0 randrproto>=0 recordproto>=0 renderproto>=0 resourceproto>=0 scrnsaverproto>=0 @@ -48,8 +48,8 @@ post_install() { vdoc PM_spec - rm -f "${DESTDIR}"/usr/share/doc/"${pkgname}"/meson_options.txt - rm -f "${DESTDIR}"/usr/include/X11/extensions/{apple,windows}* - rm -f "${DESTDIR}"/usr/share/licenses/"${pkgname}"/COPYING-{apple,windows}wmproto - rm -f "${DESTDIR}"/usr/share/pkgconfig/{apple,windows}wmproto.pc + rm -f ${DESTDIR}/usr/share/doc/${pkgname}/meson_options.txt + rm -f ${DESTDIR}/usr/include/X11/extensions/{apple,windows}* + rm -f ${DESTDIR}/usr/share/licenses/${pkgname}/COPYING-{apple,windows}wmproto + rm -f ${DESTDIR}/usr/share/pkgconfig/{apple,windows}wmproto.pc }