mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:29:07 +08:00
[glib] remove absolute paths (#21065)
This commit is contained in:
parent
85eb4e4148
commit
d5e338ae9f
@ -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()
|
||||
|
@ -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)",
|
||||
|
@ -2458,7 +2458,7 @@
|
||||
},
|
||||
"glib": {
|
||||
"baseline": "2.66.4",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"glibmm": {
|
||||
"baseline": "2.68.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "6207d9439567fbbc29f4468c831ef7c1fa2e6181",
|
||||
"version": "2.66.4",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "341ab01f1a30e270603af6d2b934df9c68673a56",
|
||||
"version": "2.66.4",
|
||||
|
Loading…
Reference in New Issue
Block a user