Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2024 15:18:23 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b0321d2b0018 - main - x11/xpra-html5: Update to 13
Message-ID:  <202406061518.456FINRl066110@gitrepo.freebsd.org>

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

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

commit b0321d2b0018e035ddc387f041ad24cee2764605
Author:     Älven <alster@vinterdalen.se>
AuthorDate: 2024-06-06 15:17:09 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-06-06 15:18:15 +0000

    x11/xpra-html5: Update to 13
    
    PR:             279394
---
 x11/xpra-html5/Makefile  | 25 +++++++++++--------------
 x11/xpra-html5/distinfo  |  6 +++---
 x11/xpra-html5/pkg-descr |  4 ++--
 x11/xpra-html5/pkg-plist |  4 ++++
 4 files changed, 20 insertions(+), 19 deletions(-)

diff --git a/x11/xpra-html5/Makefile b/x11/xpra-html5/Makefile
index 6836351f5676..6d6de784a40b 100644
--- a/x11/xpra-html5/Makefile
+++ b/x11/xpra-html5/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	xpra-html5
-PORTVERSION=	12
+PORTVERSION=	13
 DISTVERSIONPREFIX=	v
 CATEGORIES=	x11
 
@@ -13,30 +13,27 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	brotli:archivers/brotli
 
 USES=		python:build
+USE_GITHUB=	yes
+GH_ACCOUNT=	Xpra-org
+USE_PYTHON=	noflavors
+
+ETCDIR=		${PREFIX}/etc/xpra/html5-client
+NO_ARCH=	yes
+NO_BUILD=	yes
 
 OPTIONS_DEFAULT=	YUICOMPRESSOR
 
 OPTIONS_RADIO=		MINIFIER
 OPTIONS_RADIO_MINIFIER=	HJSMIN YUICOMPRESSOR
 
+HJSMIN_DESC=		Minify JavaScript with hjsmin (Haskell)
 MINIFIER_DESC=		JavaScript sources minification
 YUICOMPRESSOR_DESC=	Minify JavaScript with yuicompressor (Java)
-HJSMIN_DESC=		Minify JavaScript with hjsmin (Haskell)
-
-YUICOMPRESSOR_BUILD_DEPENDS=	yuicompressor:www/yuicompressor
-YUICOMPRESSOR_VARS=		minifier=yuicompressor
 
 HJSMIN_BUILD_DEPENDS=	hjsmin:www/hs-hjsmin
 HJSMIN_VARS=		minifier=hjsmin
-
-USE_PYTHON=	noflavors
-
-USE_GITHUB=	yes
-GH_ACCOUNT=	Xpra-org
-
-NO_ARCH=	yes
-NO_BUILD=	yes
-ETCDIR=		${PREFIX}/etc/xpra/html5-client
+YUICOMPRESSOR_BUILD_DEPENDS=	yuicompressor:www/yuicompressor
+YUICOMPRESSOR_VARS=		minifier=yuicompressor
 
 .include <bsd.port.options.mk>
 
diff --git a/x11/xpra-html5/distinfo b/x11/xpra-html5/distinfo
index 80f9a0e8f951..a6d81f479f04 100644
--- a/x11/xpra-html5/distinfo
+++ b/x11/xpra-html5/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1711788993
-SHA256 (Xpra-org-xpra-html5-v12_GH0.tar.gz) = 09c82238b920951ba2cdde7102e2a28b7786137a09659ca1c3feac08c3794a18
-SIZE (Xpra-org-xpra-html5-v12_GH0.tar.gz) = 2354981
+TIMESTAMP = 1717048176
+SHA256 (Xpra-org-xpra-html5-v13_GH0.tar.gz) = f189d98ac411b8ba87805174e10ed9f33e561e3c908a109305eab4e21db32afa
+SIZE (Xpra-org-xpra-html5-v13_GH0.tar.gz) = 2360764
diff --git a/x11/xpra-html5/pkg-descr b/x11/xpra-html5/pkg-descr
index 14ca3693aa96..46f00e082f86 100644
--- a/x11/xpra-html5/pkg-descr
+++ b/x11/xpra-html5/pkg-descr
@@ -1,4 +1,4 @@
-Xpra gives you persistent remote applications for X. So basically it is a
-screen for remote X apps.
+Xpra gives you persistent remote applications for X.
+So basically it is a screen for remote X apps.
 
 This package contains Xpra HTML5 client that runs in the browser window.
diff --git a/x11/xpra-html5/pkg-plist b/x11/xpra-html5/pkg-plist
index a7e255ed7d6f..fcf4f15cff48 100644
--- a/x11/xpra-html5/pkg-plist
+++ b/x11/xpra-html5/pkg-plist
@@ -1,4 +1,7 @@
 %%ETCDIR%%/default-settings.txt
+share/xpra/www/clipboard.html
+share/xpra/www/clipboard.html.br
+share/xpra/www/clipboard.html.gz
 share/xpra/www/connect.html
 share/xpra/www/connect.html.br
 share/xpra/www/connect.html.gz
@@ -38,6 +41,7 @@ share/xpra/www/favicon.ico.br
 share/xpra/www/favicon.ico.gz
 share/xpra/www/favicon.png
 share/xpra/www/icons/authentication.png
+share/xpra/www/icons/clipboard.png
 share/xpra/www/icons/close.png
 share/xpra/www/icons/default_cursor.png
 share/xpra/www/icons/empty.png



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