Skip to content

Commit

Permalink
net-p2p/transmission-remote-gtk: add 1.5.1
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/834633
Closes: https://bugs.gentoo.org/741094
Closes: #24689
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
  • Loading branch information
floppym committed May 31, 2022
1 parent d3ab52a commit 1a5fc9a
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
1 change: 1 addition & 0 deletions net-p2p/transmission-remote-gtk/Manifest
@@ -1 +1,2 @@
DIST transmission-remote-gtk-1.4.1.tar.xz 543620 BLAKE2B dea556138a7f554a6cbe5c3e0d5bdd9057cb61d2d80e2d89beb96b2926218e19ce85759fd079375ba8896e185bbdec74979372a9413dc5c513204f47b93e4304 SHA512 c1a2c26d01bc2557bafae9baa370f713e0412ac8445e12b19e9b3027c1a269745dbb865195d683af397d43a2956f51aad8bdfcaff93e4f07015e33715770de48
DIST transmission-remote-gtk-1.5.1.tar.xz 236804 BLAKE2B b2aeb4641a0ab55d2a212cdb04e8929c8c580e2f20a9a60fce7977404d1f0af64b5fc9ff2f9d7dd7d5744dddc34181d689c8dcab34cc23a0989a7e7f03d84395 SHA512 4488714f483dfbf539e39dc4b742127dc47799b255e7bc0e27c33aea92cea26d229616a484b566f5d85034d841a34546b113fc0428908ada4876840ff25cc824
@@ -0,0 +1,45 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit meson xdg

DESCRIPTION="GTK+ client for management of the Transmission BitTorrent client, over HTTP RPC"
HOMEPAGE="https://github.com/transmission-remote-gtk/transmission-remote-gtk"
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
IUSE="appindicator debug geoip libproxy rss"

# RESTRICT="test"

# FIXME: bundles rss-glib-0.2.3
RDEPEND="
>=dev-libs/glib-2.56:2
>=dev-libs/json-glib-1.2.8
net-misc/curl
>=x11-libs/gtk+-3.22:3
appindicator? ( dev-libs/libappindicator:3 )
geoip? ( dev-libs/geoip )
libproxy? ( net-libs/libproxy )
rss? ( >=net-libs/libmrss-0.18 )
"
DEPEND="${RDEPEND}
"
BDEPEND="
sys-devel/gettext
virtual/pkgconfig
"

src_configure() {
local emesonargs=(
$(meson_feature rss mrss)
$(meson_feature libproxy)
$(meson_feature geoip)
$(meson_feature appindicator libappindicator)
)
meson_src_configure
}

0 comments on commit 1a5fc9a

Please sign in to comment.