@@ -12,12 +12,10 @@ from pisi.actionsapi import get
|
||||
|
||||
|
||||
def setup():
|
||||
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
|
||||
autotools.configure("--with-priv-mode=setuid \
|
||||
--enable-xauth \
|
||||
--with-system-bubblewrap \
|
||||
--disable-static \
|
||||
--disable-selinux-module \
|
||||
--enable-sandboxed-triggers")
|
||||
--disable-static")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<License>LGPLv2</License>
|
||||
<Summary>Application distribution framework</Summary>
|
||||
<Description>Linux application sandboxing and distribution framework, formerly xdg-app</Description>
|
||||
<Archive sha1sum="61c281690091f3e1d9cd886ae7df8cc320b96880" type="tarxz">https://github.com/flatpak/flatpak/releases/download/1.6.3/flatpak-1.6.3.tar.xz</Archive>
|
||||
<Archive sha1sum="1cd25f8577ba55d1370652e9bd24e8a2d254143a" type="tarxz">https://github.com/flatpak/flatpak/releases/download/1.10.2/flatpak-1.10.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>xmlto</Dependency>
|
||||
<Dependency>util-linux</Dependency>
|
||||
@@ -27,6 +27,7 @@
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>python-six</Dependency>
|
||||
<Dependency versionFrom="2019.2">ostree-devel</Dependency>
|
||||
<Dependency>python3-pyparsing</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!--Patch level="1">bubblewrap_libglnx_submodule.patch</Patch-->
|
||||
@@ -43,7 +44,7 @@
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>gpgme</Dependency>
|
||||
<Dependency>gnupg</Dependency>
|
||||
<Dependency>libXau</Dependency>
|
||||
<Dependency>libXau</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>libsoup</Dependency>
|
||||
<Dependency>json-glib</Dependency>
|
||||
@@ -53,7 +54,8 @@
|
||||
<Dependency>dconf</Dependency>
|
||||
<Dependency versionFrom="2019.2">ostree</Dependency>
|
||||
<Dependency>polkit</Dependency>
|
||||
<Dependency>appstream-glib</Dependency>
|
||||
<Dependency>appstream-glib</Dependency>
|
||||
<Dependency>python3-pyparsing</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -62,6 +64,7 @@
|
||||
<Path fileType="library">/usr/libexec</Path>
|
||||
<Path fileType="library">/usr/share/gir-1.0</Path>
|
||||
<Path fileType="data">/usr/share/bash-completion</Path>
|
||||
<Path fileType="data">/usr/share/fish/vendor_completions.d/</Path>
|
||||
<Path fileType="data">/usr/share/dbus-1</Path>
|
||||
<Path fileType="data">/usr/share/polkit-1</Path>
|
||||
<Path fileType="data">/usr/share/flatpak</Path>
|
||||
@@ -77,7 +80,7 @@
|
||||
<AdditionalFile target="/usr/share/flatpak/flathub.flatpakrepo" permission="0644" owner="root">flathub.flatpakrepo</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
|
||||
<Package>
|
||||
<Name>flatpak-devel</Name>
|
||||
<Summary>Development files for flatpak</Summary>
|
||||
@@ -103,6 +106,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="12">
|
||||
<Date>2021-04-25</Date>
|
||||
<Version>1.10.2</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Sami BABAT</Name>
|
||||
<Email>samibabat@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2021-04-06</Date>
|
||||
<Version>1.6.3</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Operating system and container binary deployment and upgrades</Summary>
|
||||
<Description>OSTree is a tool for managing bootable, immutable, versioned filesystem trees</Description>
|
||||
<Archive sha1sum="afdb1c1aa53a466962fb24f106c6560604c2c5be" type="tarxz">https://github.com/ostreedev/ostree/releases/download/v2019.6/libostree-2019.6.tar.xz</Archive>
|
||||
<Archive sha1sum="9ebf5f54df37300413c4b2482bdfca1af5519a54" type="tarxz">https://github.com/ostreedev/ostree/releases/download/v2021.2/libostree-2021.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
@@ -86,6 +86,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2020-04-26</Date>
|
||||
<Version>2021.2</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Sami BABAT</Name>
|
||||
<Email>samibabatp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2020-02-07</Date>
|
||||
<Version>2019.6</Version>
|
||||
|
||||
Reference in New Issue
Block a user