diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,15 @@ +libc.so.6 +libcairo.so.2 +libcpuid.so.14 +libgdk-3.so.0 +libgdk_pixbuf-2.0.so.0 +libglib-2.0.so.0 +libgobject-2.0.so.0 +libgtk-3.so.0 +libm.so.6 +libncursesw.so.5 +libpango-1.0.so.0 +libpangocairo-1.0.so.0 +libpci.so.3 +libprocps.so.7 +libpthread.so.0 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,23 @@ +name : cpu-x +version : 3.2.3 +release : 1 +source : + - https://github.com/X0rg/CPU-X/archive/v3.2.3.tar.gz : 4c11b3e3632870e9af81c5c0fa642edff8dd4622a172bbb788c4e6be595eb014 +license : GPL-3.0-or-later +component : system.utils +summary : CPU-X is a Free software that gathers information on CPU, motherboard and more +description: | + CPU-X is a Free software that gathers information on CPU, motherboard and more. + CPU-X is similar to CPU-Z, but CPU-X is a Free and Open Source software designed for GNU/Linux; also, it works on *BSD. +builddeps : + - pkgconfig(gtk+-3.0) + - pkgconfig(libcpuid) + - pkgconfig(libpci) + - pkgconfig(libprocps) + - nasm +setup : | + %cmake_ninja +build : | + %ninja_build +install : | + %ninja_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,78 @@ + + + cpu-x + + Alexander Vorobyev + avorobyev@protonmail.com + + GPL-3.0-or-later + system.utils + CPU-X is a Free software that gathers information on CPU, motherboard and more + CPU-X is a Free software that gathers information on CPU, motherboard and more. +CPU-X is similar to CPU-Z, but CPU-X is a Free and Open Source software designed for GNU/Linux; also, it works on *BSD. + + https://solus-project.com/sources/README.Solus + + + cpu-x + CPU-X is a Free software that gathers information on CPU, motherboard and more + CPU-X is a Free software that gathers information on CPU, motherboard and more. +CPU-X is similar to CPU-Z, but CPU-X is a Free and Open Source software designed for GNU/Linux; also, it works on *BSD. + + system.utils + + /usr/bin/cpu-x + /usr/bin/cpu-x_polkit + /usr/share/applications/cpu-x-root.desktop + /usr/share/applications/cpu-x.desktop + /usr/share/cpu-x/AMD.png + /usr/share/cpu-x/CPU-X.png + /usr/share/cpu-x/Centaur.png + /usr/share/cpu-x/Cyrix.png + /usr/share/cpu-x/Intel.png + /usr/share/cpu-x/NSC.png + /usr/share/cpu-x/NexGen.png + /usr/share/cpu-x/Rise.png + /usr/share/cpu-x/SiS.png + /usr/share/cpu-x/Transmeta.png + /usr/share/cpu-x/UMC.png + /usr/share/cpu-x/Unknown.png + /usr/share/cpu-x/cpu-x-gtk-3.12-dark.css + /usr/share/cpu-x/cpu-x-gtk-3.12.css + /usr/share/cpu-x/cpu-x-gtk-3.12.ui + /usr/share/cpu-x/cpu-x-gtk-3.20-dark.css + /usr/share/cpu-x/cpu-x-gtk-3.20.css + /usr/share/icons/hicolor/128x128/apps/cpu-x.png + /usr/share/icons/hicolor/16x16/apps/cpu-x.png + /usr/share/icons/hicolor/192x192/apps/cpu-x.png + /usr/share/icons/hicolor/22x22/apps/cpu-x.png + /usr/share/icons/hicolor/24x24/apps/cpu-x.png + /usr/share/icons/hicolor/256x256/apps/cpu-x.png + /usr/share/icons/hicolor/32x32/apps/cpu-x.png + /usr/share/icons/hicolor/36x36/apps/cpu-x.png + /usr/share/icons/hicolor/384x384/apps/cpu-x.png + /usr/share/icons/hicolor/48x48/apps/cpu-x.png + /usr/share/icons/hicolor/512x512/apps/cpu-x.png + /usr/share/icons/hicolor/64x64/apps/cpu-x.png + /usr/share/icons/hicolor/72x72/apps/cpu-x.png + /usr/share/icons/hicolor/96x96/apps/cpu-x.png + /usr/share/locale/cs_CZ/LC_MESSAGES/cpu-x.mo + /usr/share/locale/fr/LC_MESSAGES/cpu-x.mo + /usr/share/locale/pl/LC_MESSAGES/cpu-x.mo + /usr/share/locale/pt_BR/LC_MESSAGES/cpu-x.mo + /usr/share/locale/ru/LC_MESSAGES/cpu-x.mo + /usr/share/locale/zh/LC_MESSAGES/cpu-x.mo + /usr/share/metainfo/cpu-x.appdata.xml + /usr/share/polkit-1/actions/org.pkexec.cpu-x.policy + + + + + 2018-09-26 + 3.2.3 + Packaging update + Alexander Vorobyev + avorobyev@protonmail.com + + + \ No newline at end of file