1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2025-12-25 16:02:30 +01:00

Removed bluejeans ebuild

This commit is contained in:
2022-07-19 19:14:56 +02:00
parent 0a160e0427
commit 14631895d5
3 changed files with 0 additions and 98 deletions

View File

@@ -1,3 +0,0 @@
DIST bluejeans-1.37.22.x86_64.rpm 48029216 BLAKE2B 1278a45f4b0e31ccd42de2b21ed7adfe7f1b8c35bb2bd2f9c9685030cb6e4f74add7352e201afdf329f6eb46663513887d4b3a9b07fbf6bf6700bd5791995423 SHA512 77d7a8e0c5590e43d8708f7625724606886c86ec5910b79fefd91280b5e0573a761fe2e8950988d89d8a01a146035a4b5add95294d7bf8779a9aef17b6710f8b
EBUILD bluejeans-1.37.22-r1.ebuild 1184 BLAKE2B f13232063266fac8146f7d88aef6149608bee65afdd09a041580445c812de669179e8200e4ff725042494cd64ec84f86da48cab474d7ae5a98c8eb3f4bad174f SHA512 c7cf3e2bdf32bb6a4ef3d33fa6cf993d388d7c1ecce1f7dc4534644eb2d0e8c99bad337723aa63e43956fa5f1e6acbc4063d76421c98af431467c07378ef2363
EBUILD bluejeans-1.37.22.ebuild 897 BLAKE2B 7fa3f6c162182e8a6613049558a052fb70d882ff98fd9b938a89d976fd939e264bb3c3a67d86ec640d7537b71c343321410fc694a4bcd4af2d4ac1c567a4271d SHA512 d0697fdb9c7b7d9e6cd17ea1fc3cbfee3a8bd926aacb8205ac7d55dc0ddee5c4fc329f74988c6252522ee2a5c1270a8b602a723106ff67616e2ca9555989ce9d

View File

@@ -1,56 +0,0 @@
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit rpm desktop xdg-utils
DESCRIPTION="Online meetings, video conferencing, and screen sharing for teams of any size"
HOMEPAGE="https://www.bluejeans.com"
SRC_URI="https://swdl.bluejeans.com/desktop/linux/1.37/1.37.22/bluejeans-1.37.22.x86_64.rpm"
LICENSE="BlueJeans"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="sys-libs/libudev-compat"
RDEPEND="${DEPEND}"
BDEPEND=""
RESTRICT=strip
S="${WORKDIR}"
src_unpack() {
rpm_src_unpack ${A}
sed -i '/Version=/d' opt/bluejeans/bluejeans.desktop
}
src_install() {
cp -R "${S}/"* "${D}/" || die "Install failed!"
local res
for res in 16 24 32 256; do
newicon -s ${res} opt/${PN}/icons/hicolor/${res}x${res}/apps/${PN}.png ${PN}.png
done
fperms +x /opt/${PN}/${PN}
fperms +x /opt/${PN}/${PN}-bin
dosym /opt/${PN}/${PN} /opt/bin/${PN}
dosym /opt/${PN}/${PN}-bin /opt/bin/${PN}-bin
dosym /usr/lib/libudev.so /opt/${PN}/libudev.so.0
domenu opt/${PN}/${PN}.desktop
}
pkg_postinst() {
xdg_icon_cache_update
xdg_desktop_database_update
}
pkg_postrm() {
xdg_icon_cache_update
xdg_desktop_database_update
}

View File

@@ -1,39 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit rpm
DESCRIPTION="Online meetings, video conferencing, and screen sharing for teams of any size"
HOMEPAGE="https://www.bluejeans.com"
SRC_URI="https://swdl.bluejeans.com/desktop/linux/1.37/1.37.22/bluejeans-1.37.22.x86_64.rpm"
LICENSE="BlueJeans"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
S="${WORKDIR}"
src_unpack() {
rpm_src_unpack ${A}
}
src_install() {
cp -R "${S}/"* "${D}/" || die "Install failed!"
local res
for res in 16 24 32 256; do
newicon -s ${res} opt/${PN}/icons/hicolor/${res}x${res}/apps/${PN}.png ${PN}.png
done
fperms +x /opt/${PN}/${PN}
fperms +x /opt/${PN}/${PN}-bin
dosym /opt/${PN}/${PN} /opt/bin/${PN}
dosym /opt/${PN}/${PN}-bin /opt/bin/${PN}-bin
dosym /usr/lib/libudev.so /opt/${PN}/libudev.so.0
domenu opt/${PN}/${PN}.desktop
}