xdg-desktop-portal-gnome new package

This commit is contained in:
Rmys
2023-07-30 21:16:03 +03:00
parent 19175f4b22
commit 6f4f37bb00
7 changed files with 674 additions and 303 deletions
@@ -0,0 +1,28 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools
from pisi.actionsapi import get
def setup():
mesontools.configure("-Ddbus_service_dir=/usr/share/dbus-1/services \
-Dsystemduserunitdir=no \
")
#-Dsystemduserunitdir=/usr/lib/systemd/user
def build():
mesontools.build()
def install():
mesontools.install()
pisitools.removeDir("/usr/no")
pisitools.dosed("%s/usr/share/dbus-1/services/*.service" % get.installDIR(), "SystemdService", deleteLine=True )
pisitools.dodoc("COPYING", "NEWS", "README*")
@@ -0,0 +1,76 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xdg-desktop-portal-gnome</Name>
<Homepage>https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app</IsA>
<Icon>gnome</Icon>
<Summary>A backend implementation for xdg-desktop-portal
that is using GTK and various pieces of GNOME infrastructure, such as the
org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces</Summary>
<Description>A backend implementation for xdg-desktop-portal
that is using GTK and various pieces of GNOME infrastructure, such as the
org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces</Description>
<Archive sha1sum="3f0e7e32c693b4f1b71b3947d0d96c8fb6ec6023" type="tarxz">https://download.gnome.org/sources/xdg-desktop-portal-gnome/44/xdg-desktop-portal-gnome-44.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>gtk4-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>fontconfig-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>libadwaita-devel</Dependency>
<Dependency>gnome-desktop-devel</Dependency>
<Dependency>wayland-client</Dependency>
<Dependency>xdg-desktop-portal</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>xdg-desktop-portal-gnome.patch</Patch>
<Patch level="1">xdg-desktop-portal-gnome.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>xdg-desktop-portal-gnome</Name>
<RuntimeDependencies>
<Dependency>gtk4</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libX11</Dependency>
<Dependency>fontconfig</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libadwaita</Dependency>
<Dependency>libgnome-keyring</Dependency>
<Dependency>gnome-desktop</Dependency>
<Dependency>wayland-client</Dependency>
<Dependency>xdg-desktop-portal-gtk</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="data">/usr/share/glib-2.0</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/dbus-1</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/xdg-desktop-portal</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-07-30</Date>
<Version>44.2</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,12 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>xdg-desktop-portal-gnome</Name>
<Summary xml:lang="tr">A backend implementation for xdg-desktop-portal
that is using GTK and various pieces of GNOME infrastructure, such as the
org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces</Summary>
<Description xml:lang="tr">A backend implementation for xdg-desktop-portal
that is using GTK and various pieces of GNOME infrastructure, such as the
org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces</Description>
</Source>
</PISI>
+556 -301
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
61748b9ad0cb9092dab4e4006c3ccf9da7b6f195
826876682449ada168595f4df11e0a8f1e349355
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
27d7e1c43eb7ec3200123a50cca6d71721af2732
11e3ea216f27cedaf1839a838eb1b068b75bd133