Skip to content
Snippets Groups Projects
Commit c4e4150f authored by rahmanshaber's avatar rahmanshaber Committed by Michał Polański
Browse files

community/libcsys: upgrade to 4.2.0

parent 94933cb9
No related branches found
No related tags found
1 merge request!20638community/C-Suite: upgrade to 4.2.0
# Contributor: rahmanshaber <rahmanshaber@yahoo.com> # Contributor: rahmanshaber <rahmanshaber@yahoo.com>
# Maintainer: rahmanshaber <rahmanshaber@yahoo.com> # Maintainer: rahmanshaber <rahmanshaber@yahoo.com>
pkgname=libcsys pkgname=libcsys
pkgver=4.0.0 pkgver=4.2.0
pkgrel=0 pkgrel=0
pkgdesc="Library for managing a hard drive and getting system resource information in real-time." pkgdesc="Library for managing drive and getting system resource information in real time"
arch="all !s390x !mips64" # polkit arch="all !s390x !mips64" # polkit
url="https://gitlab.com/cubocore" url="https://gitlab.com/cubocore"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
depends="qt5-qtbase udisks2" depends="qt5-qtbase udisks2"
makedepends="qt5-qtbase-dev" makedepends="qt5-qtbase-dev cmake ninja"
source="$pkgname-$pkgver.tar.gz::https://gitlab.com/cubocore/libcsys/-/archive/v$pkgver/libcsys-v$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://gitlab.com/cubocore/libcsys/-/archive/v$pkgver/libcsys-v$pkgver.tar.gz"
subpackages="$pkgname-dev" subpackages="$pkgname-dev"
builddir="$srcdir/$pkgname-v$pkgver" builddir="$srcdir/$pkgname-v$pkgver"
options="!check" options="!check"
build() { build() {
qmake-qt5 cmake ../$pkgname-v$pkgver \
make -GNinja \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
ninja
} }
package() { package() {
INSTALL_ROOT="$pkgdir" make install DESTDIR="$pkgdir" ninja install
} }
sha512sums="ff9b98788f094db7d9574bf507049596a9a46e7532ede806b1e0369d77934e2d74d451f7d5ffd77bf2111c4a4fd8aea47ea86ef44a316bd2f211e955fb1cafaa libcsys-4.2.0.tar.gz"
sha512sums="1c3ce300f88a6825dcc73536d394abce35affda117388d34781c4dec5e4e9288743af2cbee1f7ad1f4b93fe6c1091f657191712aa59e78ea5b992800a215794a libcsys-4.0.0.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment