Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Nov 2021 12:53:26 GMT
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fc6a3122a3b8 - main - comms/scrcpy: update to 1.20
Message-ID:  <202111241253.1AOCrQaV036889@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tagattie:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fc6a3122a3b859f8a34f26c6d079fa34ad418af5

commit fc6a3122a3b859f8a34f26c6d079fa34ad418af5
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2021-11-24 12:52:29 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2021-11-24 12:53:17 +0000

    comms/scrcpy: update to 1.20
    
    Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v1.20
---
 comms/scrcpy/Makefile |  6 ++++--
 comms/scrcpy/distinfo | 10 +++++-----
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/comms/scrcpy/Makefile b/comms/scrcpy/Makefile
index bd39c9410e3b..b011489639a9 100644
--- a/comms/scrcpy/Makefile
+++ b/comms/scrcpy/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	scrcpy
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.19
+DISTVERSION=	1.20
 CATEGORIES=	comms net
 MASTER_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${DISTVERSIONFULL}/:server
 DISTFILES=	${SERVER_FILE}:server
@@ -25,7 +25,9 @@ USE_SDL=	sdl2
 MESON_ARGS=	-Dportable=false \
 		-Dprebuilt_server=${WRKSRC}/${SERVER_FILE}
 
-PLIST_FILES=	bin/scrcpy man/man1/scrcpy.1.gz ${DATADIR}/scrcpy-server
+PLIST_FILES=	bin/scrcpy man/man1/scrcpy.1.gz \
+		share/icons/hicolor/256x256/apps/scrcpy.png \
+		${DATADIR}/scrcpy-server
 PORTDOCS=	FAQ.md README.md
 
 OPTIONS_DEFINE=	DOCS
diff --git a/comms/scrcpy/distinfo b/comms/scrcpy/distinfo
index 67789d34084e..86276d025143 100644
--- a/comms/scrcpy/distinfo
+++ b/comms/scrcpy/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1636261198
-SHA256 (scrcpy-server-v1.19) = 876f9322182e6aac6a58db1334f4225855ef3a17eaebc80aab6601d9d1ecb867
-SIZE (scrcpy-server-v1.19) = 37330
-SHA256 (Genymobile-scrcpy-v1.19_GH0.tar.gz) = 40ac2059618f18a0e6f9cd0e40d3bff240ade98664bd619422f875bff7e8c70e
-SIZE (Genymobile-scrcpy-v1.19_GH0.tar.gz) = 314821
+TIMESTAMP = 1637752710
+SHA256 (scrcpy-server-v1.20) = b20aee4951f99b060c4a44000ba94de973f9604758ef62beb253b371aad3df34
+SIZE (scrcpy-server-v1.20) = 37139
+SHA256 (Genymobile-scrcpy-v1.20_GH0.tar.gz) = 0c667e7de043a67a740be99d3f236a7aa4107ff62c408e7c462f4fe291f045a7
+SIZE (Genymobile-scrcpy-v1.20_GH0.tar.gz) = 343592



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111241253.1AOCrQaV036889>