summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2024-10-10 19:57:29 +0200
committerSlávek Banko <slavek.banko@axis.cz>2024-10-11 01:40:29 +0200
commit76e073ac8d9340cdbe92174ac308da183682fbf5 (patch)
treefd3fd96c910fd8bda0d19075eb159d2491200f3a
parent7c0ebb4cf5d28e457b988e7c3c37ef0865ecc4b7 (diff)
downloadtde-packaging-76e073ac8d9340cdbe92174ac308da183682fbf5.tar.gz
tde-packaging-76e073ac8d9340cdbe92174ac308da183682fbf5.zip
DEB xdg-desktop-portal-tde: Add dependency on frontend service xdg-desktop-portal.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ee60827df417245f14124b1b5aa49cece8b72867)
-rw-r--r--debian/_base/applications/system/xdg-desktop-portals-tde/debian/control2
-rw-r--r--ubuntu/_base/applications/system/xdg-desktop-portals-tde/debian/control2
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.