Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Dec 2020 14:10:33 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557740 - in head/x11: . arcan-trayicon
Message-ID:  <202012111410.0BBEAX30093639@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Dec 11 14:10:33 2020
New Revision: 557740
URL: https://svnweb.freebsd.org/changeset/ports/557740

Log:
  x11/arcan-trayicon: add new port
  
  Arcan-trayicon is a tool that chain-loads another arcan client, along with
  two reference images (active and inactive). It tries to register itself in
  the icon-tray of a running arcan application, though it must explicitly
  enable the support.
  
  https://arcan-fe.com/

Added:
  head/x11/arcan-trayicon/
  head/x11/arcan-trayicon/Makefile   (contents, props changed)
  head/x11/arcan-trayicon/distinfo   (contents, props changed)
  head/x11/arcan-trayicon/pkg-descr   (contents, props changed)
Modified:
  head/x11/Makefile   (contents, props changed)

Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile	Fri Dec 11 14:10:27 2020	(r557739)
+++ head/x11/Makefile	Fri Dec 11 14:10:33 2020	(r557740)
@@ -17,6 +17,7 @@
     SUBDIR += appres
     SUBDIR += apwal
     SUBDIR += arandr
+    SUBDIR += arcan-trayicon
     SUBDIR += aterm
     SUBDIR += babl
     SUBDIR += bbappconf

Added: head/x11/arcan-trayicon/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/arcan-trayicon/Makefile	Fri Dec 11 14:10:33 2020	(r557740)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME=	arcan-trayicon
+DISTVERSION=	0.6.0
+CATEGORIES=	x11
+
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	65c72169927f.patch:-p4 # https://github.com/letoram/arcan/issues/206
+
+MAINTAINER=	jbeich@FreeBSD.org
+COMMENT=	Generic wrapper for registering Arcan clients as tray icons
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC:H:H:H}/data/distr/LICENSE.BSD
+
+LIB_DEPENDS=	libarcan_shmif_ext.so:multimedia/arcan
+
+USES=		compiler:c11 meson pkgconfig
+USE_GITHUB=	yes
+GH_ACCOUNT=	letoram
+GH_PROJECT=	arcan
+WRKSRC_SUBDIR=	src/tools/${PORTNAME:S/arcan-//}
+PLIST_FILES=	bin/${PORTNAME}
+
+.include <bsd.port.mk>

Added: head/x11/arcan-trayicon/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/arcan-trayicon/distinfo	Fri Dec 11 14:10:33 2020	(r557740)
@@ -0,0 +1,5 @@
+TIMESTAMP = 1606252529
+SHA256 (letoram-arcan-0.6.0_GH0.tar.gz) = 7b7aeb0fa6b89b7e3779d2e078b626566bdfa86c756d7ea1cc4f84b9e60d16a0
+SIZE (letoram-arcan-0.6.0_GH0.tar.gz) = 11216362
+SHA256 (65c72169927f.patch) = 6b720a48a16126d80be8bb8431a76827cfcc30f410840824c0395e8c2eacb4e0
+SIZE (65c72169927f.patch) = 1889

Added: head/x11/arcan-trayicon/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/arcan-trayicon/pkg-descr	Fri Dec 11 14:10:33 2020	(r557740)
@@ -0,0 +1,6 @@
+Arcan-trayicon is a tool that chain-loads another arcan client, along with
+two reference images (active and inactive). It tries to register itself in
+the icon-tray of a running arcan application, though it must explicitly
+enable the support.
+
+WWW: https://arcan-fe.com/



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