Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: corectrl-1.0.8
@ 2020-04-02 13:00 not-chicken
  2020-04-02 17:40 ` [PR PATCH] [Updated] [WIP]New " not-chicken
  2020-04-03  7:41 ` [PR PATCH] [Merged]: New " xtraeme
  0 siblings, 2 replies; 3+ messages in thread
From: not-chicken @ 2020-04-02 13:00 UTC (permalink / raw)
  To: ml

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

There is a new pull request by not-chicken against master on the void-packages repository

https://github.com/not-chicken/void-packages corectrl
https://github.com/void-linux/void-packages/pull/20571

New package: corectrl-1.0.8
closes #19192

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

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

From 6357677fd1ae04450f39f0912f118a93434b054c Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Thu, 2 Apr 2020 18:20:15 +0530
Subject: [PATCH] New package: corectrl-1.0.8

---
 .../patches/add-include-qbuspendingcall.patch | 25 +++++++++++++++++++
 srcpkgs/corectrl/template                     | 18 +++++++++++++
 2 files changed, 43 insertions(+)
 create mode 100644 srcpkgs/corectrl/patches/add-include-qbuspendingcall.patch
 create mode 100644 srcpkgs/corectrl/template

diff --git a/srcpkgs/corectrl/patches/add-include-qbuspendingcall.patch b/srcpkgs/corectrl/patches/add-include-qbuspendingcall.patch
new file mode 100644
index 00000000000..d2138460e06
--- /dev/null
+++ b/srcpkgs/corectrl/patches/add-include-qbuspendingcall.patch
@@ -0,0 +1,25 @@
+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
new file mode 100644
index 00000000000..db784ff87fb
--- /dev/null
+++ b/srcpkgs/corectrl/template
@@ -0,0 +1,18 @@
+# Template file for 'corectrl'
+pkgname=corectrl
+version=1.0.8
+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"
+makedepends="botan-devel kauth-devel karchive-devel qt5-charts-devel
+qt5-tools-devel libdrm-devel"
+depends="hicolor-icon-theme qt5-quickcontrols2"
+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"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] [WIP]New package: corectrl-1.0.8
  2020-04-02 13:00 [PR PATCH] New package: corectrl-1.0.8 not-chicken
@ 2020-04-02 17:40 ` not-chicken
  2020-04-03  7:41 ` [PR PATCH] [Merged]: New " xtraeme
  1 sibling, 0 replies; 3+ messages in thread
From: not-chicken @ 2020-04-02 17:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/not-chicken/void-packages corectrl
https://github.com/void-linux/void-packages/pull/20571

[WIP]New package: corectrl-1.0.8
closes #19192

Tested on x86_64 with RX 570.

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

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

From d7265c73706879d5837534833e85e845367b1c14 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Thu, 2 Apr 2020 18:20:15 +0530
Subject: [PATCH] New package: corectrl-1.0.8

---
 .../patches/add-include-qbuspendingcall.patch | 25 +++++++++++++++++++
 srcpkgs/corectrl/template                     | 24 ++++++++++++++++++
 2 files changed, 49 insertions(+)
 create mode 100644 srcpkgs/corectrl/patches/add-include-qbuspendingcall.patch
 create mode 100644 srcpkgs/corectrl/template

diff --git a/srcpkgs/corectrl/patches/add-include-qbuspendingcall.patch b/srcpkgs/corectrl/patches/add-include-qbuspendingcall.patch
new file mode 100644
index 00000000000..d2138460e06
--- /dev/null
+++ b/srcpkgs/corectrl/patches/add-include-qbuspendingcall.patch
@@ -0,0 +1,25 @@
+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
new file mode 100644
index 00000000000..ec31f99b5f2
--- /dev/null
+++ b/srcpkgs/corectrl/template
@@ -0,0 +1,24 @@
+# Template file for 'corectrl'
+pkgname=corectrl
+version=1.0.8
+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"
+makedepends="botan-devel kauth-devel karchive-devel qt5-charts-devel
+qt5-tools-devel libdrm-devel"
+depends="hicolor-icon-theme qt5-quickcontrols2"
+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"
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	LDFLAGS+=" -latomic"
+	configure_args+=" -DCMAKE_CXX_STANDARD_LIBRARIES=-latomic"
+fi

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: New package: corectrl-1.0.8
  2020-04-02 13:00 [PR PATCH] New package: corectrl-1.0.8 not-chicken
  2020-04-02 17:40 ` [PR PATCH] [Updated] [WIP]New " not-chicken
@ 2020-04-03  7:41 ` xtraeme
  1 sibling, 0 replies; 3+ messages in thread
From: xtraeme @ 2020-04-03  7:41 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

New package: corectrl-1.0.8
https://github.com/void-linux/void-packages/pull/20571

Description:
closes #19192

Tested on x86_64 with RX 570.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-04-03  7:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-02 13:00 [PR PATCH] New package: corectrl-1.0.8 not-chicken
2020-04-02 17:40 ` [PR PATCH] [Updated] [WIP]New " not-chicken
2020-04-03  7:41 ` [PR PATCH] [Merged]: New " xtraeme

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).