From 6165975bdcc51042b96ad4d90139e6903691e011 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nils=20B=C3=BCchner?= <n.buechner@united-gameserver.de>
Date: Sun, 28 May 2023 09:37:29 +0200
Subject: [PATCH] fix snap build. add libfreetype-dev and libfreetype6 as
 required packages.

---
 snap/snapcraft.yaml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 61e6e3051..29a8b34ed 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -20,7 +20,7 @@ apps:
     command: usr/bin/keepassxc-proxy
     extensions: [kde-neon]
     plugs: [home]
-    
+
 slots:
   session-dbus-interface:
     interface: dbus
@@ -53,6 +53,7 @@ parts:
       - libxi-dev
       - libxtst-dev
       - asciidoctor
+      - libfreetype-dev
     stage-packages:
       - dbus
       - libbotan-2-19
@@ -62,4 +63,10 @@ parts:
       - libpcsclite1
       - libminizip1
       - libxtst6
+      - libfreetype6
       - xclip
+lint:
+  ignore:
+    - library:
+      - lib/**/libhistory.so*
+