diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-12-15 22:25:44 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-12-15 22:25:44 +0000 |
commit | d7037eda4064951a58c2b6475fed0b4d06a41f95 (patch) | |
tree | 04b695ed11f3f78b4e3b037aea81997461e6710e /mail-client/wavebox/wavebox-10.0.283.ebuild | |
parent | 1ff971fd56d6552777f960ecb1cc599b6892f10c (diff) |
mail-client/wavebox : version bump
Diffstat (limited to 'mail-client/wavebox/wavebox-10.0.283.ebuild')
-rw-r--r-- | mail-client/wavebox/wavebox-10.0.283.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/mail-client/wavebox/wavebox-10.0.283.ebuild b/mail-client/wavebox/wavebox-10.0.283.ebuild deleted file mode 100644 index cb1b7338..00000000 --- a/mail-client/wavebox/wavebox-10.0.283.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 2016-2019 Redcore Linux Project -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit eutils - -MY_PN="Wavebox" - -DESCRIPTION="The next generation of web-desktop communication" -HOMEPAGE="https://wavebox.io" -SRC_URI="https://download.wavebox.app/stable/linux/tar/${MY_PN}_${PV}-2.tar.gz" - -LICENSE="MPL-2.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="dev-libs/nss - gnome-base/gconf - media-libs/alsa-lib - sys-apps/lsb-release - x11-libs/gtk+:2 - x11-libs/libXtst - x11-libs/libnotify" -RDEPEND="${DEPEND}" - -RESTRICT="mirror strip" - -S="${WORKDIR}/${PN}_${PV}-2" - -src_install() { - dodir /opt/${PN} - insinto /opt/${PN} - doins -r ${S}/* - fperms 0755 /opt/${PN}/${PN} - - dodir /usr/share/applications - insinto /usr/share/applications - doins ${FILESDIR}/${PN}.desktop -} |