From 76e073ac8d9340cdbe92174ac308da183682fbf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 10 Oct 2024 19:57:29 +0200 Subject: [PATCH] DEB xdg-desktop-portal-tde: Add dependency on frontend service xdg-desktop-portal. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit ee60827df417245f14124b1b5aa49cece8b72867) --- .../applications/system/xdg-desktop-portals-tde/debian/control | 2 +- .../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.