quazip,fwupd,enity,imagemagick,libwacom ver. bump
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<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="bcc79234feda04b1ec4fcbddf7e5d26588bb5280" type="targz">https://github.com/hughsie/fwupd/archive/1.8.9.tar.gz</Archive>
|
||||
<Archive sha1sum="6aaf61e807a91056a8d3727a2e83658f8834945d" type="targz">https://github.com/hughsie/fwupd/archive/1.8.10.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>xz-devel</Dependency>
|
||||
@@ -131,6 +131,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="14">
|
||||
<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>2023-01-04</Date>
|
||||
<Version>1.8.9</Version>
|
||||
|
||||
@@ -10,6 +10,7 @@ from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DQUAZIP_QT_MAJOR_VERSION=5 \
|
||||
-DBUILD_WITH_QT4:BOOL=OFF")
|
||||
|
||||
def build():
|
||||
|
||||
@@ -14,10 +14,11 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>QuaZIP - Qt/C++ wrapper for Minizip</Summary>
|
||||
<Description>QuaZIP is the C++ wrapper for Gilles Vollant's ZIP/UNZIP package (AKA Minizip) using Trolltech's Qt library.</Description>
|
||||
<Archive sha1sum="aae65d9acf849729ccd80a98812475b2ae43e39c" type="targz">https://github.com/stachenov/quazip/archive/v0.8.1.tar.gz</Archive>
|
||||
<Archive sha1sum="9e0869f132c985763f08b9805b6d514917192a31" type="targz">https://github.com/stachenov/quazip/archive/v1.4.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>bzip2</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -27,6 +28,7 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>bzip2</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -41,13 +43,24 @@
|
||||
<Summary>Development files for quazip</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">quazip</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2023-01-25</Date>
|
||||
<Version>1.4</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2020-02-12</Date>
|
||||
<Version>0.8.1</Version>
|
||||
@@ -91,4 +104,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user