Date: Wed, 21 Sep 2022 01:30:09 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ba4519f432c4 - main - x11-clocks/xdaliclock: Port improvements Message-ID: <202209210130.28L1U9Ku060246@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=ba4519f432c491882409e69dc4536b640d44e768 commit ba4519f432c491882409e69dc4536b640d44e768 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2022-09-21 01:24:48 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-09-21 01:24:48 +0000 x11-clocks/xdaliclock: Port improvements - Update port comment to reflect use of 'GL' and 'GTK' in contrast with xdaliclock-classic 'Xlib' - Add missing USES dependencies - Add conflict with xdaliclock-classic - Bump PORTREVISION --- x11-clocks/xdaliclock/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/x11-clocks/xdaliclock/Makefile b/x11-clocks/xdaliclock/Makefile index eed23846f83e..54a1f6d653d1 100644 --- a/x11-clocks/xdaliclock/Makefile +++ b/x11-clocks/xdaliclock/Makefile @@ -1,21 +1,23 @@ PORTNAME= xdaliclock DISTVERSION= 2.47 +PORTREVISION= 1 CATEGORIES= x11-clocks MASTER_SITES= https://www.jwz.org/${PORTNAME}/ MAINTAINER= eduardo@FreeBSD.org -COMMENT= Rather neat animated clock +COMMENT= Rather neat animated clock (GL & GTK version) WWW= https://www.jwz.org/xdaliclock/ LIB_DEPENDS= libharfbuzz.so:print/harfbuzz -USES= gl gmake gnome pkgconfig +USES= desktop-file-utils gl gmake gnome pkgconfig xorg USE_GL= gl USE_GNOME= cairo gdkpixbuf2 gtk30 - GLIB_SCHEMAS= org.jwz.xdaliclock.gschema.xml +USE_XORG= x11 GNU_CONFIGURE= yes +CONFLICTS= xdaliclock-classic WRKSRC= ${WRKDIR}/${DISTNAME}/X11 PLIST_FILES= bin/xdaliclock \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209210130.28L1U9Ku060246>