logo

overlay

My (experimental) gentoo overlay
commit: 67656c7ea98ba0200daef7124bf6cf6ace9329a8
parent: aadcd1d7c4621bbfb051bcec5a98215203993e7f
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri,  1 Mar 2019 03:05:40 +0100

www-plugins/decentraleyes: New Package

Diffstat:

Awww-plugins/decentraleyes/Manifest3+++
Awww-plugins/decentraleyes/decentraleyes-2.0.9.ebuild28++++++++++++++++++++++++++++
Awww-plugins/decentraleyes/metadata.xml14++++++++++++++
3 files changed, 45 insertions(+), 0 deletions(-)

diff --git a/www-plugins/decentraleyes/Manifest b/www-plugins/decentraleyes/Manifest @@ -0,0 +1,3 @@ +DIST passff-1.6.3-fx.xpi 66124 BLAKE2B 9638567e141f0bc68d754325df2bc97a45f918778bddf536ccf9b5701a7e805f0081f8cd1c4193cd750c079b7e00880872cecb71324fd7267fe39638f4c46a9a SHA512 83dffe2b2f1284d90c6e37b5e794e45cc8e2e59f782ee0cce37da4bf16a6349f645e5fb59516bf5a10ef6a9e77a775cd81e4e775fb45b8a8454c9db4c0b781b5 +EBUILD passff-1.6.3.ebuild 890 BLAKE2B 6c1ce853b9d044dc641ce3467f5244fe10004253d1aa1b04bca7c637d50e0e7ddf3b0ea5a895854038074e4c87764199b1619db751a5c75fca024db0bc4b10c5 SHA512 b577c4b1c1ba6bf56ecd3338d32604d4763ba789198719389b4746095c9cfc966b62c5e14c774f0955ffbf9a57d05fb1c16acd74bd8f1bdbb82ae4c7a85742cf +MISC metadata.xml 405 BLAKE2B 67f6bbac11d8079427eaf30bbdb41ceeb738d31b437a9bc4253e912edd4ff4c8294ee27805188728a782bd99ddaba4fd0b274c5a6918159121ad840f328bb1ba SHA512 8312f9bc8e7859745d0ccf2ccda8e8e797d1d1b1b7537554c1ba788277ccb2de72d28a93e7cc55795c9f407389b2dc5067c5f025db98ff08b520ede3cb4aa513 diff --git a/www-plugins/decentraleyes/decentraleyes-2.0.9.ebuild b/www-plugins/decentraleyes/decentraleyes-2.0.9.ebuild @@ -0,0 +1,28 @@ +# Copyright 2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me> +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_XPINAME="${P}-an+fx" + +DESCRIPTION="Firefox addon that fixes low contrast text when using dark desktop theme" +HOMEPAGE="https://decentraleyes.org/" +SRC_URI="https://addons.mozilla.org/firefox/downloads/file/1671300/decentraleyes-2.0.9-an+fx.xpi" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +S="${WORKDIR}" + +src_unpack() { + cp "${DISTDIR}/${MY_XPINAME}.xpi" . || die +} + +src_install() { + # See https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Distribution_options/Sideloading_add-ons#Installation_using_the_standard_extension_folders + insinto "/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/" + # passff@invicem.pro is the extension id found in the manifest.json + newins "${MY_XPINAME}.xpi" "jid1-BoFifL9Vbdl2zQ@jetpack.xpi" +} diff --git a/www-plugins/decentraleyes/metadata.xml b/www-plugins/decentraleyes/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>contact@hacktivis.me</email> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <upstream> + <changelog>https://git.synz.io/Synzvato/decentraleyes/tags?format=atom</changelog> + </upstream> +</pkgmetadata>