meson-1.0.1

This commit is contained in:
Rmys
2023-02-25 14:10:12 +03:00
committed by GitHub
parent 77b9ee5129
commit 533eccef4f
+159 -206
View File
@@ -1,287 +1,240 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>meson</Name>
<Homepage>http://mesonbuild.com/</Homepage>
<Name>fwupd</Name>
<Homepage>https://fwupd.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Packager>
<License>Apache</License>
<IsA>app:console</IsA>
<Summary>High productivity build system</Summary>
<Description>Yüksek verimli üretme sistemi</Description>
<Archive sha1sum="0a4f243c0a760a6b08459b0626a581d5c4085667" type="targz">https://github.com/mesonbuild/meson/releases/download/1.0.0/meson-1.0.0.tar.gz</Archive>
<License>GPLv2</License>
<Summary>Aims to make updating firmware on Linux automatic, safe and reliable</Summary>
<Description>Aims to make updating firmware on Linux automatic, safe and reliable</Description>
<Archive sha1sum="d8fd464796e930add93332c3bb7104b72aed8188" type="targz">https://github.com/hughsie/fwupd/archive/1.8.12.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="3.9.15">python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>meson</Dependency>
<Dependency>xz-devel</Dependency>
<Dependency>libqmi-devel</Dependency>
<Dependency>libmbim-devel</Dependency>
<Dependency>flashrom-devel</Dependency>
<Dependency>libmm-glib-devel</Dependency>
<Dependency>gnu-efi</Dependency>
<Dependency>fwupd-efi</Dependency>
<Dependency>gi-docgen</Dependency>
<Dependency>curl-devel</Dependency>
<Dependency>gcap-devel</Dependency>
<Dependency>libjcat-devel</Dependency>
<Dependency>gpgme-devel</Dependency>
<Dependency>sqlite-devel</Dependency>
<Dependency>polkit-devel</Dependency>
<Dependency>gnutls-devel</Dependency>
<Dependency>libusb-devel</Dependency>
<Dependency>elfutils-devel</Dependency>
<Dependency>libxmlb-devel</Dependency>
<Dependency>libgudev-devel</Dependency>
<Dependency>libgusb-devel</Dependency>
<Dependency>valgrind-devel</Dependency>
<Dependency>python3-pillow</Dependency>
<Dependency>libsmbios-devel</Dependency>
<Dependency>tpm2-tss-devel</Dependency>
<Dependency>bash-completion</Dependency>
<Dependency>elogind-devel</Dependency>
<Dependency>protobuf-c-devel</Dependency>
<Dependency>appstream-glib-devel</Dependency>
<Dependency>python3-pygobject3-devel</Dependency>
<Dependency versionFrom="36">efivar-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">meson-tests-rust-add-libm.patch</Patch> -->
<!--
<Patch level="1"></Patch>
-->
</Patches>
</Source>
<Package>
<Name>meson</Name>
<Name>fwupd</Name>
<RuntimeDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3</Dependency>
<Dependency>ninja</Dependency>
<Dependency>xz</Dependency>
<Dependency>gcap</Dependency>
<Dependency>glib2</Dependency>
<Dependency>curl</Dependency>
<Dependency>libjcat</Dependency>
<Dependency>gpgme</Dependency>
<Dependency>gnutls</Dependency>
<Dependency>polkit</Dependency>
<Dependency>libqmi</Dependency>
<Dependency>libmbim</Dependency>
<Dependency>flashrom</Dependency>
<Dependency>libmm-glib</Dependency>
<Dependency>libxmlb</Dependency>
<Dependency>tpm2-tss</Dependency>
<Dependency>json-glib</Dependency>
<Dependency>libgpg-error</Dependency>
<Dependency>efivar</Dependency>
<Dependency>sqlite</Dependency>
<Dependency>libgusb</Dependency>
<Dependency>libsoup</Dependency>
<Dependency>bash-completion</Dependency>
<Dependency>libgudev</Dependency>
<Dependency>elfutils</Dependency>
<Dependency>protobuf-c</Dependency>
<Dependency>libsmbios</Dependency>
<Dependency>libarchive</Dependency>
<Dependency>libutil-linux</Dependency>
<Dependency>appstream-glib</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/lib</Path>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/vim</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/polkit-1</Path>
<Path fileType="data">/usr/share/dbus-1</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
<Path fileType="data">/usr/share/fwupd</Path>
<Path fileType="data">/usr/share/metainfo</Path>
<Path fileType="data">/usr/share/bash-completion</Path>
<Path fileType="data">/usr/share/vala</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/usr/share/installed-tests</Path>
<Path fileType="data">/var</Path>
</Files>
<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/usr/share/dbus-1/system-services/org.freedesktop.fwupd.service">org.freedesktop.fwupd.service</AdditionalFile>
</AdditionalFiles>
</Package>
<Package>
<Name>fwupd-devel</Name>
<RuntimeDependencies>
<Dependency release="current">fwupd</Dependency>
<Dependency>xz-devel</Dependency>
<Dependency>curl-devel</Dependency>
<Dependency>gcap-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libgusb-devel</Dependency>
<Dependency>libjcat-devel</Dependency>
<Dependency>libxmlb-devel</Dependency>
<Dependency>libgudev-devel</Dependency>
<Dependency>valgrind-devel</Dependency>
<Dependency>json-glib-devel</Dependency>
<Dependency>libarchive-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="35">
<Date>2022-12-24</Date>
<Version>1.0.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="34">
<Date>2022-11-23</Date>
<Version>0.64.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="33">
<Date>2022-11-11</Date>
<Version>0.64.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="32">
<Date>2022-10-22</Date>
<Version>0.63.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="31">
<Date>2022-07-21</Date>
<Version>0.63.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="30">
<Date>2022-06-28</Date>
<Version>0.62.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="29">
<Date>2022-06-28</Date>
<Version>0.62.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="28">
<Date>2022-05-20</Date>
<Version>0.62.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="27">
<Date>2022-03-23</Date>
<Version>0.62.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="26">
<Date>2021-12-30</Date>
<Version>0.60.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="25">
<Date>2021-12-03</Date>
<Version>0.60.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="24">
<Date>2021-11-21</Date>
<Version>0.60.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="23">
<Date>2021-10-29</Date>
<Version>0.59.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="22">
<Date>2021-10-22</Date>
<Version>0.59.2</Version>
<Comment>Rebuild py3.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="21">
<Date>2021-10-18</Date>
<Version>0.59.2</Version>
<Comment>Rebuild py3.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="20">
<Date>2021-10-01</Date>
<Version>0.59.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="19">
<Date>2021-07-26</Date>
<Version>0.58.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="18">
<Date>2021-06-23</Date>
<Version>0.58.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="17">
<Date>2021-04-11</Date>
<Version>0.57.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="16">
<Date>2021-03-01</Date>
<Version>0.57.1</Version>
<Comment>Version bump.</Comment>
<Name>İdris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="15">
<Date>2021-01-18</Date>
<Version>0.56.2</Version>
<Date>2023-02-25</Date>
<Version>1.8.12</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2020-12-09</Date>
<Version>0.55.3</Version>
<Comment>Rebuild.</Comment>
<Date>2023-01-25</Date>
<Version>1.8.10</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="13">
<Date>2020-09-17</Date>
<Version>0.55.3</Version>
<Date>2023-01-04</Date>
<Version>1.8.9</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="12">
<Date>2020-06-05</Date>
<Version>0.54.2</Version>
<Comment>Version bump</Comment>
<Date>2022-12-08</Date>
<Version>1.8.8</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="11">
<Date>2020-05-01</Date>
<Version>0.54.1</Version>
<Date>2022-07-23</Date>
<Version>1.8.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="10">
<Date>2020-03-20</Date>
<Version>0.53.2</Version>
<Date>2022-01-14</Date>
<Version>1.7.4</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Date>2021-12-14</Date>
<Version>1.7.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Date>2019-12-10</Date>
<Version>0.52.1</Version>
<Comment>Version bump.</Comment>
<Name>Idris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="8">
<Date>2019-11-17</Date>
<Version>0.52.0</Version>
<Date>2021-11-21</Date>
<Version>1.7.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2019-10-06</Date>
<Version>0.51.2</Version>
<Date>2021-11-05</Date>
<Version>1.7.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2018-11-09</Date>
<Version>0.48.2</Version>
<Comment>Version bump</Comment>
<Date>2021-10-20</Date>
<Version>1.7.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2018-07-31</Date>
<Version>0.47.0</Version>
<Date>2020-04-02</Date>
<Version>1.3.9</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-05-13</Date>
<Version>0.46.0</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
<Date>2018-11-28</Date>
<Version>1.1.3</Version>
<Comment>remove os-release file.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="3">
<Date>2018-04-08</Date>
<Version>0.45.1</Version>
<Date>2018-10-22</Date>
<Version>1.1.3</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="2">
<Date>2018-02-22</Date>
<Version>0.44.1</Version>
<Comment>Version bump</Comment>
<Date>2018-09-09</Date>
<Version>1.0.2</Version>
<Comment>Rebuild New T.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2017-12-07</Date>
<Version>0.43.0</Version>
<Comment>First release.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
<Date>2017-12-15</Date>
<Version>1.0.2</Version>
<Comment>First release</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>