From 6f8470c30abc4380782f9064326967c37acfbeaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org> Date: Fri, 25 Jun 2021 16:47:28 +0000 Subject: [PATCH] Adjust seahorse to nabia, prevent empty-ish series file complete helper. --- helpers/make-seahorse | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/helpers/make-seahorse b/helpers/make-seahorse index 597ad42b..a5b6a08e 100644 --- a/helpers/make-seahorse +++ b/helpers/make-seahorse @@ -1,6 +1,7 @@ #!/bin/sh # # Copyright (C) 2019 Ruben Rodriguez <ruben@trisquel.info> +# Copyright (C) 2021 Luis Guzman <ark@switnet.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,11 +18,11 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=4 +VERSION=5 . ./config -sed 's/^Categories=.*/Categories=GTK;Settings;X-MATE-PersonalSettings;/' -i data/seahorse.desktop.in.in +sed 's/^Categories=.*/Categories=GTK;Settings;X-MATE-PersonalSettings;/' -i data/org.gnome.seahorse.Application.desktop.in.in changelog "Moved to control panel" -- GitLab