Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 2024 23:22:20 GMT
From:      Olivier Cochard <olivier@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e23c96acfcd1 - main - x11-wm/deforaos-panel: update to version 0.4.6
Message-ID:  <202410212322.49LNMKiR073357@gitrepo.freebsd.org>

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

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

commit e23c96acfcd17afbe08c0d4909c2857137d874ac
Author:     Pierre Pronchery <khorben@defora.org>
AuthorDate: 2024-10-14 15:29:03 +0000
Commit:     Olivier Cochard <olivier@FreeBSD.org>
CommitDate: 2024-10-21 23:20:11 +0000

    x11-wm/deforaos-panel: update to version 0.4.6
    
    Sponsored by:   The FreeBSD Foundation
---
 x11-wm/deforaos-panel/Makefile  | 32 ++++++++++++++++----------------
 x11-wm/deforaos-panel/distinfo  |  6 +++---
 x11-wm/deforaos-panel/pkg-descr |  8 ++++++++
 3 files changed, 27 insertions(+), 19 deletions(-)

diff --git a/x11-wm/deforaos-panel/Makefile b/x11-wm/deforaos-panel/Makefile
index 1cf6b6ba868e..dcdd2ac7eb85 100644
--- a/x11-wm/deforaos-panel/Makefile
+++ b/x11-wm/deforaos-panel/Makefile
@@ -1,8 +1,8 @@
-PORTNAME=	deforaos-panel
-PORTVERSION=	0.4.5
-PORTREVISION=	1
+PORTNAME=	panel
+PORTVERSION=	0.4.6
 CATEGORIES=	x11-wm
 MASTER_SITES=	https://ftp.defora.org/pub/DeforaOS/Apps/Desktop/src/Panel/
+PKGNAMEPREFIX=	deforaos-
 DISTNAME=	Panel-${PORTVERSION}
 
 MAINTAINER=	khorben@defora.org
@@ -13,27 +13,27 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	${LOCALBASE}/include/Desktop/Browser.h:x11-fm/deforaos-browser
-LIB_DEPENDS=	libSystem.so:devel/deforaos-libsystem \
+LIB_DEPENDS=	libasound.so:audio/alsa-lib \
 		libDesktop.so:x11/deforaos-libdesktop \
-		libasound.so:audio/alsa-lib \
 		libharfbuzz.so:print/harfbuzz \
+		libSystem.so:devel/deforaos-libsystem \
 		libxkbfile.so:x11/libxkbfile
 
-USES=		gnome pkgconfig xorg desktop-file-utils
-
-OPTIONS_DEFINE=	DOCS NLS
-OPTIONS_SUB=	yes
-NLS_USES=		gettext
-DOCS_BUILD_DEPENDS=	xsltproc:textproc/libxslt \
-    ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:textproc/docbook-xsl \
-	gtkdoc-mkhtml:textproc/gtk-doc
-
-USE_GNOME=	gtk30 cairo gdkpixbuf2
-USE_XORG=	x11
+USES=		desktop-file-utils gnome pkgconfig xorg
+USE_GNOME=	cairo gdkpixbuf2 gtk30
 USE_LDCONFIG=	yes
+USE_XORG=	x11
+
 MAKE_ARGS+=	PREFIX=${PREFIX}
 MAKE_ENV+=	MANDIR=${STAGEDIR}${PREFIX}/share/man
 
+OPTIONS_DEFINE=		DOCS NLS
+OPTIONS_SUB=		yes
+DOCS_BUILD_DEPENDS=	${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:textproc/docbook-xsl \
+			gtkdoc-mkhtml:textproc/gtk-doc \
+			xsltproc:textproc/libxslt
+NLS_USES=		gettext
+
 post-patch:
 	${REINPLACE_CMD} -e 's|/lib/|/libdata/|g' \
 		${WRKSRC}/data/pkgconfig.sh
diff --git a/x11-wm/deforaos-panel/distinfo b/x11-wm/deforaos-panel/distinfo
index 8c99365a3a56..9ee9bd4869a4 100644
--- a/x11-wm/deforaos-panel/distinfo
+++ b/x11-wm/deforaos-panel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1696801985
-SHA256 (Panel-0.4.5.tar.gz) = fcb047c9697b0b52b2b410f7653cd3137551ba76185638bd084bac2f9c101c3c
-SIZE (Panel-0.4.5.tar.gz) = 162245
+TIMESTAMP = 1728524907
+SHA256 (Panel-0.4.6.tar.gz) = be199dc14c0ce97e29115b6d9e4687af2d9c31d0f30a4235f83775bff9db26f0
+SIZE (Panel-0.4.6.tar.gz) = 163179
diff --git a/x11-wm/deforaos-panel/pkg-descr b/x11-wm/deforaos-panel/pkg-descr
index d3671c59f26e..5fca7175986f 100644
--- a/x11-wm/deforaos-panel/pkg-descr
+++ b/x11-wm/deforaos-panel/pkg-descr
@@ -1 +1,9 @@
 DeforaOS desktop panel
+
+This program is meant to display an arbitrary number of desktop panels, with
+support for up to one per edge of the screen at the moment. Each panel can then
+host a number of applets, implemented as plug-ins to the main program.
+
+A number of additional utilities is also available, allowing tighter integration
+of external applications, as well as when responding to system events
+(notifications...).



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