aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2024-06-13 00:14:18 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2024-06-13 00:14:18 +0000
commit19cf573476eb0f0ea617db52b2e2186b9f17a864 (patch)
treef0662b6a6c7b879e3c363dce5a4f23192aab7a41
parent131c5283d6294947ddb920efb1f3c782b4e6fe73 (diff)
downloadports-19cf573476eb0f0ea617db52b2e2186b9f17a864.tar.gz
ports-19cf573476eb0f0ea617db52b2e2186b9f17a864.zip
deskutils/xdg-desktop-portal-lxqt: New port: Portal frontend service for LXQT
Flatpak is a technology for packaging and distributing standalone dekstop applications. It uses interfaces called "portals" to communicate with the rest of the system. xdg-desktop-portal works by exposing a series of D-Bus interfaces known as portals under a well-known name (org.freedesktop.portal.Desktop) and object path (/org/freedesktop/portal/desktop). The portal interfaces include APIs for file access, opening URIs, printing and others. PR: 278905 Approved by: jsm
-rw-r--r--deskutils/Makefile1
-rw-r--r--deskutils/xdg-desktop-portal-lxqt/Makefile19
-rw-r--r--deskutils/xdg-desktop-portal-lxqt/distinfo3
-rw-r--r--deskutils/xdg-desktop-portal-lxqt/pkg-descr8
-rw-r--r--deskutils/xdg-desktop-portal-lxqt/pkg-plist4
5 files changed, 35 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile
index cbdad121cce9..0342145016f2 100644
--- a/deskutils/Makefile
+++ b/deskutils/Makefile
@@ -294,6 +294,7 @@
SUBDIR += xcbautolock
SUBDIR += xchm
SUBDIR += xdg-desktop-portal
+ SUBDIR += xdg-desktop-portal-lxqt
SUBDIR += xfce4-generic-slider
SUBDIR += xfce4-notes-plugin
SUBDIR += xfce4-notifyd
diff --git a/deskutils/xdg-desktop-portal-lxqt/Makefile b/deskutils/xdg-desktop-portal-lxqt/Makefile
new file mode 100644
index 000000000000..af8f4d62110d
--- /dev/null
+++ b/deskutils/xdg-desktop-portal-lxqt/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= xdg-desktop-portal-lxqt
+PORTVERSION= 1.0.2
+CATEGORIES= deskutils wayland
+
+MAINTAINER= lxqt@FreeBSD.org
+COMMENT= Portal frontend service for LXQT
+WWW= https://github.com/flatpak/xdg-desktop-portal
+
+LICENSE= LGPL21
+
+USES= cmake kde:6 lxqt:2 pkgconfig qt:6 tar:xz
+USE_KDE= windowsystem
+USE_LXQT= libfmqt6
+USE_QT= base:run tools:build
+
+post-install:
+ @${RM} -r ${STAGEDIR}${PREFIX}/lib/systemd
+
+.include <bsd.port.mk>
diff --git a/deskutils/xdg-desktop-portal-lxqt/distinfo b/deskutils/xdg-desktop-portal-lxqt/distinfo
new file mode 100644
index 000000000000..99252c8e7c62
--- /dev/null
+++ b/deskutils/xdg-desktop-portal-lxqt/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1716073461
+SHA256 (lxqt/xdg-desktop-portal-lxqt-1.0.2.tar.xz) = f5ddcf868b0f7d2945193b4584e68610a9d2c72f02fbc4fd83c78fdbcfdb6130
+SIZE (lxqt/xdg-desktop-portal-lxqt-1.0.2.tar.xz) = 16420
diff --git a/deskutils/xdg-desktop-portal-lxqt/pkg-descr b/deskutils/xdg-desktop-portal-lxqt/pkg-descr
new file mode 100644
index 000000000000..f739b9452949
--- /dev/null
+++ b/deskutils/xdg-desktop-portal-lxqt/pkg-descr
@@ -0,0 +1,8 @@
+Flatpak is a technology for packaging and distributing standalone dekstop
+applications. It uses interfaces called "portals" to communicate with the
+rest of the system.
+
+xdg-desktop-portal works by exposing a series of D-Bus interfaces known as
+portals under a well-known name (org.freedesktop.portal.Desktop) and object
+path (/org/freedesktop/portal/desktop). The portal interfaces include APIs for
+file access, opening URIs, printing and others.
diff --git a/deskutils/xdg-desktop-portal-lxqt/pkg-plist b/deskutils/xdg-desktop-portal-lxqt/pkg-plist
new file mode 100644
index 000000000000..34c3d2a72a2c
--- /dev/null
+++ b/deskutils/xdg-desktop-portal-lxqt/pkg-plist
@@ -0,0 +1,4 @@
+libexec/xdg-desktop-portal-lxqt
+share/applications/org.freedesktop.impl.portal.desktop.lxqt.desktop
+share/dbus-1/services/org.freedesktop.impl.portal.desktop.lxqt.service
+share/xdg-desktop-portal/portals/lxqt.portal