Manuel Friedli
3f01f48ad2
Try restricting the network-sandbox. Package-Manager: Portage-3.0.30, Repoman-3.0.3
25 lines
589 B
Bash
25 lines
589 B
Bash
# Copyright 1999-2022 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
inherit gnome2 meson # cargo
|
|
|
|
DESCRIPTION="Trim videos quickly"
|
|
HOMEPAGE="https://apps.gnome.org/de/app/org.gnome.gitlab.YaLTeR.VideoTrimmer/"
|
|
SRC_URI="https://gitlab.gnome.org/YaLTeR/video-trimmer/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz"
|
|
|
|
LICENSE="GPL-3"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
|
|
RESTRICT="mirror network-sandbox"
|
|
|
|
RDEPEND="gui-libs/gtk
|
|
gui-libs/libadwaita"
|
|
|
|
DEPEND="${RDEPEND}
|
|
>=gui-libs/blueprint-compiler-0.2.0
|
|
virtual/rust"
|
|
|
|
S="${WORKDIR}/${PN}-v${PV}"
|