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

Collapse All | Expand All

(-)b/games/Makefile (+1 lines)
Lines 489-494 Link Here
489
    SUBDIR += legesmotus
489
    SUBDIR += legesmotus
490
    SUBDIR += lexter
490
    SUBDIR += lexter
491
    SUBDIR += lgeneral
491
    SUBDIR += lgeneral
492
    SUBDIR += lgogdownloader
492
    SUBDIR += libgnome-games-support
493
    SUBDIR += libgnome-games-support
493
    SUBDIR += libkdegames
494
    SUBDIR += libkdegames
494
    SUBDIR += libkmahjongg
495
    SUBDIR += libkmahjongg
(-)b/games/lgogdownloader/Makefile (+43 lines)
Added Link Here
1
PORTNAME=	lgogdownloader
2
DISTVERSION=	3.15
3
CATEGORIES=	games
4
MASTER_SITES=   https://github.com/Sude-/${PORTNAME}/releases/download/v${DISTVERSION}/
5
6
MAINTAINER=	Alexander88207@protonmail.com
7
COMMENT=	Unofficial downloader for GOG.com
8
WWW=		https://sites.google.com/site/gogdownloader
9
10
LICENSE=	WTFPL
11
LICENSE_FILE=	${WRKSRC}/COPYING
12
13
LIB_DEPENDS=	libboost_date_time.so:devel/boost-libs \
14
		libboost_filesystem.so:devel/boost-libs \
15
		libboost_iostreams.so:devel/boost-libs \
16
		libboost_program_options.so:devel/boost-libs \
17
		libboost_regex.so:devel/boost-libs \
18
		libboost_system.so:devel/boost-libs \
19
		libcurl.so:ftp/curl \
20
		libjsoncpp.so:devel/jsoncpp \
21
		librhash.so:security/rhash \
22
		libtidy5.so:www/tidy-html5 \
23
		libtinyxml2.so:textproc/tinyxml2
24
25
USES=		cmake pkgconfig qt:6
26
27
PLIST_FILES=	bin/${PORTNAME} \
28
		share/man/man1/${PORTNAME}.1.gz
29
30
OPTIONS_DEFINE= USE_QT_GUI
31
OPTIONS_RADIO=	USE_QT_GUI
32
OPTIONS_SUB=	yes
33
34
USE_QT_GUI_DESC=	QT GUI Support
35
USE_QT_GUI_USE=		QT=webengine
36
USE_QT_GUI_CMAKE_BOOL=	USE_QT_GUI
37
38
CMAKE_ARGS=	-DTIDY_LIBRARY=${LOCALBASE}/lib/libtidy5.so
39
40
post-install:
41
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
42
43
.include <bsd.port.mk>
(-)b/games/lgogdownloader/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1730668836
2
SHA256 (lgogdownloader-3.15.tar.gz) = 9946558bb30b72cd5ed712e7fc425eef4b2a1fd22b5475d1a998720800cd25f0
3
SIZE (lgogdownloader-3.15.tar.gz) = 103592
(-)b/games/lgogdownloader/pkg-descr (-1 / +3 lines)
Added Link Here
0
- 
1
Unofficial downloader to GOG.com for Linux users.
2
3
It uses the same API as the official GOG Galaxy.

Return to bug 282448