diff options
author | Karel Kočí <cynerd@email.cz> | 2020-12-25 12:34:52 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-12-25 12:34:52 +0100 |
commit | b9212ec2673ab7665c4c053358915cbb7e5422dd (patch) | |
tree | 298aa4fa37514e25088a19909524d78d8ab844ae /net-im | |
parent | cb337927a110eb2ebe93e63abf1d6e10b5327090 (diff) | |
download | gentoo-personal-overlay-b9212ec2673ab7665c4c053358915cbb7e5422dd.tar.gz gentoo-personal-overlay-b9212ec2673ab7665c4c053358915cbb7e5422dd.tar.bz2 gentoo-personal-overlay-b9212ec2673ab7665c4c053358915cbb7e5422dd.zip |
net-im/rambox: add desktop entry
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/rambox/rambox-0.7.7-r2.ebuild (renamed from net-im/rambox/rambox-0.7.7-r1.ebuild) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-im/rambox/rambox-0.7.7-r1.ebuild b/net-im/rambox/rambox-0.7.7-r2.ebuild index db70261..9f02b32 100644 --- a/net-im/rambox/rambox-0.7.7-r1.ebuild +++ b/net-im/rambox/rambox-0.7.7-r2.ebuild @@ -1,5 +1,7 @@ EAPI=7 +inherit desktop + DESCRIPTION="Messaging and emailing app that combines common web applications into one" HOMEPAGE="https://github.com/ramboxapp/community-edition" SRC_URI="https://github.com/ramboxapp/community-edition/releases/download/${PV}/Rambox-${PV}-linux-x64.tar.gz -> ${P}.tar.gz" @@ -14,4 +16,5 @@ src_install() { cp -R "${S}/Rambox-${PV}-linux-x64/" "${D}/opt/rambox/" || die "Install failed!" dodir /usr/bin ln -s /opt/rambox/rambox "${D}/usr/bin/rambox" + make_desktop_entry rambox Rambox } |