x11-wm/deforaos-panel: update to version 0.4.6

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Pierre Pronchery 2024-10-14 17:29:03 +02:00 committed by Olivier Cochard
parent a784d023ae
commit e23c96acfc
3 changed files with 27 additions and 19 deletions

View file

@ -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

View file

@ -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

View file

@ -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...).