Skip to content

Commit

Permalink
mail-mta/fakesmtp-bin: fix name of desktop file
Browse files Browse the repository at this point in the history
This is required so that Plasma displays the icon as a separate application in the task bar.
  • Loading branch information
robert7k committed Nov 14, 2024
1 parent c6d692a commit 010ee45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mail-mta/fakesmtp-bin/Manifest
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
AUX fakesmtp.png 1867 BLAKE2B e11eecdbb2a742611733fb52a5fe824b64c460518d4cfa31df4a28888e428f51f07288e72beb3f8183c2fa6c8e7e897f5be3c5e11470c77805a406f61a201feb SHA512 7509f0e857747c2a527e714ce9453ea11e32286204032346658d844b2e2f71d9dc452b742a43df05a5845240cf7599abecbf2aa1a451012a2bc43bfaf678b6ce
DIST fakesmtp-bin-2.0.zip 1678306 BLAKE2B a2c5915e2ad13be67ab3a8e66f64f6c9425931aeab689c628975f92315a3e31783aa9de967ec11f98fea32dc4d9aa0fc35805dfaa5547f541eaaf1a23d4b34bd SHA512 6e97b5d669cf42cfe20607af174a52ec4ea4ea2faf036f83dbc9b66eaf38aa5d15a0a02d9184d21b22275752661f8a5861f4e433c42ecd4f6839128d00e43114
EBUILD fakesmtp-bin-2.0.ebuild 858 BLAKE2B 3c716fe82793ca42e8543200e037fd05bff8c91397ed55008851e5c3a755c27ee008ea1fbe1147920388142e83e971a748ac72da8e96d63b8faa7bb1d5118cc5 SHA512 22788059c960f51e031d8db502a9db6a7bd3749c0954e2b68d9b736678354f10ad233f35d42f892c971afe7f522f7fca50a4269f528f6a9f0e0d8714fc206b56
EBUILD fakesmtp-bin-2.0-r1.ebuild 975 BLAKE2B 4c8a433cd0d5cf37f5c7a3318183500cd2aaa79ccac49390bc841f493b861e8da25c17e645d8d5f4da2bb5fe95424a91c25b8c9a37bb141e50fda39311588b4a SHA512 d9c9c1181e418ed0563cbab815c513c91c870b4709c54b62b5d3b93bc6ea5b14068a5ddd3597a5ba3dd19b98a76fe3a1eb369a290a573cbe1756ad08aa320bfc
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ src_install() {
java-pkg_newjar ${S}/fakeSMTP-2.0.jar "${MY_PN}.jar" || die "java-pkg_newjar faild"
java-pkg_dolauncher ${MY_PN} --jar "${MY_PN}.jar" --pkg_args '-s -p 2525 -o /tmp/fakeSmtp-received-mails' || die "java-pkg_dolauncher failed"
doicon ${FILESDIR}/${MY_PN}.png
make_desktop_entry ${MY_PN} "FakeSMTP" ${MY_PN} "Development"
make_desktop_entry {MY_PN} "FakeSMTP" ${MY_PN} "Development"
mv usr/share/applications/fakesmtp-fakesmtp-bin.desktop usr/share/applications/com-nilhcem-fakesmtp-FakeSMTP.desktop
}

0 comments on commit 010ee45

Please sign in to comment.