plasma-workspace: rebuild for libqalculate, new packages: libcpuid and cpu-x
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
<Dependency versionFrom="5.25.5">kwin-devel</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-sql-odbc</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-sql-mysql</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
<Dependency versionFrom="5.15.5">qt5-base-devel</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-sql-sqlite</Dependency>
|
||||
<Dependency versionFrom="5.25.5">libkscreen-devel</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-sql-postgresql</Dependency>
|
||||
@@ -203,7 +203,7 @@
|
||||
<Dependency>plasma-framework</Dependency>
|
||||
<Dependency>kactivities-stats</Dependency>
|
||||
<Dependency>networkmanager-qt</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-base</Dependency>
|
||||
<Dependency versionFrom="5.15.5">qt5-base</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-x11extras</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-declarative</Dependency>
|
||||
|
||||
@@ -341,6 +341,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="72">
|
||||
<Date>2022-10-22</Date>
|
||||
<Version>5.25.5</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="71">
|
||||
<Date>2022-09-13</Date>
|
||||
<Version>5.25.5</Version>
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
#!/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 pisitools, shelltools, cmaketools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_INSTALL_PREFIX='/usr' \
|
||||
-DCMAKE_BUILD_TYPE='Release' \
|
||||
-DGSETTINGS_COMPILE=OFF \
|
||||
-DWITH_GTK=3 \
|
||||
-DCMAKE_INSTALL_LIBEXECDIR=lib/cpu-x")
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
|
||||
#def check():
|
||||
#cmaketools.make("test")
|
||||
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
pisitools.dodoc("README*", "COPYING")
|
||||
@@ -0,0 +1,79 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>cpu-x</Name>
|
||||
<Homepage>https://x0rg.github.io/CPU-X</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<Icon>cpu-x</Icon>
|
||||
<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>
|
||||
<Archive sha1sum="9dea1b3a44d300b69c723e9fe829ef1929d1238c" type="targz">https://github.com/X0rg/CPU-X/archive/refs/tags/v4.5.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>nasm</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>ninja</Dependency>
|
||||
<Dependency>procps</Dependency>
|
||||
<Dependency>dmidecode</Dependency>
|
||||
<Dependency>curl-devel</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>pango-devel</Dependency>
|
||||
<Dependency>vulkan-devel</Dependency>
|
||||
<Dependency>ncurses-devel</Dependency>
|
||||
<Dependency>libcpuid-devel</Dependency>
|
||||
<Dependency>pciutils-devel</Dependency>
|
||||
<Dependency>vulkan-headers</Dependency>
|
||||
<Dependency>gdk-pixbuf-devel</Dependency>
|
||||
<Dependency>opencl-icd-devel</Dependency>
|
||||
<Dependency>gsettings-desktop-schemas-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>cpu-x</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>procps</Dependency>
|
||||
<Dependency>vulkan</Dependency>
|
||||
<Dependency>ncurses</Dependency>
|
||||
<Dependency>pciutils</Dependency>
|
||||
<Dependency>libcpuid</Dependency>
|
||||
<Dependency>opencl-icd</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="data">/usr/share/cpu-x</Path>
|
||||
<Path fileType="data">/usr/share/zsh/site-functions/_cpu-x</Path>
|
||||
<Path fileType="data">/usr/share/applications/cpu-x.desktop</Path>
|
||||
<Path fileType="data">/usr/share/polkit-1/actions/org.cpu-x-daemon.policy</Path>
|
||||
<Path fileType="data">/usr/share/bash-completion/completions/cpu-x</Path>
|
||||
<Path fileType="data">/usr/share/metainfo/org.cpu-x.appdata.xml</Path>
|
||||
<Path fileType="icon">/usr/share/icons</Path>
|
||||
<Path fileType="library">/usr/lib/cpu-x/cpu-x-daemon</Path>
|
||||
<Path fileType="data">/usr/share/fish</Path>
|
||||
<Path fileType="data">/usr/share/glib-2.0/schemas</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2022-10-22</Date>
|
||||
<Version>4.5.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>cpu-x</Name>
|
||||
<Summary xml:lang="tr">İşlemci, anakart ve daha fazlası hakkında bilgi toplayan Ücretsiz bir yazılım</Summary>
|
||||
<Description xml:lang="tr">CPU-X, CPU, anakart ve daha fazlası hakkında bilgi toplayan Ücretsiz bir yazılımdır. CPU-X, bir sistem profili oluşturma ve izleme uygulamasıdır (Windows için CPU-Z'ye benzer), ancak CPU-X, GNU/Linux ve FreeBSD için tasarlanmış Ücretsiz ve Açık Kaynaklı bir yazılımdır.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,23 @@
|
||||
#!/usr/bin/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 shelltools
|
||||
from pisi.actionsapi import cmaketools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.makedirs("build")
|
||||
shelltools.cd("build")
|
||||
|
||||
cmaketools.configure(sourceDir="..")
|
||||
|
||||
def build():
|
||||
cmaketools.make("-C build")
|
||||
|
||||
def install():
|
||||
shelltools.cd("build")
|
||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
@@ -0,0 +1,60 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libcpuid</Name>
|
||||
<Homepage>https://github.com/theZiz/libcpuid</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>MPL LGPL</License>
|
||||
<Icon>libcpuid</Icon>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A small C library for x86 CPU detection and feature extraction</Summary>
|
||||
<Description>libcpuid is a small C library for x86 CPU detection and feature extraction.</Description>
|
||||
<Archive sha1sum="18ae642f719692e1f3f1de64d95f2dd71e06e8b2" type="targz">https://github.com/anrieff/libcpuid/releases/download/v0.6.0/libcpuid-0.6.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>ninja</Dependency>
|
||||
<Dependency>doxygen</Dependency>
|
||||
<Dependency>glibc-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libcpuid</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/libcpuid*</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libcpuid-devel</Name>
|
||||
<Summary>Development files for libcpuid</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libcpuid</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="library">/usr/lib/cmake/cpuid</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2022-09-17</Date>
|
||||
<Version>0.6.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libcpuid</Name>
|
||||
<Summary xml:lang="tr">x86 CPU algılama ve özellik çıkarma için küçük bir C kitaplığı</Summary>
|
||||
<Description xml:lang="tr">x86 CPU algılama ve özellik çıkarma için küçük bir C kitaplığı</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+354031
-353854
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
1d1fbff13d47e05160bd8bf53ef2b6b7b94aeddc
|
||||
e1f345aad18dec0f384f2c4b68acd4d3edaebba1
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
5f26ddeba48d326cd1945c1b75c3c121255992ce
|
||||
62e8718cdd72d189ab393e0a4f00784edb145938
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>secure-delete</Name>
|
||||
|
||||
Reference in New Issue
Block a user