From: "Rick Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/qdmr/
Date: Sun, 11 Sep 2022 18:18:40 +0000 (UTC) [thread overview]
Message-ID: <1662920310.823f0b1076b5313d86cee929c0c7770beaf60d42.zerochaos@gentoo> (raw)
commit: 823f0b1076b5313d86cee929c0c7770beaf60d42
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 18:17:27 2022 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 18:18:30 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=823f0b10
net-wireless/qdmr: add 0.10.3
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
net-wireless/qdmr/Manifest | 1 +
net-wireless/qdmr/qdmr-0.10.3.ebuild | 59 ++++++++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
diff --git a/net-wireless/qdmr/Manifest b/net-wireless/qdmr/Manifest
index 3482c6dc382a..f06f1b38b045 100644
--- a/net-wireless/qdmr/Manifest
+++ b/net-wireless/qdmr/Manifest
@@ -1 +1,2 @@
DIST qdmr-0.10.2.tar.gz 5903169 BLAKE2B 1ef4e9846dd4206d1eae3cfb5562fccec24b156bfd77a82e801e8d1194b969bbda0f14e99c1b6505d18abba4a79d87c5eee2232110969faf4c078c1fe781a8ee SHA512 96a3fd22be2b8f77a4925cfb426de12a55b29ee73eaf78869091fd0ecd36d2df51195f2ca70689857e190767c4651d3d4915a0b7aa9f5c6e429f46a53edb991c
+DIST qdmr-0.10.3.tar.gz 5918281 BLAKE2B cbbb3e7d60f8114e2823186a1576ad384a7ce89c36b90d9352b02c60cc8dc436c0e94b1c69057cd0ef1ca45c3e51a6a40d32c1dc24bce8797597dea9ad5f780d SHA512 ab52c7169c39b10e7ea298473bc1e7aaca5141ad300df96a6e4b2da5776eb16a7679e961c72d9e16277b6d9aa39764b565ca252b146aba3eb8ce705568883f1f
diff --git a/net-wireless/qdmr/qdmr-0.10.3.ebuild b/net-wireless/qdmr/qdmr-0.10.3.ebuild
new file mode 100644
index 000000000000..2408bd6b897c
--- /dev/null
+++ b/net-wireless/qdmr/qdmr-0.10.3.ebuild
@@ -0,0 +1,59 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake udev linux-info
+
+DESCRIPTION="GUI application for configuring and programming cheap DMR radios"
+HOMEPAGE="https://dm3mat.darc.de/qdmr/"
+if [ "${PV}" = "9999" ]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/hmatuschek/qdmr.git"
+else
+ MY_PV="${PV/_/-}"
+ SRC_URI="https://github.com/hmatuschek/qdmr/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/${PN}-${MY_PV}"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+ dev-cpp/yaml-cpp:=
+ dev-qt/designer:5
+ dev-qt/qttest:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtgui:5
+ dev-qt/qtcore:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtpositioning:5
+ dev-qt/qtserialport:5
+ virtual/libusb:1
+"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-qt/linguist-tools:5"
+
+pkg_setup() {
+ CONFIG_CHECK="~USB_ACM"
+ WARNING_USB_ACM="Some radios require CONFIG_USB_ACM to work, you may need to enable this driver to talk to your radio"
+ CONFIG_CHECK="~USB_SERIAL"
+ WARNING_USB_SERIAL="Some radios require CONFIG_USB_SERIAL to work, you may need to enable this driver to talk to your radio"
+ check_extra_config
+}
+
+src_prepare() {
+ #no devil perms
+ sed -i 's#666#660#' dist/99-qdmr.rules
+ sed -i "s#/etc/udev/rules.d/#$(get_udevdir)/rules.d#" lib/CMakeLists.txt
+ cmake_src_prepare
+}
+
+pkg_postinst() {
+ udev_reload
+}
+
+pkg_postrm() {
+ udev_reload
+}
next reply other threads:[~2022-09-11 18:18 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-11 18:18 Rick Farina [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-05 16:40 [gentoo-commits] repo/gentoo:master commit in: net-wireless/qdmr/ Rick Farina
2024-09-05 16:40 Rick Farina
2024-09-05 16:33 Rick Farina
2023-11-16 1:54 Rick Farina
2023-01-30 16:11 Rick Farina
2023-01-13 19:40 Rick Farina
2023-01-11 21:23 Rick Farina
2023-01-11 19:52 Rick Farina
2023-01-11 19:52 Rick Farina
2022-11-13 22:27 Jory Pratt
2022-09-11 18:18 Rick Farina
2022-08-12 12:29 Agostino Sarubbo
2022-08-09 1:24 Jory Pratt
2022-08-08 9:40 Andreas Sturmlechner
2022-04-08 16:48 Rick Farina
2022-04-08 13:40 Rick Farina
2022-01-06 15:33 Rick Farina
2022-01-06 15:33 Rick Farina
2021-11-06 23:28 Rick Farina
2021-11-06 23:28 Rick Farina
2021-10-28 18:59 Rick Farina
2021-10-11 16:47 Rick Farina
2021-10-04 16:45 Rick Farina
2021-10-04 1:07 Rick Farina
2021-09-28 16:07 Rick Farina
2021-07-13 14:17 Rick Farina
2021-05-14 18:17 Rick Farina
2021-04-29 14:18 Rick Farina
2021-04-21 20:11 Rick Farina
2021-04-05 21:09 Rick Farina
2021-04-05 20:05 Rick Farina
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=1662920310.823f0b1076b5313d86cee929c0c7770beaf60d42.zerochaos@gentoo \
--to=zerochaos@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.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