[glib] remove absolute paths (#21065)

This commit is contained in:
autoantwort 2021-11-09 20:49:00 +01:00 committed by GitHub
parent 85eb4e4148
commit d5e338ae9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 1 deletions

View File

@ -124,3 +124,8 @@ string(REPLACE "path = os.path.join(filedir, '..')" "path = os.path.join(filedir
string(REPLACE "path = os.path.join('${CURRENT_PACKAGES_DIR}/share', 'glib-2.0')" "path = os.path.join('unuseable/share', 'glib-2.0')" _contents "${_contents}")
file(WRITE "${_file}" "${_contents}")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/share/gdb")
if(EXISTS "${CURRENT_PACKAGES_DIR}/tools/glib/glib-gettextize")
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/tools/glib/glib-gettextize" "${CURRENT_PACKAGES_DIR}" "`dirname $0`/../..")
endif()

View File

@ -1,6 +1,7 @@
{
"name": "glib",
"version": "2.66.4",
"port-version": 1,
"description": "Portable, general-purpose utility library.",
"homepage": "https://developer.gnome.org/glib/",
"supports": "!uwp & !(windows & static)",

View File

@ -2458,7 +2458,7 @@
},
"glib": {
"baseline": "2.66.4",
"port-version": 0
"port-version": 1
},
"glibmm": {
"baseline": "2.68.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6207d9439567fbbc29f4468c831ef7c1fa2e6181",
"version": "2.66.4",
"port-version": 1
},
{
"git-tree": "341ab01f1a30e270603af6d2b934df9c68673a56",
"version": "2.66.4",