FreeBSD Bugzilla – Attachment 254946 Details for
Bug 282448
[NEW PORT] games/lgogdownloader: Unofficial downloader for GOG.com
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
0001-New-Port-games-lgogdownloader-Unofficial-downloader-.patch
0001-New-Port-games-lgogdownloader-Unofficial-downloader-.patch (text/plain), 3.14 KB, created by
Alexander Vereeken
on 2024-11-04 20:36:07 UTC
(
hide
)
Description:
0001-New-Port-games-lgogdownloader-Unofficial-downloader-.patch
Filename:
MIME Type:
Creator:
Alexander Vereeken
Created:
2024-11-04 20:36:07 UTC
Size:
3.14 KB
patch
obsolete
>From 83811440351141a18a33b841b6789c7267da1914 Mon Sep 17 00:00:00 2001 >From: Alexander Vereeken <Alexander88207@protonmail.com> >Date: Mon, 4 Nov 2024 21:33:20 +0100 >Subject: [PATCH] New Port: games/lgogdownloader: Unofficial downloader for > GOG.com > >Unofficial downloader to GOG.com for Linux users. > >It uses the same API as the official GOG Galaxy. > >PR: 282448 >--- > games/Makefile | 1 + > games/lgogdownloader/Makefile | 42 ++++++++++++++++++++++++++++++++++ > games/lgogdownloader/distinfo | 3 +++ > games/lgogdownloader/pkg-descr | 3 +++ > 4 files changed, 49 insertions(+) > create mode 100644 games/lgogdownloader/Makefile > create mode 100644 games/lgogdownloader/distinfo > create mode 100644 games/lgogdownloader/pkg-descr > >diff --git a/games/Makefile b/games/Makefile >index 9b56d520f..cc7a8acab 100644 >--- a/games/Makefile >+++ b/games/Makefile >@@ -489,6 +489,7 @@ > SUBDIR += legesmotus > SUBDIR += lexter > SUBDIR += lgeneral >+ SUBDIR += lgogdownloader > SUBDIR += libgnome-games-support > SUBDIR += libkdegames > SUBDIR += libkmahjongg >diff --git a/games/lgogdownloader/Makefile b/games/lgogdownloader/Makefile >new file mode 100644 >index 000000000..e413f626e >--- /dev/null >+++ b/games/lgogdownloader/Makefile >@@ -0,0 +1,42 @@ >+PORTNAME= lgogdownloader >+DISTVERSION= 3.15 >+CATEGORIES= games >+MASTER_SITES= https://github.com/Sude-/${PORTNAME}/releases/download/v${DISTVERSION}/ >+ >+MAINTAINER= Alexander88207@protonmail.com >+COMMENT= Unofficial downloader for GOG.com >+WWW= https://sites.google.com/site/gogdownloader >+ >+LICENSE= WTFPL >+LICENSE_FILE= ${WRKSRC}/COPYING >+ >+LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ >+ libboost_filesystem.so:devel/boost-libs \ >+ libboost_iostreams.so:devel/boost-libs \ >+ libboost_program_options.so:devel/boost-libs \ >+ libboost_regex.so:devel/boost-libs \ >+ libboost_system.so:devel/boost-libs \ >+ libcurl.so:ftp/curl \ >+ libjsoncpp.so:devel/jsoncpp \ >+ librhash.so:security/rhash \ >+ libtidy5.so:www/tidy-html5 \ >+ libtinyxml2.so:textproc/tinyxml2 >+ >+USES= cmake pkgconfig >+ >+PLIST_FILES= bin/${PORTNAME} \ >+ share/man/man1/${PORTNAME}.1.gz >+ >+OPTIONS_DEFINE= QT_GUI >+QT_GUI_DESC= QT GUI Support >+QT_GUI_BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers >+QT_GUI_USES= gl qt:6 >+QT_GUI_USE= GL=opengl QT=base,declarative,positioning,webchannel,webengine >+QT_GUI_CMAKE_BOOL= USE_QT_GUI >+ >+CMAKE_ARGS= -DTIDY_LIBRARY=${LOCALBASE}/lib/libtidy5.so >+ >+post-install: >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} >+ >+.include <bsd.port.mk> >diff --git a/games/lgogdownloader/distinfo b/games/lgogdownloader/distinfo >new file mode 100644 >index 000000000..30fdfb654 >--- /dev/null >+++ b/games/lgogdownloader/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1730668836 >+SHA256 (lgogdownloader-3.15.tar.gz) = 9946558bb30b72cd5ed712e7fc425eef4b2a1fd22b5475d1a998720800cd25f0 >+SIZE (lgogdownloader-3.15.tar.gz) = 103592 >diff --git a/games/lgogdownloader/pkg-descr b/games/lgogdownloader/pkg-descr >new file mode 100644 >index 000000000..77814f302 >--- /dev/null >+++ b/games/lgogdownloader/pkg-descr >@@ -0,0 +1,3 @@ >+Unofficial downloader to GOG.com for Linux users. >+ >+It uses the same API as the official GOG Galaxy. >-- >2.47.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 282448
:
254823
|
254824
|
254920
|
254921
| 254946