From 452f5544c43a2417efc5a8a792e3cd493debcc22 Mon Sep 17 00:00:00 2001 From: Kuklin István Date: Mon, 4 Mar 2019 09:14:01 +0100 Subject: It works! Mandatory fields, .SRCINFO --- remove_xdg_cmds_from_makefile.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 remove_xdg_cmds_from_makefile.patch (limited to 'remove_xdg_cmds_from_makefile.patch') diff --git a/remove_xdg_cmds_from_makefile.patch b/remove_xdg_cmds_from_makefile.patch new file mode 100644 index 0000000..99f5065 --- /dev/null +++ b/remove_xdg_cmds_from_makefile.patch @@ -0,0 +1,21 @@ +--- anki-2.1.9-linux-amd64/Makefile.old 2019-02-20 05:54:05.000000000 +0100 ++++ anki-2.1.9-linux-amd64/Makefile 2019-03-04 09:02:18.385431498 +0100 +@@ -20,14 +20,14 @@ + mv anki.xpm anki.png ${PREFIX}/share/pixmaps/;\ + mv anki.desktop ${PREFIX}/share/applications/;\ + mv anki.1 ${PREFIX}/share/man/man1/) +- xdg-mime install anki.xml --novendor +- xdg-mime default anki.desktop application/x-colpkg +- xdg-mime default anki.desktop application/x-apkg ++# xdg-mime install anki.xml --novendor ++# xdg-mime default anki.desktop application/x-colpkg ++# xdg-mime default anki.desktop application/x-apkg + @echo + @echo "Install complete. Type 'anki' to run." + + uninstall: +- -xdg-mime uninstall ${PREFIX}/share/anki/anki.xml ++# -xdg-mime uninstall ${PREFIX}/share/anki/anki.xml + rm -rf ${PREFIX}/share/anki + rm -rf ${PREFIX}/bin/anki + rm -rf ${PREFIX}/share/pixmaps/anki.xpm -- cgit v1.2.3-70-g09d2