mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[libxdmcp] update to 1.1.5 (#49404)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
@@ -1,8 +1,16 @@
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 7aedf3424..43ab8dbaf 100644
|
||||
--- a/configure.ac
|
||||
index 61df441..3fc6d53 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -56,7 +56,7 @@ AC_PROG_LN_S
|
||||
@@ -26,7 +26,6 @@ AC_INIT([libXdmcp], [1.1.5],
|
||||
[https://gitlab.freedesktop.org/xorg/lib/libxdmcp/-/issues], [libXdmcp])
|
||||
AC_CONFIG_SRCDIR([Makefile.am])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
-AC_CONFIG_MACRO_DIRS([m4])
|
||||
|
||||
# Set common system defines for POSIX extensions, such as _GNU_SOURCE
|
||||
# Must be called before any macros that run the compiler (like LT_INIT)
|
||||
@@ -60,7 +59,7 @@ AC_CHECK_HEADERS([sys/random.h])
|
||||
AC_SEARCH_LIBS([recvfrom],[socket])
|
||||
|
||||
case $host_os in
|
||||
|
||||
@@ -4,14 +4,14 @@ if(NOT X_VCPKG_FORCE_VCPKG_X_LIBRARIES AND NOT VCPKG_TARGET_IS_WINDOWS)
|
||||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
|
||||
else()
|
||||
vcpkg_from_gitlab(
|
||||
GITLAB_URL https://gitlab.freedesktop.org/xorg
|
||||
GITLAB_URL "https://gitlab.freedesktop.org/xorg"
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO lib/libxdmcp
|
||||
REF 618b3ba5f826d930df2ca6a6a0ce212fa75cef42 # 1.1.3
|
||||
SHA512 f8b035fa95f6948cc6bac69bfcc33498cd65db73c62aadee714bce371d61c50f283c45d1a3f43397a96b3c956b41dfe94355e94e33764760b29bf98ba8dfebe2
|
||||
REPO "lib/libxdmcp"
|
||||
REF libXdmcp-${VERSION}
|
||||
SHA512 e56baff7e7556954e10d1702b469c42fccae218692a9379306b08b513a7453d504dcbd39d03acdfe23f8f9f3f7b0fec5ae517ce17f3aa0fd5f1947d04cb73663
|
||||
HEAD_REF master
|
||||
PATCHES configure.ac.patch
|
||||
)
|
||||
)
|
||||
|
||||
set(ENV{ACLOCAL} "aclocal -I \"${CURRENT_INSTALLED_DIR}/share/xorg/aclocal/\"")
|
||||
if(VCPKG_TARGET_IS_WINDOWS)
|
||||
@@ -32,5 +32,5 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
|
||||
|
||||
# Handle copyright
|
||||
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")
|
||||
endif()
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "libxdmcp",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.5",
|
||||
"description": "X Display Manager Control Protocol library",
|
||||
"homepage": "https://gitlab.freedesktop.org/xorg/lib/libxdmcp",
|
||||
"license": "MIT-open-group",
|
||||
"dependencies": [
|
||||
"bzip2",
|
||||
"liblzma",
|
||||
"xorg-macros",
|
||||
"xproto"
|
||||
]
|
||||
|
||||
@@ -5777,7 +5777,7 @@
|
||||
"port-version": 4
|
||||
},
|
||||
"libxdmcp": {
|
||||
"baseline": "1.1.3",
|
||||
"baseline": "1.1.5",
|
||||
"port-version": 0
|
||||
},
|
||||
"libxext": {
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "4bef884da414de588cbaf944a405dddbc8744b6a",
|
||||
"version": "1.1.5",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "eddca1f6d162a3947f167d35c21ca40de9904307",
|
||||
"version": "1.1.3",
|
||||
|
||||
Reference in New Issue
Block a user