[dbus] no absolute paths (#27036)

This commit is contained in:
autoantwort 2022-10-09 06:43:29 +02:00 committed by GitHub
parent cc115450e0
commit 4d85e16937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 3 deletions

View File

@ -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)

View File

@ -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",

View File

@ -1886,7 +1886,7 @@
},
"dbus": {
"baseline": "1.13.18",
"port-version": 1
"port-version": 2
},
"dcmtk": {
"baseline": "3.6.7",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "68f92ce062e5a0bfb408087a34e1c5b7d0a8315a",
"version": "1.13.18",
"port-version": 2
},
{
"git-tree": "18e1551271c49540ec2170dcd0d770395717c7c3",
"version": "1.13.18",