12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>xdg-desktop-portal</Name>
- <Homepage>https://github.com/flatpak/xdg-desktop-portal</Homepage>
- <Packager>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Packager>
- <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="febe475eedf04b035da0f5dcf22e5cc5c250aaaa" type="tarxz">https://github.com/flatpak/xdg-desktop-portal/releases/download/1.18.4/xdg-desktop-portal-1.18.4.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>meson</Dependency>
- <Dependency>xmlto</Dependency>
- <Dependency>python3</Dependency>
- <Dependency>dbus-devel</Dependency>
- <Dependency>util-linux</Dependency>
- <Dependency>fuse3-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>gettext-devel</Dependency>
- <Dependency>pipewire-devel</Dependency>
- <Dependency>json-glib-devel</Dependency>
- <Dependency versionFrom="1.4.4">flatpak-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch level="1">hack.diff</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>xdg-desktop-portal</Name>
- <RuntimeDependencies>
- <Dependency>fuse3</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>pipewire</Dependency>
- <Dependency>json-glib</Dependency>
- <Dependency>gdk-pixbuf</Dependency>
- <Dependency versionFrom="1.4.4">flatpak</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="library">/usr/libexec</Path>
- <Path fileType="data">/usr/share/dbus-1</Path>
- <Path fileType="data">/usr/share/pkgconfig</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="locale">/usr/share/locale</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="19">
- <Date>2024-09-03</Date>
- <Version>1.18.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="18">
- <Date>2024-04-05</Date>
- <Version>1.18.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="17">
- <Date>2023-11-24</Date>
- <Version>1.18.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2018-02-04</Date>
- <Version>0.9</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|