Merge updates from master

This commit is contained in:
Repository mirror & CI
2020-11-09 18:05:29 +00:00
3 changed files with 57 additions and 0 deletions

1
net-p2p/lbry/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST LBRY_0.48.2.deb 157526062 BLAKE2B fe030ab4df3c41313caafb5ce63f42e2a44d9789cd5359c54ae50ec58fc3bc39600ba36972087f2a2feb5a97be2b048efbcf0f704134d66e5aaefc1bfe406f9c SHA512 be282f6f53de2db4fe1256e8a9e1d7dce10978925cf3bebccfa086783183349aaf9e6acee5680df6bb041efbfd1bf3881585b94ad0f09e7c4782f1e08a1f548b

View File

@@ -0,0 +1,48 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="A browser for the LBRY network, a digital marketplace controlled by its users."
HOMEPAGE="https://lbry.com/"
SRC_URI="https://github.com/lbryio/lbry-desktop/releases/download/v0.48.2/LBRY_0.48.2.deb"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="
x11-libs/libXtst
dev-libs/nss
x11-libs/libnotify
dev-libs/libappindicator
gnome-base/gconf
"
S="${WORKDIR}"
src_unpack() {
unpack ${A}
rm "${S}"/control.tar.gz
unpack "${S}"/data.tar.xz
rm data.tar.xz
rm debian-binary
}
src_install() {
mv * "${D}" || die
ls -al "${D}"
rm -rd "${D}/usr/share/doc/lbry"
fperms 0755 /opt/LBRY/lbry || die
}
pkg_postinst() {
xdg_icon_cache_update
xdg_desktop_database_update
}
pkg_postrm() {
xdg_icon_cache_update
xdg_desktop_database_update
}

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>trokhymchukartem@gmail.com</email>
<name>Trokhymchuk Artem</name>
</maintainer>
</pkgmetadata>