Github messages for voidlinux
 help / color / mirror / Atom feed
From: not-chicken <not-chicken@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] corectrl: update to 1.1.0; fix dependencies
Date: Tue, 02 Jun 2020 05:15:25 +0200	[thread overview]
Message-ID: <20200602031525.NI_f8qVfJTKL_Dxm04Jp-0EId3TyR_9ENLuQT5A3SRg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20608@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 386 bytes --]

There is an updated pull request by not-chicken against master on the void-packages repository

https://github.com/not-chicken/void-packages core
https://github.com/void-linux/void-packages/pull/20608

corectrl: update to 1.1.0; fix dependencies
[ci skip] as only a runtime dependency was added

A patch file from https://github.com/void-linux/void-packages/pull/20608.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-core-20608.patch --]
[-- Type: text/x-diff, Size: 2738 bytes --]

From 13a793aaaf73522f5b86f60ee5316a70ce9219c3 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Fri, 3 Apr 2020 22:17:49 +0530
Subject: [PATCH] corectrl: update to 1.1.0; fix dependencies

---
 .../patches/add-include-qbuspendingcall.patch | 25 -------------------
 srcpkgs/corectrl/template                     | 12 ++++-----
 2 files changed, 6 insertions(+), 31 deletions(-)
 delete mode 100644 srcpkgs/corectrl/patches/add-include-qbuspendingcall.patch

diff --git a/srcpkgs/corectrl/patches/add-include-qbuspendingcall.patch b/srcpkgs/corectrl/patches/add-include-qbuspendingcall.patch
deleted file mode 100644
index d2138460e06..00000000000
--- a/srcpkgs/corectrl/patches/add-include-qbuspendingcall.patch
+++ /dev/null
@@ -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
-
diff --git a/srcpkgs/corectrl/template b/srcpkgs/corectrl/template
index 386013e022e..f4a6453629c 100644
--- a/srcpkgs/corectrl/template
+++ b/srcpkgs/corectrl/template
@@ -1,21 +1,21 @@
 # Template file for 'corectrl'
 pkgname=corectrl
-version=1.0.8
-revision=2
+version=1.1.0
+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"
+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=d73a02ee66e8572ff2a436cc608c2901a6eaf603d094a25aeab8c842696f399c
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"

  parent reply	other threads:[~2020-06-02  3:15 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-03 17:00 [PR PATCH] corectrl: fix missing svg icons not-chicken
2020-04-03 19:50 ` xtraeme
2020-04-03 23:07 ` not-chicken
2020-04-08  6:01 ` [PR PATCH] [Updated] " not-chicken
2020-04-08  6:19 ` not-chicken
2020-04-09 14:06 ` [PR PATCH] [Updated] " not-chicken
2020-04-09 14:07 ` not-chicken
2020-04-22 10:29 ` [PR PATCH] [Updated] corectrl: update to 1.0.9 not-chicken
2020-05-31 23:43 ` [PR PATCH] [Updated] corectrl: update to 1.1.0; fix dependencies not-chicken
2020-06-02  3:15 ` not-chicken [this message]
2020-08-25 14:57 ` not-chicken
2020-09-29  1:52 ` corectrl: update to 1.1.1; " ericonr
2020-09-29  9:24 ` not-chicken
2020-09-29 11:57 ` ericonr
2020-09-29 12:18 ` not-chicken
2020-09-29 12:28 ` ericonr
2020-09-29 12:29 ` [PR PATCH] [Merged]: " ericonr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200602031525.NI_f8qVfJTKL_Dxm04Jp-0EId3TyR_9ENLuQT5A3SRg@z \
    --to=not-chicken@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).