diff options
author | Slávek Banko <[email protected]> | 2024-10-10 19:57:29 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2024-10-10 19:57:29 +0200 |
commit | ee60827df417245f14124b1b5aa49cece8b72867 (patch) | |
tree | 3eefd8f63892799dd8210b04ca9da285853a366d | |
parent | 03be3ca88b1b3052d2ffc7e2ba472c049bd39357 (diff) | |
download | tde-packaging-ee60827df417245f14124b1b5aa49cece8b72867.tar.gz tde-packaging-ee60827df417245f14124b1b5aa49cece8b72867.zip |
DEB xdg-desktop-portal-tde: Add dependency on frontend service xdg-desktop-portal.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | debian/_base/applications/system/xdg-desktop-portals-tde/debian/control | 2 | ||||
-rw-r--r-- | ubuntu/_base/applications/system/xdg-desktop-portals-tde/debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/_base/applications/system/xdg-desktop-portals-tde/debian/control b/debian/_base/applications/system/xdg-desktop-portals-tde/debian/control index 44048fe72..6606e071b 100644 --- a/debian/_base/applications/system/xdg-desktop-portals-tde/debian/control +++ b/debian/_base/applications/system/xdg-desktop-portals-tde/debian/control @@ -6,7 +6,7 @@ Build-Depends: cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, tdelibs1 Package: xdg-desktop-portals-trinity Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, xdg-desktop-portal Description: An implementation of the FreeDesktop Portals API for TDE Exposes TDE APIs to applications which use the Portals API. As a result, these applications can transparently use native TDE APIs and dialogs. diff --git a/ubuntu/_base/applications/system/xdg-desktop-portals-tde/debian/control b/ubuntu/_base/applications/system/xdg-desktop-portals-tde/debian/control index 44048fe72..6606e071b 100644 --- a/ubuntu/_base/applications/system/xdg-desktop-portals-tde/debian/control +++ b/ubuntu/_base/applications/system/xdg-desktop-portals-tde/debian/control @@ -6,7 +6,7 @@ Build-Depends: cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, tdelibs1 Package: xdg-desktop-portals-trinity Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, xdg-desktop-portal Description: An implementation of the FreeDesktop Portals API for TDE Exposes TDE APIs to applications which use the Portals API. As a result, these applications can transparently use native TDE APIs and dialogs. |