pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/qemu Include xkbcommon unconditionally and d...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7fb5215581c7
branches: trunk
changeset: 420566:7fb5215581c7
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Sat Jan 04 13:46:59 2020 +0000
description:
Include xkbcommon unconditionally and directly to reduce PLIST divergence
* Bump PKGREVISION.
diffstat:
emulators/qemu/Makefile | 4 +++-
emulators/qemu/PLIST | 3 ++-
2 files changed, 5 insertions(+), 2 deletions(-)
diffs (37 lines):
diff -r ffc4a580e17f -r 7fb5215581c7 emulators/qemu/Makefile
--- a/emulators/qemu/Makefile Sat Jan 04 13:43:33 2020 +0000
+++ b/emulators/qemu/Makefile Sat Jan 04 13:46:59 2020 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.222 2019/12/15 18:35:25 adam Exp $
+# $NetBSD: Makefile,v 1.223 2020/01/04 13:46:59 ryoon Exp $
DISTNAME= qemu-4.2.0
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= https://download.qemu.org/
EXTRACT_SUFX= .tar.xz
@@ -170,6 +171,7 @@
.include "../../lang/python/versioned_dependencies.mk"
.include "../../security/libgcrypt/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
+.include "../../x11/libxkbcommon/buildlink3.mk"
.include "../../x11/pixman/buildlink3.mk"
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
diff -r ffc4a580e17f -r 7fb5215581c7 emulators/qemu/PLIST
--- a/emulators/qemu/PLIST Sat Jan 04 13:43:33 2020 +0000
+++ b/emulators/qemu/PLIST Sat Jan 04 13:46:59 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.63 2019/12/15 18:35:25 adam Exp $
+@comment $NetBSD: PLIST,v 1.64 2020/01/04 13:46:59 ryoon Exp $
bin/elf2dmp
${PLIST.ivshmem}bin/ivshmem-client
${PLIST.ivshmem}bin/ivshmem-server
@@ -14,6 +14,7 @@
${PLIST.i386}bin/qemu-i386
bin/qemu-img
bin/qemu-io
+bin/qemu-keymap
${PLIST.m68k}bin/qemu-m68k
${PLIST.microblaze}bin/qemu-microblaze
${PLIST.microblazeel}bin/qemu-microblazeel
Home |
Main Index |
Thread Index |
Old Index