View | Details | Raw Unified | Return to bug 255548 | Differences between
and this patch

Collapse All | Expand All

(-)icewm-new/Makefile (-2 / +3 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	icewm
3
PORTNAME=	icewm
4
PORTVERSION=	2.3.3
4
PORTVERSION=	2.3.3
5
PORTREVISION=	1
5
CATEGORIES=	x11-wm
6
CATEGORIES=	x11-wm
6
MASTER_SITES=	https://github.com/ice-wm/icewm/releases/download/${PORTVERSION}/
7
MASTER_SITES=	https://github.com/ice-wm/icewm/releases/download/${PORTVERSION}/
7
8
Lines 18-24 Link Here
18
19
19
USES=		compiler:c++11-lang gmake gnome iconv:translit localbase \
20
USES=		compiler:c++11-lang gmake gnome iconv:translit localbase \
20
		perl5 pkgconfig shebangfix tar:lz xorg
21
		perl5 pkgconfig shebangfix tar:lz xorg
21
USE_GNOME=	glib20
22
USE_GNOME=	cairo gdkpixbuf2 glib20 librsvg2
22
USE_PERL5=	build
23
USE_PERL5=	build
23
USE_XORG=	ice sm x11 xcomposite xdamage xext xfixes xpm xrender
24
USE_XORG=	ice sm x11 xcomposite xdamage xext xfixes xpm xrender
24
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
Lines 29-35 Link Here
29
OPTIONS_DEFAULT=	BEASTIE IMLIB2 XFT XINERAMA XRANDR
30
OPTIONS_DEFAULT=	BEASTIE IMLIB2 XFT XINERAMA XRANDR
30
OPTIONS_SUB=		yes
31
OPTIONS_SUB=		yes
31
32
32
BEASTIE_DESC=		Use Beastie'fied startup button
33
BEASTIE_DESC=		Use Beastie-fied startup button
33
BEASTIE_VARS=		STARTUP_PIXMAP=bsd-daemon.xpm
34
BEASTIE_VARS=		STARTUP_PIXMAP=bsd-daemon.xpm
34
BEASTIE_VARS_OFF=	STARTUP_PIXMAP=icewm-logo.xpm
35
BEASTIE_VARS_OFF=	STARTUP_PIXMAP=icewm-logo.xpm
35
36
(-)icewm-new/files/bsd-daemon.xpm (-1 / +1 lines)
Lines 1-4 Link Here
1
/* XPM, courtesy of Steve Farrell */
1
/* courtesy of Steve Farrell XPM */
2
static char * bsd_daemon_xpm[] = {
2
static char * bsd_daemon_xpm[] = {
3
"48 20 146 2",
3
"48 20 146 2",
4
"  	c #D75CD75CD75C",
4
"  	c #D75CD75CD75C",

Return to bug 255548