diff options
author | haarp <main.haarp@gmail.com> | 2019-11-04 19:27:22 +0100 |
---|---|---|
committer | haarp <main.haarp@gmail.com> | 2019-11-04 19:27:22 +0100 |
commit | f40aaa34941667d0ce143968dfd4f3a29c3e104c (patch) | |
tree | e344c5d535f0f7f138de944fecd2e08d5f9ecade /x11-plugins | |
parent | Add Birdtray (ebuild originally written by xdch47) (diff) | |
download | haarp-f40aaa34941667d0ce143968dfd4f3a29c3e104c.tar.gz haarp-f40aaa34941667d0ce143968dfd4f3a29c3e104c.tar.bz2 haarp-f40aaa34941667d0ce143968dfd4f3a29c3e104c.zip |
Add desktop entry to birdtray
Signed-off-by: haarp <main.haarp@gmail.com>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/birdtray/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/birdtray/birdtray-1.6.ebuild | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/x11-plugins/birdtray/Manifest b/x11-plugins/birdtray/Manifest index f4c56b9..f04730c 100644 --- a/x11-plugins/birdtray/Manifest +++ b/x11-plugins/birdtray/Manifest @@ -1,2 +1,2 @@ DIST RELEASE_1.6.tar.gz 162985 BLAKE2B cd76a56e5e5c4419c698bd160d73daae3a157ad2534709e1c2e302b9256c6717b83c72b464b92aaab7fed67d9adb86f86c13d8a282a0d00d3a20456eb9e8fe1c SHA512 b1c76cdddbbd7e16efad6fdd9f542b57fc7618a5d88525c48f0091846794c7d3ce27a3b41e4615a7d25c30028721cee3421c32a1c6f1c6dd323e29af885dc9f5 -EBUILD birdtray-1.6.ebuild 628 BLAKE2B 73b4b8eda3f02731fb50a2da7613e3e0e7e040983e467485ac591f93493106a7b6d2f306a80f3cc054e9ede111a5a0a255ecc97ebeb8b11dfa180b05997e1e00 SHA512 923521978fb9c009a91135d4f83e516f949be760cfd8b6d0050d008849ea585d182014a90a02e84a0631c68c6c0baf890522833d4e0c20c27dbdb127937e4bbd +EBUILD birdtray-1.6.ebuild 664 BLAKE2B ef0de0944f4b613635a2674651c1b5f8ddd4aaf48bce1681cab490cc5031317f844ff87b4bc5a6f8c4d639fc76ce6b0c408664203e38e83118263360f5ac1776 SHA512 7f6a3ce18d1546c7477e0e4c5ab78763cc7f00a2ba56a9de97c00d98edadb2ca72e8e4d500c18ceca7b8b8b50adc2830a3ed01465aa789a6ef45446676ad99a9 diff --git a/x11-plugins/birdtray/birdtray-1.6.ebuild b/x11-plugins/birdtray/birdtray-1.6.ebuild index 835fbd3..9b8d8ab 100644 --- a/x11-plugins/birdtray/birdtray-1.6.ebuild +++ b/x11-plugins/birdtray/birdtray-1.6.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils xdg-utils +inherit cmake-utils desktop xdg-utils DESCRIPTION="Birdtray is a free system tray notification for new mail for Thunderbird" HOMEPAGE="https://github.com/gyunaev/birdtray" @@ -21,6 +21,7 @@ S="${WORKDIR}/${PN}-RELEASE_${PV}" src_install() { dobin "${BUILD_DIR}/${PN}" + make_desktop_entry "${PN}" } pkg_postinst() { |