diff options
| author | Älven <alster@vinterdalen.se> | 2024-06-06 15:17:09 +0000 |
|---|---|---|
| committer | Gleb Popov <arrowd@FreeBSD.org> | 2024-06-06 15:18:15 +0000 |
| commit | b0321d2b0018e035ddc387f041ad24cee2764605 (patch) | |
| tree | be8fc1a4753dc61521987e29f310fe8f06416a86 | |
| parent | aa56b19e4a3d2a3d45f97f5c4f523481ce2d6351 (diff) | |
| download | ports-b0321d2b0018e035ddc387f041ad24cee2764605.tar.gz ports-b0321d2b0018e035ddc387f041ad24cee2764605.zip | |
x11/xpra-html5: Update to 13
PR: 279394
| -rw-r--r-- | x11/xpra-html5/Makefile | 25 | ||||
| -rw-r--r-- | x11/xpra-html5/distinfo | 6 | ||||
| -rw-r--r-- | x11/xpra-html5/pkg-descr | 4 | ||||
| -rw-r--r-- | 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 |
