Merge pull request #17142 from suvari/master
libcpuid: fix typo, cpu-x: ver. bump to 5.3.1
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
<Icon>cpu-x</Icon>
|
<Icon>cpu-x</Icon>
|
||||||
<Summary>A Free software that gathers information on CPU, motherboard and more</Summary>
|
<Summary>A Free software that gathers information on CPU, motherboard and more</Summary>
|
||||||
<Description>CPU-X is a Free software that gathers information on CPU, motherboard and more. CPU-X is a system profiling and monitoring application (similar to CPU-Z for Windows), but CPU-X is a Free and Open Source software designed for GNU/Linux and FreeBSD.</Description>
|
<Description>CPU-X is a Free software that gathers information on CPU, motherboard and more. CPU-X is a system profiling and monitoring application (similar to CPU-Z for Windows), but CPU-X is a Free and Open Source software designed for GNU/Linux and FreeBSD.</Description>
|
||||||
<Archive sha1sum="8307abcf734185ec97d564051adce359a97d83d7" type="targz">https://github.com/TheTumultuousUnicornOfDarkness/CPU-X/archive/refs/tags/v5.2.0.tar.gz</Archive>
|
<Archive sha1sum="596a9234d0fa8ee374ff301238f0c495a7a214dd" type="targz">https://github.com/TheTumultuousUnicornOfDarkness/CPU-X/archive/refs/tags/5.3.1.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>nasm</Dependency>
|
<Dependency>nasm</Dependency>
|
||||||
<Dependency>cmake</Dependency>
|
<Dependency>cmake</Dependency>
|
||||||
@@ -23,6 +23,7 @@
|
|||||||
<Dependency>gtk3-devel</Dependency>
|
<Dependency>gtk3-devel</Dependency>
|
||||||
<Dependency>glib2-devel</Dependency>
|
<Dependency>glib2-devel</Dependency>
|
||||||
<Dependency>pango-devel</Dependency>
|
<Dependency>pango-devel</Dependency>
|
||||||
|
<Dependency>gtkmm3-devel</Dependency>
|
||||||
<Dependency>vulkan-devel</Dependency>
|
<Dependency>vulkan-devel</Dependency>
|
||||||
<Dependency>ncurses-devel</Dependency>
|
<Dependency>ncurses-devel</Dependency>
|
||||||
<Dependency>libcpuid-devel</Dependency>
|
<Dependency>libcpuid-devel</Dependency>
|
||||||
@@ -42,13 +43,18 @@
|
|||||||
<Dependency>cairo</Dependency>
|
<Dependency>cairo</Dependency>
|
||||||
<Dependency>glib2</Dependency>
|
<Dependency>glib2</Dependency>
|
||||||
<Dependency>pango</Dependency>
|
<Dependency>pango</Dependency>
|
||||||
|
<Dependency>glibmm</Dependency>
|
||||||
|
<Dependency>gtkmm3</Dependency>
|
||||||
<Dependency>procps</Dependency>
|
<Dependency>procps</Dependency>
|
||||||
<Dependency>vulkan</Dependency>
|
<Dependency>vulkan</Dependency>
|
||||||
<Dependency>libgcc</Dependency>
|
<Dependency>libgcc</Dependency>
|
||||||
|
<Dependency>pangomm</Dependency>
|
||||||
<Dependency>ncurses</Dependency>
|
<Dependency>ncurses</Dependency>
|
||||||
|
<Dependency>cairomm</Dependency>
|
||||||
<Dependency>pciutils</Dependency>
|
<Dependency>pciutils</Dependency>
|
||||||
<Dependency>libcpuid</Dependency>
|
<Dependency>libcpuid</Dependency>
|
||||||
<Dependency>libglvnd</Dependency>
|
<Dependency>libglvnd</Dependency>
|
||||||
|
<Dependency>libsigc++</Dependency>
|
||||||
<Dependency>opencl-icd</Dependency>
|
<Dependency>opencl-icd</Dependency>
|
||||||
<Dependency>gdk-pixbuf</Dependency>
|
<Dependency>gdk-pixbuf</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
@@ -72,6 +78,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="4">
|
||||||
|
<Date>2025-08-05</Date>
|
||||||
|
<Version>5.3.1</Version>
|
||||||
|
<Comment>Version bump</Comment>
|
||||||
|
<Name>Kamil Atlı</Name>
|
||||||
|
<Email>suvari@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="3">
|
<Update release="3">
|
||||||
<Date>2025-03-22</Date>
|
<Date>2025-03-22</Date>
|
||||||
<Version>5.2.0</Version>
|
<Version>5.2.0</Version>
|
||||||
|
|||||||
@@ -50,7 +50,8 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Date>2025-08-05</Date>
|
<Update release="4">
|
||||||
|
<Date>2025-08-05</Date>
|
||||||
<Version>0.8.0</Version>
|
<Version>0.8.0</Version>
|
||||||
<Comment>Version bump</Comment>
|
<Comment>Version bump</Comment>
|
||||||
<Name>Kamil Atlı</Name>
|
<Name>Kamil Atlı</Name>
|
||||||
|
|||||||
Reference in New Issue
Block a user