View | Details | Raw Unified | Return to bug 274236 | Differences between
and this patch

Collapse All | Expand All

(-)b/net-p2p/Makefile (+1 lines)
Lines 101-106 Link Here
101
    SUBDIR += transmission
101
    SUBDIR += transmission
102
    SUBDIR += transmission-components
102
    SUBDIR += transmission-components
103
    SUBDIR += transmission-remote-gui
103
    SUBDIR += transmission-remote-gui
104
    SUBDIR += tremotesf
104
    SUBDIR += twitch-tui
105
    SUBDIR += twitch-tui
105
    SUBDIR += udpt
106
    SUBDIR += udpt
106
    SUBDIR += uhub
107
    SUBDIR += uhub
(-)b/net-p2p/tremotesf/Makefile (+32 lines)
Added Link Here
1
PORTNAME=	tremotesf
2
DISTVERSION=	2.4.0
3
CATEGORIES=	net-p2p
4
5
MAINTAINER=	vsasjason@gmail.com
6
COMMENT=	Remote GUI for transmission-daemon
7
8
LICENSE=	GPLv3+
9
LICENSE_FILE=	${WRKSRC}/LICENSES/GPL-3.0-or-later.txt
10
11
BUILD_DEPENDS=	cxxopts>0:devel/cxxopts
12
LIB_DEPENDS=	libfmt.so:devel/libfmt \
13
		libpsl.so:dns/libpsl
14
15
USES=		cmake desktop-file-utils gettext-tools kde:5 pkgconfig qt:5 xorg
16
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	equeim
19
GH_PROJECT=	tremotesf2 libtremotesf:lib
20
GH_SUBDIR=	src/libtremotesf:lib
21
GH_TAGNAME=	2756631:lib
22
23
USE_KDE=	widgetsaddons windowsystem
24
25
USE_QT=		concurrent core buildtools:build dbus gui linguisttools:build \
26
		network qmake:build widgets
27
28
USE_XORG=	x11
29
30
CMAKE_OFF=	BUILD_TESTING
31
32
.include <bsd.port.mk>
(-)b/net-p2p/tremotesf/distinfo (+5 lines)
Added Link Here
1
TIMESTAMP = 1696254251
2
SHA256 (equeim-tremotesf2-2.4.0_GH0.tar.gz) = ad5b2a1eeccfdcd275e2ec2bb0f2f355c78f2500f50d22adfce064bd42a3fb75
3
SIZE (equeim-tremotesf2-2.4.0_GH0.tar.gz) = 364704
4
SHA256 (equeim-libtremotesf-2756631_GH0.tar.gz) = 15793adce05fd9798396bff069a829205f1738e9df4916a92e2f700d6a24ad2e
5
SIZE (equeim-libtremotesf-2756631_GH0.tar.gz) = 76187
(-)b/net-p2p/tremotesf/pkg-descr (+2 lines)
Added Link Here
1
Tremotesf is yet another, but modern cross-platfom GUI for Transmission daemon
2
written in C++ and Qt.
(-)b/net-p2p/tremotesf/pkg-plist (-1 / +10 lines)
Added Link Here
0
- 
1
bin/tremotesf
2
share/applications/org.equeim.Tremotesf.desktop
3
share/icons/hicolor/16x16/apps/org.equeim.Tremotesf.png
4
share/icons/hicolor/22x22/apps/org.equeim.Tremotesf.png
5
share/icons/hicolor/24x24/apps/org.equeim.Tremotesf.png
6
share/icons/hicolor/256x256/apps/org.equeim.Tremotesf.png
7
share/icons/hicolor/32x32/apps/org.equeim.Tremotesf.png
8
share/icons/hicolor/48x48/apps/org.equeim.Tremotesf.png
9
share/icons/hicolor/scalable/apps/org.equeim.Tremotesf.svg
10
share/metainfo/org.equeim.Tremotesf.appdata.xml

Return to bug 274236