corectrl: update to 1.1.1; fix dependencies
This commit is contained in:
parent
dd9a7239f8
commit
165d63e6f7
2 changed files with 7 additions and 32 deletions
|
@ -1,25 +0,0 @@
|
|||
From 17ad9c9262927a3897352162de8fe2222a2d0b24 Mon Sep 17 00:00:00 2001
|
||||
From: Artem Polishchuk <ego.cordatus@gmail.com>
|
||||
Date: Mon, 23 Mar 2020 12:06:29 +0200
|
||||
Subject: [PATCH] Add 'include <QDBusPendingCall>'
|
||||
|
||||
Fix #62
|
||||
---
|
||||
src/helper/helpersysctl.cpp | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/src/helper/helpersysctl.cpp b/src/helper/helpersysctl.cpp
|
||||
index cbdc8a9..bdabd0b 100644
|
||||
--- a/src/helper/helpersysctl.cpp
|
||||
+++ b/src/helper/helpersysctl.cpp
|
||||
@@ -24,6 +24,7 @@
|
||||
#include <QByteArray>
|
||||
#include <QDBusConnection>
|
||||
#include <QDBusInterface>
|
||||
+#include <QDBusPendingCall>
|
||||
#include <QStringLiteral>
|
||||
#include <stdexcept>
|
||||
#include <utility>
|
||||
--
|
||||
2.24.1
|
||||
|
|
@ -1,21 +1,21 @@
|
|||
# Template file for 'corectrl'
|
||||
pkgname=corectrl
|
||||
version=1.0.8
|
||||
revision=2
|
||||
version=1.1.1
|
||||
revision=1
|
||||
wrksrc=${pkgname}-v${version}
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTING=OFF"
|
||||
hostmakedepends="pkg-config extra-cmake-modules qt5-host-tools qt5-qmake kcoreaddons kauth"
|
||||
hostmakedepends="pkg-config extra-cmake-modules qt5-host-tools qt5-qmake
|
||||
kcoreaddons kauth"
|
||||
makedepends="botan-devel kauth-devel karchive-devel qt5-charts-devel
|
||||
qt5-tools-devel libdrm-devel"
|
||||
depends="hicolor-icon-theme qt5-quickcontrols2"
|
||||
qt5-tools-devel libdrm-devel qt5-svg-devel"
|
||||
depends="dbus hicolor-icon-theme qt5-quickcontrols2 qt5-svg"
|
||||
short_desc="User-friendly hardware control application"
|
||||
maintainer="Lorem <notloremipsum@protonmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://gitlab.com/corectrl/corectrl"
|
||||
distfiles="${homepage}/-/archive/v${version}/corectrl-v${version}.tar.gz"
|
||||
checksum=050f1b4f105615c26dcb23d09bbdadbc619c9b9782197cae482fb6921f5e3cf2
|
||||
patch_args="-Np1"
|
||||
checksum=dbeb3bb167ef9e7c17f16aed2aa5cc05e480d4765665408f678b3314f0ae8ab4
|
||||
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
makedepends+=" libatomic-devel"
|
||||
|
|
Loading…
Reference in a new issue