fwupd-1.7.2
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
#!/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("-D efi_sbat_distro_id='pisi' \
|
||||
-D efi_sbat_distro_summary='Pisi Linux' \
|
||||
-D efi_sbat_distro_pkgname='fwupd-efi' \
|
||||
-D efi_sbat_distro_version=%s \
|
||||
-D efi_sbat_distro_url='https://github.com/pisilinux/main/issues'" % get.srcVERSION())
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
|
||||
#shelltools.cd("..")
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "README*")
|
||||
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>fwupd-efi</Name>
|
||||
<Homepage>https://github.com/fwupd/fwupd-efi</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2.1</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Firmware update EFI binaries</Summary>
|
||||
<Description>Firmware update EFI binaries</Description>
|
||||
<Archive sha1sum="3dd8f6ba4af65d5ecc304d57fb2453fa08d91199" type="tarxz">https://people.freedesktop.org/~hughsient/releases/fwupd-efi-1.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>gnu-efi</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>fwupd-efi.patch</Patch>
|
||||
<Patch level="1">fwupd-efi.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>fwupd-efi</Name>
|
||||
<RuntimeDependencies>
|
||||
<!-- <Dependency>Dep1</Dependency> -->
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/libexec</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-10-20</Date>
|
||||
<Version>1.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>fwupd-efi</Name>
|
||||
<Summary xml:lang="tr">Firmware update EFI binaries</Summary>
|
||||
<Description xml:lang="tr">Firmware update EFI binaries</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+11
-11
@@ -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.makedirs("build")
|
||||
shelltools.cd("build")
|
||||
|
||||
shelltools.system("meson .. --prefix=/usr --sysconfdir=/etc --localstatedir=/var -Dsystemd=false -Dconsolekit=true -Dplugin_uefi_labels=false -Dplugin_thunderbolt=false -Dgtkdoc=false -Dman=false")
|
||||
mesontools.configure("--localstatedir=/var \
|
||||
-Delogind=true \
|
||||
-Dsystemd=false \
|
||||
-Dconsolekit=false \
|
||||
-Dplugin_thunderbolt=false \
|
||||
-Dgtkdoc=false \
|
||||
-Dman=false")
|
||||
|
||||
def build():
|
||||
shelltools.cd("build")
|
||||
|
||||
shelltools.system("ninja")
|
||||
mesontools.build()
|
||||
|
||||
|
||||
def install():
|
||||
shelltools.cd("build")
|
||||
mesontools.install()
|
||||
|
||||
shelltools.system("DESTDIR=%s ninja install" % get.installDIR())
|
||||
|
||||
#pisitools.dodoc("AUTHORS", "ChangeLog", "README*", "NEWS")
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "README*")
|
||||
|
||||
@@ -11,10 +11,15 @@
|
||||
<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="8152a572dc04c565aa6ca27f00a1b938f1097dba" type="targz">https://github.com/hughsie/fwupd/archive/1.3.9.tar.gz</Archive>
|
||||
<Archive sha1sum="7eb0b86542a56dee0d51955b103ca1f588c27ac7" type="targz">https://github.com/hughsie/fwupd/archive/1.7.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</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>
|
||||
@@ -24,11 +29,13 @@
|
||||
<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>ConsoleKit-devel</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>
|
||||
@@ -45,6 +52,8 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gcap</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>curl</Dependency>
|
||||
<Dependency>libjcat</Dependency>
|
||||
<Dependency>gpgme</Dependency>
|
||||
<Dependency>gnutls</Dependency>
|
||||
<Dependency>polkit</Dependency>
|
||||
@@ -59,6 +68,7 @@
|
||||
<Dependency>bash-completion</Dependency>
|
||||
<Dependency>libgudev</Dependency>
|
||||
<Dependency>elfutils</Dependency>
|
||||
<Dependency>protobuf-c</Dependency>
|
||||
<Dependency>libsmbios</Dependency>
|
||||
<Dependency>libarchive</Dependency>
|
||||
<Dependency>libutil-linux</Dependency>
|
||||
@@ -92,6 +102,16 @@
|
||||
<Name>fwupd-devel</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">fwupd</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>
|
||||
@@ -100,6 +120,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<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>2020-04-02</Date>
|
||||
<Version>1.3.9</Version>
|
||||
|
||||
Reference in New Issue
Block a user