mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[dbus] no absolute paths (#27036)
This commit is contained in:
parent
cc115450e0
commit
4d85e16937
@ -47,7 +47,14 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/var/"
|
||||
"${CURRENT_PACKAGES_DIR}/share/dbus-1/services"
|
||||
"${CURRENT_PACKAGES_DIR}/share/dbus-1/session.d"
|
||||
"${CURRENT_PACKAGES_DIR}/share/dbus-1/system-services"
|
||||
"${CURRENT_PACKAGES_DIR}/share/dbus-1/system.d")
|
||||
"${CURRENT_PACKAGES_DIR}/share/dbus-1/system.d"
|
||||
"${CURRENT_PACKAGES_DIR}/share/dbus-1/system.conf"
|
||||
"${CURRENT_PACKAGES_DIR}/share/dbus-1/system.conf"
|
||||
"${CURRENT_PACKAGES_DIR}/etc")
|
||||
|
||||
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/share/dbus-1/session.conf" "<include ignore_missing=\"yes\">${CURRENT_PACKAGES_DIR}/etc/dbus/dbus-1/session.conf</include>" "")
|
||||
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/share/dbus-1/session.conf" "<includedir>${CURRENT_PACKAGES_DIR}/etc/dbus/dbus-1/session.d</includedir>" "")
|
||||
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/share/dbus-1/session.conf" "<include ignore_missing=\"yes\">${CURRENT_PACKAGES_DIR}/etc/dbus/dbus-1/session-local.conf</include>" "")
|
||||
|
||||
file(MAKE_DIRECTORY "${CURRENT_PACKAGES_DIR}/tools/${PORT}")
|
||||
set(TOOLS daemon launch monitor run-session send test-tool update-activation-environment)
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "dbus",
|
||||
"version": "1.13.18",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "D-Bus specification and reference implementation, including libdbus and dbus-daemon",
|
||||
"homepage": "https://gitlab.freedesktop.org/dbus/dbus",
|
||||
"license": "AFL-2.1 OR GPL-2.0-or-later",
|
||||
|
@ -1886,7 +1886,7 @@
|
||||
},
|
||||
"dbus": {
|
||||
"baseline": "1.13.18",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"dcmtk": {
|
||||
"baseline": "3.6.7",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "68f92ce062e5a0bfb408087a34e1c5b7d0a8315a",
|
||||
"version": "1.13.18",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "18e1551271c49540ec2170dcd0d770395717c7c3",
|
||||
"version": "1.13.18",
|
||||
|
Loading…
x
Reference in New Issue
Block a user