Package Details: qdmr-git r1419.a6c72eb1-1

Git Clone URL: https://aur.archlinux.org/qdmr-git.git (read-only, click to copy)
Package Base: qdmr-git
Description: A GUI application for configuring and programming cheap DMR radios
Upstream URL: https://github.com/hmatuschek/qdmr
Licenses: GPL-3.0-or-later
Conflicts: qdmr
Provides: qdmr
Submitter: dannixon
Maintainer: tsprinz
Last Packager: tsprinz
Votes: 4
Popularity: 0.70
First Submitted: 2021-04-29 15:14 (UTC)
Last Updated: 2025-01-19 14:31 (UTC)

Required by (0)

Sources (2)

Latest Comments

nkeck72 commented on 2025-07-05 21:48 (UTC)

Can confirm that ilyxa's patch does the trick. I've been essentially doing that manually to get this to build for a while now anyway. Now we wait for the maintainer to notice :)

ilyxa commented on 2025-07-02 08:59 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index ef4eb6c..d0e54c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Timo S. Prinz <t.prinz@coliza.de>
 # Contributor: Dan Nixon <dan@dan-nixon.com>
 pkgname=qdmr-git
-pkgver=r1419.a6c72eb1
+pkgver=r1460.ea6b3ffe
 pkgrel=1
 pkgdesc="A GUI application for configuring and programming cheap DMR radios"
 arch=('x86_64' 'i686')
@@ -35,6 +35,7 @@ build() {
     -D CMAKE_INSTALL_PREFIX=/usr
        -D INSTALL_UDEV_RULES=ON
        -D INSTALL_UDEV_PATH=/etc/udev/rules.d
+    -DCMAKE_POLICY_VERSION_MINIMUM=3.5 
   )
   cmake "${cmake_options[@]}"
   cmake --build build

nkeck72 commented on 2025-04-25 13:40 (UTC)

Looks like this has been hit with the CMake compat removal:

CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.


-- Configuring incomplete, errors occurred!

Most likely upstream, but I've found that in most cases you can patch the CMAKE_MINIMUM_VERSION upward with little consequence, as long as the CMakeLists doesn't rely on very old behavior.

tsprinz commented on 2024-02-29 18:18 (UTC)

@nemanjan00 Thanks for the hint, I added the patch.

nemanjan00 commented on 2023-06-23 10:49 (UTC)

/etc/udev/rules.d/99-qdmr.rules should be patched since dialout group does not exist on ArchLinux and uucp is used instead.

bastla commented on 2022-01-23 12:06 (UTC)

Dan, Thanks for adding this on short notice. :-)

dannixon commented on 2022-01-23 11:31 (UTC)

Added qmdr to provide the latest release (which appears to build and work fine).

bastla commented on 2022-01-22 12:09 (UTC)

The current master branch seems to be broken. Would it be possible to offer an AUR build for the latest release version?