summaryrefslogtreecommitdiff
path: root/wm/fvwm-devel/Makefile
diff options
context:
space:
mode:
authorepg <epg>2004-11-26 23:54:56 +0000
committerepg <epg>2004-11-26 23:54:56 +0000
commit64aaa7fc58e4367081e53c4a769ede5235f36d9d (patch)
tree402cea82a234efa2ad8645bf1ef5e041c2c8e130 /wm/fvwm-devel/Makefile
parent68978f50392e462b751add5d43a066245ab71983 (diff)
downloadpkgsrc-64aaa7fc58e4367081e53c4a769ede5235f36d9d.tar.gz
Update to 2.5.12.
pkgsrc changes: - Support pkgviews - Disable ancient GTK+ module Changes in alpha release 2.5.12 (6-Oct-2004) * New commands: - EdgeLeaveCommand * New module features: - FvwmIconMan: ShowOnlyFocused option. ------------------------------------------------------------------- Changes in alpha release 2.5.11 (30-Sep-2004) * Multiple window names can be specified in conditions. * Window-specific key/mouse bindings. (Bindings no longer have to be global.) * The default fvwm configuration files are now: ~/.fvwm/config and $FVWM_DATADIR/config. Five previously used config file locations are still searched as usual for backward compatibility. * New extended variables $[w.desk] and $[w.layer]. * New options GrowOnWindowLayer and GrowOnlayers to the Maximize command. * New Style option "State". * New Style option "CenterPlacement". * New option to FvwmIconMan: ShowNoIcons. * New WindowList tracker and other enhancements in Perl library. * New option to fvwm-menu-directory: --func-name. * Improved FvwmWindowMenu module. * Fluxbox-like Alt-Button3 resizing with the new Resize options Direction, WarpToBorder and FixedDirection * Enhanced "Test (Version >= x.y.z)" option to allow version comparisons. * New FvwmButtons options: ActiveColorset, ActiveIcon, ActiveTitle, PressColorset, PressIcon and PressTitle. * New FvwmButtons swallow option: SwallowNew. * The option CurrentGlobalPageAnyDesk was accidentally named CurrentGlobbalPageAnyDesk before. * New conditions AnyScreen and Overlapped. * The Read and PipeRead commands return 1 if the file or command could be read or executed and -1 otherwise. * New menu option TearOffImmediately. * Added support for Solaris' Xinerama. * New option MailDir in FvwmTaskBar. * MoveToPage command: New options wrapx, wrapy, nodesklimitx and nodesklimity. New suffix 'w' to allow for window relative movement.
Diffstat (limited to 'wm/fvwm-devel/Makefile')
-rw-r--r--wm/fvwm-devel/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/wm/fvwm-devel/Makefile b/wm/fvwm-devel/Makefile
index 4be59844be3..24d30e383c4 100644
--- a/wm/fvwm-devel/Makefile
+++ b/wm/fvwm-devel/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2004/10/03 00:18:22 tv Exp $
+# $NetBSD: Makefile,v 1.6 2004/11/26 23:54:56 epg Exp $
-DISTNAME= fvwm-2.5.10
+DISTNAME= fvwm-2.5.12
PKGNAME= ${DISTNAME:S/fvwm/&-devel/}
PKGREVISION= 1
CATEGORIES= x11 wm
@@ -13,6 +13,8 @@ COMMENT= Development version of X11 Virtual window manager
CONFLICTS= fvwm-[0-9]* fvwm1-[0-9]* fvwm2-[0-9]*
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
USE_BUILDLINK3= YES
USE_PKGLOCALEDIR= YES
USE_X11= YES
@@ -25,7 +27,6 @@ CONFIGURE_ARGS+= --without-rplay-library
CONFIGURE_ARGS+= --without-stroke-library
post-install:
- ${INSTALL_MAN} ${WRKSRC}/modules/FvwmGtk/FvwmGtk.1 ${PREFIX}/man/man1
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/fvwm
cd ${WRKSRC}/sample.fvwmrc && ${INSTALL_DATA} \
`${LS} | ${GREP} -v Makefile` \
@@ -36,5 +37,4 @@ post-install:
.include "../../fonts/Xft2/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/xpm/buildlink3.mk"
-.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"