xdg-desktop-portal-1.18.0

This commit is contained in:
Rmys
2023-09-21 17:04:29 +03:00
committed by GitHub
parent dca9cb1bdd
commit 8ff5802a29
2 changed files with 20 additions and 12 deletions
@@ -8,24 +8,24 @@
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():
#shelltools.system("NOCONFIGURE=1 ./autogen.sh")
autotools.autoreconf("-fi")
autotools.configure("--with-systemd=no \
--disable-geoclue \
--disable-docbook-docs \
--disable-libportal \
--with-systemduserunitdir=no \
--enable-pipewire")
#--with-systemduserunitdir=none \
mesontools.configure("-Dsystemd=disabled \
-Ddocbook-docs=disabled \
-Dlibportal=disabled \
-Dsystemd-user-unit-dir=/tmp \
-Dgeoclue=disabled")
def build():
autotools.make()
mesontools.build()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
mesontools.install()
pisitools.dosed("%s/usr/share/dbus-1/services/*.service" % get.installDIR(), "SystemdService", deleteLine=True )
pisitools.removeDir("/tmp")
pisitools.dodoc("COPYING", "README*", "NEWS")
@@ -11,8 +11,9 @@
<License>LGPLv2</License>
<Summary>A portal frontend service for Flatpak and possibly other desktop containment frameworks</Summary>
<Description>A portal frontend service for Flatpak and possibly other desktop containment frameworks</Description>
<Archive sha1sum="311dbb43400b2a660c45274f74f2fd5244ae5f0e" type="tarxz">https://github.com/flatpak/xdg-desktop-portal/releases/download/1.16.0/xdg-desktop-portal-1.16.0.tar.xz</Archive>
<Archive sha1sum="2c75e10774329859f2ebd100012f085b98acad09" type="tarxz">https://github.com/flatpak/xdg-desktop-portal/releases/download/1.18.0/xdg-desktop-portal-1.18.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>xmlto</Dependency>
<Dependency>python3</Dependency>
<Dependency>dbus-devel</Dependency>
@@ -51,6 +52,13 @@
</Package>
<History>
<Update release="16">
<Date>2023-09-20</Date>
<Version>1.18.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="15">
<Date>2022-12-13</Date>
<Version>1.16.0</Version>