[libxcomposite] Update to 0.4.7 (#49925)

This commit is contained in:
SunBlack
2026-02-11 00:43:20 -08:00
committed by GitHub
parent 4a52f0d016
commit 212a6732c7
4 changed files with 21 additions and 16 deletions
+14 -13
View File
@@ -1,16 +1,20 @@
if(NOT X_VCPKG_FORCE_VCPKG_X_LIBRARIES AND NOT VCPKG_TARGET_IS_WINDOWS)
message(STATUS "Utils and libraries provided by '${PORT}' should be provided by your system! Install the required packages or force vcpkg libraries by setting X_VCPKG_FORCE_VCPKG_X_LIBRARIES in your triplet!")
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
else()
return()
endif()
vcpkg_from_gitlab(
GITLAB_URL https://gitlab.freedesktop.org/xorg
OUT_SOURCE_PATH SOURCE_PATH
REPO lib/libxcomposite
REF fd7d02cc014ac9bf5bb7e68b66102ea36a76a59a # 0.4.5
SHA512 68ee9d61d364816bf190db010f624312e9daf8d6b411dc209486ac0c7d92b3c75ca5a2650bc085b0c444bec1adfefca593e1d9e6fda4ba12ab5f12ebe7fd6ade
HEAD_REF master
)
vcpkg_download_distfile(
LIBXCOMPOSITE_ARCHIVE
URLS "https://www.x.org/releases/individual/lib/libXcomposite-${VERSION}.tar.xz"
FILENAME "libXcomposite-${VERSION}.tar.xz"
SHA512 24a03e3242f22b113aa6a3f9341858c072730f0f0073a1a7b9d36b982cd5b77223151aad32b61d1a38bbcb9f8ffedaf67b882dcb95f197d80ece9dbc99332c36
)
vcpkg_extract_source_archive(
SOURCE_PATH
ARCHIVE "${LIBXCOMPOSITE_ARCHIVE}"
)
set(ENV{ACLOCAL} "aclocal -I \"${CURRENT_INSTALLED_DIR}/share/xorg/aclocal/\"")
@@ -22,9 +26,6 @@ vcpkg_configure_make(
vcpkg_install_make()
vcpkg_fixup_pkgconfig()
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)
endif()
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")
+1 -2
View File
@@ -1,11 +1,10 @@
{
"name": "libxcomposite",
"version": "0.4.5",
"version": "0.4.7",
"description": "Xlib-based client library for the Composite extension to the X11 protocol",
"homepage": "https://gitlab.freedesktop.org/xorg/lib/libxcomposite",
"license": null,
"dependencies": [
"bzip2",
"libx11",
"libxfixes",
"xorg-macros",
+1 -1
View File
@@ -5753,7 +5753,7 @@
"port-version": 1
},
"libxcomposite": {
"baseline": "0.4.5",
"baseline": "0.4.7",
"port-version": 0
},
"libxcrypt": {
+5
View File
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "32a6ec5001f814aed54463c25a181e7fba82fba2",
"version": "0.4.7",
"port-version": 0
},
{
"git-tree": "e9a4eefe61eb6275bb2c6d3a3f222a241fa5d2a8",
"version": "0.4.5",