123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pardus.org.tr/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>fwupd</Name>
- <Homepage>https://fwupd.org</Homepage>
- <Packager>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Packager>
- <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="15fbcf460a79efb2d0015e017d9d76a28db50d0f" type="targz">https://github.com/hughsie/fwupd/archive/1.0.2.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>appstream-glib-devel</Dependency>
- <Dependency>libgudev-devel</Dependency>
- <Dependency>libusb-devel</Dependency>
- <Dependency>libgusb-devel</Dependency>
- <Dependency>gnutls-devel</Dependency>
- <Dependency>gpgme-devel</Dependency>
- <Dependency>fwupdate-devel</Dependency>
- <Dependency>efivar-devel</Dependency>
- <Dependency>colord-devel</Dependency>
- <Dependency>python3-pillow</Dependency>
- <Dependency>python3-pygobject3-devel</Dependency>
- <Dependency>sqlite-devel</Dependency>
- <Dependency>polkit-devel</Dependency>
- <Dependency>ConsoleKit-devel</Dependency>
- <Dependency>libsmbios-devel</Dependency>
- <Dependency>meson</Dependency>
- </BuildDependencies>
- <Patches>
- <!--
- <Patch level="1"></Patch>
- -->
- </Patches>
- </Source>
- <Package>
- <Name>fwupd</Name>
- <RuntimeDependencies>
- <Dependency>glib2</Dependency>
- <Dependency>colord</Dependency>
- <Dependency>efivar</Dependency>
- <Dependency>sqlite</Dependency>
- <Dependency>libgusb</Dependency>
- <Dependency>libsoup</Dependency>
- <Dependency>fwupdate</Dependency>
- <Dependency>libgudev</Dependency>
- <Dependency>elfutils</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="man">/usr/share/man</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="localedata">/usr/share/locale</Path>
- <Path fileType="data">/usr/share/installed-tests</Path>
- <Path fileType="data">/var</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>fwupd-devel</Name>
- <RuntimeDependencies>
- <Dependency release="current">fwupd</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- <Path fileType="header">/usr/include</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <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>
|