git: cf6ea18e37b0 - main - x11-wm/icewm: Fix bsd-daemon.xpm

Fernando Apesteguía fernape at FreeBSD.org
Wed May 5 08:26:59 UTC 2021


The branch main has been updated by fernape:

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

commit cf6ea18e37b0d4ab91f1d4da5509a2f166758899
Author:     Fernando Apesteguía <fernape at FreeBSD.org>
AuthorDate: 2021-05-04 06:21:52 +0000
Commit:     Fernando Apesteguía <fernape at FreeBSD.org>
CommitDate: 2021-05-05 08:22:36 +0000

    x11-wm/icewm: Fix bsd-daemon.xpm
    
    There was a problem with the initial comment in the xpm file that
    prevented the image to be loaded properly.
    
    PR:     255548
    Reported by:    wolfgang at lyxys.ka.sub.org
    Approved by:    portmaster at bsdforge.com (maintainer)
---
 x11-wm/icewm/Makefile             | 5 +++--
 x11-wm/icewm/files/bsd-daemon.xpm | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile
index fb93f9a1888d..2730770cac1b 100644
--- a/x11-wm/icewm/Makefile
+++ b/x11-wm/icewm/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	icewm
 PORTVERSION=	2.3.3
+PORTREVISION=	1
 CATEGORIES=	x11-wm
 MASTER_SITES=	https://github.com/ice-wm/icewm/releases/download/${PORTVERSION}/
 
@@ -18,7 +19,7 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 
 USES=		compiler:c++11-lang gmake gnome iconv:translit localbase \
 		perl5 pkgconfig shebangfix tar:lz xorg
-USE_GNOME=	glib20
+USE_GNOME=	cairo gdkpixbuf2 glib20 librsvg2
 USE_PERL5=	build
 USE_XORG=	ice sm x11 xcomposite xdamage xext xfixes xpm xrender
 GNU_CONFIGURE=	yes
@@ -29,7 +30,7 @@ OPTIONS_DEFINE=		BEASTIE DOCS IMLIB2 NLS SVG XFT XINERAMA XRANDR
 OPTIONS_DEFAULT=	BEASTIE IMLIB2 XFT XINERAMA XRANDR
 OPTIONS_SUB=		yes
 
-BEASTIE_DESC=		Use Beastie'fied startup button
+BEASTIE_DESC=		Use Beastie-fied startup button
 BEASTIE_VARS=		STARTUP_PIXMAP=bsd-daemon.xpm
 BEASTIE_VARS_OFF=	STARTUP_PIXMAP=icewm-logo.xpm
 
diff --git a/x11-wm/icewm/files/bsd-daemon.xpm b/x11-wm/icewm/files/bsd-daemon.xpm
index 64765bdbb9c1..3ca75eb127e5 100644
--- a/x11-wm/icewm/files/bsd-daemon.xpm
+++ b/x11-wm/icewm/files/bsd-daemon.xpm
@@ -1,4 +1,4 @@
-/* XPM, courtesy of Steve Farrell */
+/* courtesy of Steve Farrell XPM */
 static char * bsd_daemon_xpm[] = {
 "48 20 146 2",
 "  	c #D75CD75CD75C",


More information about the dev-commits-ports-all mailing list