From b9212ec2673ab7665c4c053358915cbb7e5422dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 25 Dec 2020 12:34:52 +0100 Subject: net-im/rambox: add desktop entry --- net-im/rambox/rambox-0.7.7-r1.ebuild | 17 ----------------- net-im/rambox/rambox-0.7.7-r2.ebuild | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 17 deletions(-) delete mode 100644 net-im/rambox/rambox-0.7.7-r1.ebuild create mode 100644 net-im/rambox/rambox-0.7.7-r2.ebuild diff --git a/net-im/rambox/rambox-0.7.7-r1.ebuild b/net-im/rambox/rambox-0.7.7-r1.ebuild deleted file mode 100644 index db70261..0000000 --- a/net-im/rambox/rambox-0.7.7-r1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -EAPI=7 - -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" -S="${WORKDIR}" - -LICENSE="GPL-3.0+" -SLOT="0" -KEYWORDS="amd64" - -src_install() { - dodir /opt - 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" -} diff --git a/net-im/rambox/rambox-0.7.7-r2.ebuild b/net-im/rambox/rambox-0.7.7-r2.ebuild new file mode 100644 index 0000000..9f02b32 --- /dev/null +++ b/net-im/rambox/rambox-0.7.7-r2.ebuild @@ -0,0 +1,20 @@ +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" +S="${WORKDIR}" + +LICENSE="GPL-3.0+" +SLOT="0" +KEYWORDS="amd64" + +src_install() { + dodir /opt + 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 +} -- cgit v1.2.3