diff options
author | Alexandru Croitor <[email protected]> | 2025-01-03 18:45:19 +0100 |
---|---|---|
committer | Alexandru Croitor <[email protected]> | 2025-01-09 19:33:15 +0100 |
commit | 82dc92cb1b94de12761f23ad6ec27feb2aca43cd (patch) | |
tree | 6afa88400fd12b0b9870a162b0ee41b7409a96ad /src/dbus | |
parent | bc3bbb51b7b48d3c4a44a432441938863582242c (diff) |
CMake: Use the $<VERSION> placeholder in qt_attribution.json
For all CPE and PURL fields where it makes sense, to avoid
duplication.
Pick-to: 6.8 6.9
Task-number: QTBUG-132181
Change-Id: Icd1c5267e4e9b582eea28150ebd1b2cca3852229
Reviewed-by: Joerg Bornemann <[email protected]>
Diffstat (limited to 'src/dbus')
-rw-r--r-- | src/dbus/qt_attribution.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus/qt_attribution.json b/src/dbus/qt_attribution.json index ee565760f11..f97419942f4 100644 --- a/src/dbus/qt_attribution.json +++ b/src/dbus/qt_attribution.json @@ -8,7 +8,7 @@ "Homepage": "https://www.freedesktop.org/wiki/Software/dbus/", "Version": "Minimal supported is 1.2, compatible up to ...", "Version": "dbus-1.13.12", - "PURL": "pkg:github/d-bus/[email protected]", + "PURL": "pkg:github/d-bus/dbus@dbus-$<VERSION>", "LicenseId": "AFL-2.1 OR GPL-2.0-or-later", "License": "Academic Free License v2.1, or GNU General Public License v2.0 or later", "LicenseFile": "LIBDBUS-1-LICENSE.txt", |