From b1d441998fb1dd1e32d987cd98cb229e7e10dae8 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Tue, 26 Apr 2022 10:22:20 +0300 Subject: [PATCH] xdg-desktop-portal-lxqt:new package --- .../lxqt/xdg-desktop-portal-lxqt/actions.py | 23 ++++++++ .../lxqt/xdg-desktop-portal-lxqt/pspec.xml | 54 +++++++++++++++++++ .../xdg-desktop-portal-lxqt/translations.xml | 14 +++++ 3 files changed, 91 insertions(+) create mode 100644 desktop/lxqt/xdg-desktop-portal-lxqt/actions.py create mode 100644 desktop/lxqt/xdg-desktop-portal-lxqt/pspec.xml create mode 100644 desktop/lxqt/xdg-desktop-portal-lxqt/translations.xml diff --git a/desktop/lxqt/xdg-desktop-portal-lxqt/actions.py b/desktop/lxqt/xdg-desktop-portal-lxqt/actions.py new file mode 100644 index 0000000000..c1398d5e72 --- /dev/null +++ b/desktop/lxqt/xdg-desktop-portal-lxqt/actions.py @@ -0,0 +1,23 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import shelltools, get, cmaketools +#from pisi.actionsapi import get +#from pisi.actionsapi import cmaketools + +def setup(): + shelltools.makedirs("build") + shelltools.cd("build") + cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBEXECDIR=lib", sourceDir="..") + + +def build(): + shelltools.cd("build") + cmaketools.make() + +def install(): + shelltools.cd("build") + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) diff --git a/desktop/lxqt/xdg-desktop-portal-lxqt/pspec.xml b/desktop/lxqt/xdg-desktop-portal-lxqt/pspec.xml new file mode 100644 index 0000000000..cfcaff14d5 --- /dev/null +++ b/desktop/lxqt/xdg-desktop-portal-lxqt/pspec.xml @@ -0,0 +1,54 @@ + + + + + xdg-desktop-portal-lxqt + https://github.com/lxqt/xdg-desktop-portal-lxqt + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPL + library + lxqt + A backend implementation for xdg-desktop-portal using Qt/KF5/libfm-qt + A backend implementation for xdg-desktop-portal using Qt/KF5/libfm-qt + https://github.com/lxqt/xdg-desktop-portal-lxqt/releases/download/0.2.0/xdg-desktop-portal-lxqt-0.2.0.tar.xz + + cmake + qt5-base-devel + qt5-x11extras-devel + libfm-qt-devel + kwindowsystem-devel + glib2-devel + menu-cache-devel + libexif-devel + + + + xdg-desktop-portal-lxqt + + libgcc + libfm-qt + qt5-base + kwindowsystem + + + /usr/lib + /usr/share/applications + /usr/share/cmake + /usr/share/dbus-1 + /usr/share/xdg-desktop-portal + + + + + + 2022-04-26 + 0.2.0 + First release. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + diff --git a/desktop/lxqt/xdg-desktop-portal-lxqt/translations.xml b/desktop/lxqt/xdg-desktop-portal-lxqt/translations.xml new file mode 100644 index 0000000000..d06306182f --- /dev/null +++ b/desktop/lxqt/xdg-desktop-portal-lxqt/translations.xml @@ -0,0 +1,14 @@ + + + libfm-qt + LXDE dosya yönetimi kitaplıkları + libfm-qt, LXDE için dosya yönetim kitaplıklarını içerir. + + + + + llibfm-qt-devel + LXDE dosya yönetimi kitaplıkları + libfm-qt, LXDE için dosya yönetim kitaplıklarını içerir. + + \ No newline at end of file