diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-02-27 23:31:44 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-02-27 23:32:36 +0100 |
| commit | 51b061083a0aeaa9580055a8082153be17990fe4 (patch) | |
| tree | 89e7bc19be3f56133f28b0e09c5f72b0aef62358 /dev-embedded/mcu8051ide/files/mcu8051ide-1.4.10-desktop-file.patch | |
| parent | 847ef792906b51f2914dc46eae8199c7eafd5ce0 (diff) | |
| download | gentoo-51b061083a0aeaa9580055a8082153be17990fe4.tar.gz gentoo-51b061083a0aeaa9580055a8082153be17990fe4.tar.bz2 gentoo-51b061083a0aeaa9580055a8082153be17990fe4.zip | |
dev-embedded/mcu8051ide: EAPI-8 bump, switch to cmake.eclass
Fix HOMEPAGE
Fix appdata installation path
Fix desktop file
Drop install of useless files
Don't install compressed manpages
Closes: https://bugs.gentoo.org/735720
Closes: https://bugs.gentoo.org/735726
Closes: https://bugs.gentoo.org/834305
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-embedded/mcu8051ide/files/mcu8051ide-1.4.10-desktop-file.patch')
| -rw-r--r-- | dev-embedded/mcu8051ide/files/mcu8051ide-1.4.10-desktop-file.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-embedded/mcu8051ide/files/mcu8051ide-1.4.10-desktop-file.patch b/dev-embedded/mcu8051ide/files/mcu8051ide-1.4.10-desktop-file.patch new file mode 100644 index 000000000000..00dde9bdef96 --- /dev/null +++ b/dev-embedded/mcu8051ide/files/mcu8051ide-1.4.10-desktop-file.patch @@ -0,0 +1,23 @@ +Subject: Add Keywords and Field code to Exec field + Fabricio added some keywords and Carlos added the Field code. + +Author: Fabricio Alcalde <f@lcald.com.ar> +Author: Carlos Henrique Lima Melara <charlesmelara@outlook.com> +Last-Update: 2020-06-27 + +--- a/mcu8051ide.desktop ++++ b/mcu8051ide.desktop +@@ -2,7 +2,7 @@ + Categories=Development; + Comment=Graphical IDE for MCS-51 based microcontrollers + Comment[en_US]=Graphical IDE for MCS-51 based microcontrollers +-Exec=mcu8051ide ++Exec=mcu8051ide %f + GenericName=MCU 8051 IDE + GenericName[en_US]=MCU 8051 IDE + Icon=mcu8051ide +@@ -17,3 +17,4 @@ Version=1.0 + X-DCOP-ServiceType= + X-KDE-SubstituteUID=false + X-KDE-Username= ++Keywords=mcu8051ide;8051;ide |
