pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/libxkbcommon



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 14 20:35:52 UTC 2017

Modified Files:
        pkgsrc/x11/libxkbcommon: Makefile distinfo

Log Message:
Updated libxkbcommon to 0.7.2.

(package still uses autoconf)

libxkbcommon 0.7.2 - 2017-08-04
==================

- Added a Meson build system as an alternative to existing autotools build
  system.

  The intent is to remove the autotools build in one of the next releases.
  Please try to convert to it and report any problems.

  See http://mesonbuild.com/Quick-guide.html for basic usage, the
  meson_options.txt for the project-specific configuration options,
  and the PACKAGING file for more details.

  There are some noteworthy differences compared to the autotools build:

  - Feature auto-detection is not performed. By default, all features are
    enabled (currently: docs, x11, wayland). The build fails if any of
    the required dependencies are not available. To disable a feature,
    pass -Denable-<feature>=false to meson.

  - The libraries are either installed as shared or static, as specified
    by the -Ddefault_library=shared/static option. With autotools, both
    versions are installed by default.

  - xorg-util-macros is not used.

  - A parser generator (bison/byacc) is always required - there is no
    fallback to pre-generated output bundled in the tarball, as there is
    in autotools.

- Removed Android.mk support.

- Removed the *-uninstalled.pc pkgconfig files.

- Ported the interactive-wayland demo program to v6 of the xdg-shell
  protocol.

- Added new keysym definitions from xproto.

- New API:
  XKB_KEY_XF86Keyboard
  XKB_KEY_XF86WWAN
  XKB_KEY_XF86RFKill
  XKB_KEY_XF86AudioPreset


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/libxkbcommon/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/libxkbcommon/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/libxkbcommon/Makefile
diff -u pkgsrc/x11/libxkbcommon/Makefile:1.17 pkgsrc/x11/libxkbcommon/Makefile:1.18
--- pkgsrc/x11/libxkbcommon/Makefile:1.17       Sun Jan 22 13:14:46 2017
+++ pkgsrc/x11/libxkbcommon/Makefile    Mon Aug 14 20:35:52 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2017/01/22 13:14:46 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2017/08/14 20:35:52 wiz Exp $
 
-DISTNAME=      libxkbcommon-0.7.1
+DISTNAME=      libxkbcommon-0.7.2
 CATEGORIES=    x11
 MASTER_SITES=  http://xkbcommon.org/download/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/x11/libxkbcommon/distinfo
diff -u pkgsrc/x11/libxkbcommon/distinfo:1.11 pkgsrc/x11/libxkbcommon/distinfo:1.12
--- pkgsrc/x11/libxkbcommon/distinfo:1.11       Sun Jan 22 13:14:46 2017
+++ pkgsrc/x11/libxkbcommon/distinfo    Mon Aug 14 20:35:52 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2017/01/22 13:14:46 wiz Exp $
+$NetBSD: distinfo,v 1.12 2017/08/14 20:35:52 wiz Exp $
 
-SHA1 (libxkbcommon-0.7.1.tar.xz) = 6c0007a0206cd8bc1fa68f50aa86627d669282a2
-RMD160 (libxkbcommon-0.7.1.tar.xz) = f9b185768306a1f103ea81118276b770261d4b95
-SHA512 (libxkbcommon-0.7.1.tar.xz) = 9f209214d5d7f9334cabb2cd7e0d9b9b0392c1fae06b60e92a03398875399fe48754b543389f78b8b06dd28a86dfd440720e534bae309ca8ef882eb874dce4e1
-Size (libxkbcommon-0.7.1.tar.xz) = 622384 bytes
+SHA1 (libxkbcommon-0.7.2.tar.xz) = 782c8eab3f5daaccc151e2a9f234456997b57d04
+RMD160 (libxkbcommon-0.7.2.tar.xz) = 635d6503936cca3eae8619a101f4d6e6e5ec90cb
+SHA512 (libxkbcommon-0.7.2.tar.xz) = 4a06f9d719393a34689fdd74b0cce80af20e26cc5bd6e1b34fff4093a4f8f103704bdc54f0245b62903cdd7529cd8d59864924b9f4ddab314d152804da4da649
+Size (libxkbcommon-0.7.2.tar.xz) = 630276 bytes



Home | Main Index | Thread Index | Old Index