Package Details: deckmaster 0.9.0-1

Git Clone URL: https://aur.archlinux.org/deckmaster.git (read-only, click to copy)
Package Base: deckmaster
Description: An application to control your Elgato Stream Deck
Upstream URL: https://github.com/muesli/deckmaster
Licenses: MIT
Submitter: muesli
Maintainer: muesli
Last Packager: muesli
Votes: 3
Popularity: 0.001456
First Submitted: 2020-11-10 16:21 (UTC)
Last Updated: 2023-03-12 08:51 (UTC)

Latest Comments

muesli commented on 2020-12-15 22:59 (UTC)

That's totally fine! Thanks for the patch, I'll integrate this tonight.

Comradin commented on 2020-12-15 07:39 (UTC)

Not sure if this is the correct way to propose a patch for an aur, it's my first time contribution ;)

But the deckmaster software has a runtime dependency for the ttf-roboto package or the contained roboto fonts.

Hope it helps, Marcus

Comradin commented on 2020-12-15 07:36 (UTC) (edited on 2020-12-15 07:37 (UTC) by Comradin)

From 5a0c3718898f623b87897568548bb0f38feeb87d Mon Sep 17 00:00:00 2001
From: Marcus Franke <marcus.franke@gmail.com>
Date: Tue, 15 Dec 2020 08:31:28 +0100
Subject: [PATCH] fix: Add fonts as dependency

deckmaster relies on the roboto ttf font familiy as a runtime dependency,
these must be installed for proper operations

Signed-off-by: Marcus Franke <marcus.franke@gmail.com>
---
 PKGBUILD | 1 +
 1 file changed, 1 insertion(+)

diff --git a/PKGBUILD b/PKGBUILD
index ec8781b..7073677 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('x86_64' 'i686' 'armv6h' 'armv7h' 'aarch64')
 url="https://github.com/muesli/deckmaster"
 license=('MIT')
 makedepends=('go')
+depends=('ttf-roboto', 'go')
 source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
 sha256sums=('60cda6131ad3b9aa1b8a9900bd98a0cad5fa13af085052c5aa67619072cb957d')

-- 
2.29.2