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-10 19:57:29 +0200
commitee60827df417245f14124b1b5aa49cece8b72867 (patch)
tree3eefd8f63892799dd8210b04ca9da285853a366d
parent03be3ca88b1b3052d2ffc7e2ba472c049bd39357 (diff)
downloadtde-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 <slavek.banko@axis.cz>
-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.