- Enable XINERAMA by default - it has no extra depends
- Enable Beastie by default - daemon > no daemon - Add a LITE option - untested - Include MenuIconSize not yet upstreamed PR: ports/164386 Submitted by: Gabor Fischer <Gabor.Fischer@gmx.net>
This commit is contained in:
parent
33606d6fc2
commit
76b29f23b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290039
1 changed files with 14 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= icewm
|
||||
PORTVERSION= 1.3.7
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTVERSION}/
|
||||
|
||||
|
@ -32,10 +32,12 @@ CONFIGURE_ARGS= --enable-shaped-decorations \
|
|||
OPTIONS= GNOMEDESKTOP "Enable GNOME desktop support" off \
|
||||
ESOUND "Enable EsounD daemon support" off \
|
||||
XFT "Enable Xft support for fonts" on \
|
||||
XINERAMA "Enable Xinerama support" off \
|
||||
XINERAMA "Enable Xinerama support" on \
|
||||
X86_ASM "Use optimized x86 assembly code" on \
|
||||
BEASTIE "Use Beastie'fied startup button" off \
|
||||
NLS "Enable National Language Support" on
|
||||
BEASTIE "Use Beastie'fied startup button" on \
|
||||
NLS "Enable National Language Support" on \
|
||||
LITE "Reduced features and memory" off \
|
||||
MENUFIX "MenuIconSize fix" on
|
||||
|
||||
# Restrict to stable (even) versions, indicated by the second component.
|
||||
#PORTSCOUT= limitw:1,even
|
||||
|
@ -87,6 +89,14 @@ CONFIGURE_ARGS+=--disable-nls --disable-i18n
|
|||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_LITE)
|
||||
MAKE_ENV+= LITE=1
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MENUFIX)
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-menu-icon-fix.patch
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
.for dir in taskbar themes/Infadel2/taskbar
|
||||
@cd ${WRKSRC}/lib/${dir} && ${MV} start.xpm icewm-logo.xpm
|
||||
|
|
Loading…
Reference in a new issue