From aa0aa03c84f0f5e36a3de60f9c356a25d4519e79 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Thu, 2 Apr 2026 17:40:35 +0900 Subject: nongnu: Add makemkv. * nongnu/packages/patches/makemkv-app-id.patch: New file. * nongnu/packages/video.scm (makemkv): New variable. Signed-off-by: Hilton Chain Modified-by: Hilton Chain --- nongnu/packages/patches/makemkv-app-id.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 nongnu/packages/patches/makemkv-app-id.patch (limited to 'nongnu/packages/patches/makemkv-app-id.patch') diff --git a/nongnu/packages/patches/makemkv-app-id.patch b/nongnu/packages/patches/makemkv-app-id.patch new file mode 100644 index 0000000..b314fd7 --- /dev/null +++ b/nongnu/packages/patches/makemkv-app-id.patch @@ -0,0 +1,14 @@ +diff --git a/makemkvgui/src/main.cpp b/makemkvgui/src/main.cpp +index 73ce457..71f822c 100644 +--- a/makemkvgui/src/main.cpp ++++ b/makemkvgui/src/main.cpp +@@ -65,6 +65,9 @@ int qMain(int argc, char **argv) + #if (QT_VERSION > 0x050000) + QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps); + #endif ++ // Ensure the app-id ('makemkv') is set, so that GNOME can show ++ // the correct icon in the dash. ++ QGuiApplication::setDesktopFileName("makemkv"); + + CApClient::ITransport* p_trans = NULL; + -- cgit v1.3