Skip to content
Snippets Groups Projects
Commit 6b7ca702 authored by Síle Ekaterin Liszka's avatar Síle Ekaterin Liszka
Browse files

user/qps: new package

parent 0d8ecc32
No related branches found
No related tags found
1 merge request!4user/qps: new package
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname=qps
pkgver=1.10.17
pkgrel=0
pkgdesc="Qt-based task manager"
url="https://github.com/QtDesktop"
arch="all"
license="GPL-2.0+"
depends=""
depends_dev=""
makedepends="cmake extra-cmake-modules qt5-qtbase-dev qt5-qtx11extras-dev qt5-qttools-dev libxrender-dev $depends_dev"
install=""
subpackages="$pkgname-doc"
source="https://github.com/QtDesktop/qps/releases/download/$pkgver/qps-$pkgver.tar.xz
qps-1.10.17-compile-fixes.patch"
builddir="$srcdir/qps-$pkgver"
# no tests provided
options="!check"
build() {
cd "$builddir"
if [ "$CBUILD" != "$CHOST" ]; then
CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_SHARED_LIBS=True \
-DCMAKE_BUILD_TYPE=RelWithDebugInfo \
-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
-DCMAKE_C_FLAGS="$CFLAGS" \
${CMAKE_CROSSOPTS}
make
}
check() {
cd "$builddir"
CTEST_OUTPUT_ON_FAILURE=TRUE ctest
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
sha512sums="81d4ef9cdd732edc6dd060998f10124663d26ec8250fc1de62eb020624111eb3ba595058bd74d5cee1bde84326f26579ab40c4ed7ef58f0aa44baca96921cfb5 qps-1.10.17.tar.xz
32c154f1d3c9e74dda3eabfd2e3b9e9f3c1d77f808dfacc9dd05c904066832d92d361ca56ef9d784d945fad60cf67d6c909cbb730a0ffed1fea3bf44c3aad5a2 qps-1.10.17-compile-fixes.patch"
diff -Nurd qps-1.10.17/src/proc.h qps-1.10.17.new/src/proc.h
--- qps-1.10.17/src/proc.h 2017-09-21 22:00:11.000000000 +0000
+++ qps-1.10.17.new/src/proc.h 2017-10-13 08:36:04.303661277 +0000
@@ -25,6 +25,9 @@
#include "config.h"
+#include <sys/stat.h>
+#include <sys/time.h>
+
#ifdef SOLARIS
#include <kstat.h> // kstat_ctl_t
#endif
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