-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use KDEInstallDir variables instead of custom calculated install paths
Summary: Consistent usage of install variables avoids mismatches for people who make use of custom settings of install paths. Reviewers: davidedmundson, broulik, apol Reviewed By: apol Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D11402
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"external_crx": "@CMAKE_INSTALL_PREFIX@/share/plasma-browser-integration/extension.crx", | ||
"external_crx": "@KDE_INSTALL_FULL_DATADIR@/plasma-browser-integration/extension.crx", | ||
"external_version": "@PROJECT_VERSION@" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "org.kde.plasma.browser_integration", | ||
"description": "Native connector for KDE Plasma", | ||
"path": "@CMAKE_INSTALL_PREFIX@/bin/plasma-browser-integration-host", | ||
"path": "@KDE_INSTALL_FULL_BINDIR@/plasma-browser-integration-host", | ||
"type": "stdio", | ||
"allowed_extensions": ["[email protected]"] | ||
} |