mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
net-p2p/fragments: add 2.1.1
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST fragments-2.1-r1.tar.xz 34069548 BLAKE2B bd8cb124abb8e569860a24aa1a2e18b1decfdd7b99674b1cb884b2d2d0550be8f4ba7becb5185a6ac0727fb1d229f3f857c76967892ba318aebd6b7ac9cbc6dd SHA512 f14b0a0019c750f20b65990fbf0531044d236543df27fe294480bb08ae873d648f564d60fb423132f6e928852f45492244e272f28a77a9bedd152645899f20dd
|
||||
DIST fragments-2.1.1.tar.xz 40624720 BLAKE2B 48960d56d53e96c35ce476899b4cf7129733e73b52c03ce1402f2fb125bf0a9c896537003fa3198d77b55105567bfe81bd14dcf30dc968816999b024bc9b152d SHA512 a5edfbcff8b978cb9f267f28fdf2b189daa620439b3eaaa4400ee97c5a3576ccfb2cbf620340d0d01fd4890a2eff02224acb4b8e655afc995410d4c6cc7bc58e
|
||||
|
||||
42
net-p2p/fragments/fragments-2.1.1.ebuild
Normal file
42
net-p2p/fragments/fragments-2.1.1.ebuild
Normal file
@@ -0,0 +1,42 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit gnome2-utils meson xdg
|
||||
|
||||
UPLOADHASH="7578eee7df552d1f9b995120100959a2"
|
||||
DESCRIPTION="Fragments is an easy to use BitTorrent client"
|
||||
HOMEPAGE="https://gitlab.gnome.org/World/Fragments"
|
||||
SRC_URI="https://gitlab.gnome.org/World/${PN}/uploads/${UPLOADHASH}/${P}.tar.xz"
|
||||
BUILD_DIR="${S}/build"
|
||||
|
||||
LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 GPL-3+ MIT Unicode-DFS-2016 Unlicense ZLIB"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/glib
|
||||
dev-libs/openssl:=
|
||||
gui-libs/gtk
|
||||
gui-libs/libadwaita
|
||||
net-p2p/transmission
|
||||
sys-apps/dbus
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
sys-devel/gettext
|
||||
virtual/rust
|
||||
"
|
||||
|
||||
QA_FLAGS_IGNORED="usr/bin/${PN}"
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
gnome2_schemas_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_pkg_postrm
|
||||
gnome2_schemas_update
|
||||
}
|
||||
Reference in New Issue
Block a user