From 0e3325257e11b822021f1b48e644dd87c5c7b30d Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mar 13 2015 16:07:28 +0000 Subject: set terminal=true in desktop-file to fix start from menus --- diff --git a/system-config-keyboard.spec b/system-config-keyboard.spec index e1333b2..3449bef 100644 --- a/system-config-keyboard.spec +++ b/system-config-keyboard.spec @@ -3,7 +3,7 @@ Name: system-config-keyboard Version: 1.4.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A graphical interface for modifying the keyboard Group: System Environment/Base @@ -47,13 +47,17 @@ Base components of system-config-keyboard. %prep %setup -q +# rhbz (#1185860) +sed -i -e 's,Terminal=false,Terminal=true,g' system-config-keyboard.desktop.in + %build -make +make %{?_smp_mflags} V=1 %install -make INSTROOT=%{buildroot} install +%{make_install} + desktop-file-install --vendor system --delete-original \ --dir %{buildroot}%{_datadir}/applications \ %{buildroot}%{_datadir}/applications/system-config-keyboard.desktop @@ -94,6 +98,10 @@ fi %changelog +* Fri Mar 13 2015 Wolfgang Ulbrich - 1.4.0-6 +- rhbz (#1185860), set terminal=true in desktop-file to fix start from menus +- use modern 'make' macros + * Sun Jun 08 2014 Fedora Release Engineering - 1.4.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild