b98d3ec4ef
1.12.0 2016-08-13 ================= * New Features - The Tiling functions now use 'calculate-workarea' to not overlap '_NET_WM_STRUT' windows like panels and others. [Christopher Bratusek] - Let 'window-icon-image' use 'NET_WM_ICON' to get 16x16 icon. Also add a size-parameter in case a different one is desired. [hans1024] - Allow passing of extra (custom) arguments to compton. [Joshua Moller-Mara] 1.11 2014-11-02 =============== * New Features - Session scripts with xdm (and compatible) integration. [fuchur] [Christopher Bratusek] - 'CTWM' like interactive window placement. Previously pressing any button while interactively placing a window would place it. 'Sawfish' now mimics 'CTWM's behaviour: pressing button 1 will just place the window, button 2 will allow dragging to resize the window and place it when the button releases, button 3 will place the window and attempt to fill it to the screen bottom. [Maxime Soulé] - New EdgeActions for when moving windows. [Christopher Bratusek] - Separate left/right and top/bottom edges in SawfishConfig, allowing for individual actions on each edge. [Christopher Bratusek] - Add 'send-window-to-next-head' and 'send-window-to-previous-head' functions for moving windows across heads. [fuchur] - Add 'toggle-window-fixed-size' for toggling fixed-size on windows, also used in lock-button 'Button3-Off'. [fuchur] - Add ability to move tabs around in the titlebar. [fuchur] - Add 'run-application' by Sergey I. Sharybin, with several improvements and better integration into Sawfish. Also add 'Run Application' entry at the bottom of the root menu. [Christopher Bratusek] - Add 'sawfish.wm.prg.nm-applet', simple auto-starter for the 'Network Manager Applet'. [Christopher Bratusek] - Add 'sawfish.wm.prg.diodon', simple auto-starter for the 'Diodon Clipboard Manager'. [Christopher Bratusek] - Add 'sawfish.wm.prg.conky', simple auto-starter for the 'Conky System Monitor', that allows for custom command line options to be passed. [Christopher Bratusek] - Add 'sawfish.wm.prg.idesk', simple auto-starter for the 'Idesk Desktop Icon Manager'. [Christopher Bratusek]
52 lines
1.7 KiB
Makefile
52 lines
1.7 KiB
Makefile
# $NetBSD: Makefile,v 1.91 2019/01/04 03:29:34 tnn Exp $
|
|
|
|
DISTNAME= sawfish_1.12.0
|
|
PKGNAME= ${DISTNAME:S/_/-/}
|
|
CATEGORIES= x11 wm
|
|
MASTER_SITES= http://download.tuxfamily.org/sawfish/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://sawfish.tuxfamily.org/
|
|
COMMENT= Extensible window manager that is fully configurable in Lisp
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
INFO_FILES= YES
|
|
PKGCONFIG_OVERRIDE+= sawfish.pc.in
|
|
USE_TOOLS+= gmake makeinfo msgfmt pkg-config xgettext
|
|
USE_TOOLS+= gtar:run # for librep run-time theme extraction
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
CONFIGURE_ARGS+= --localedir=${PREFIX}/${PKGLOCALEDIR}/locale
|
|
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
|
|
CONFIGURE_ENV+= REP_ENV_PKGSRC=${REP_ENV_PKGSRC:Q}
|
|
MAKE_ENV+= REP_ENV_PKGSRC=${REP_ENV_PKGSRC:Q}
|
|
|
|
SUBST_CLASSES+= env
|
|
SUBST_STAGE.env= pre-configure
|
|
SUBST_FILES.env= lisp/sawfish/ui/main.jl.in po/sawfish-xgettext
|
|
SUBST_FILES.env+= scripts/sawfish-*.jl*
|
|
SUBST_SED.env= -e 's,exec rep,exec env ${REP_ENV_PKGSRC} rep,g'
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "NetBSD" && empty(OS_VERSION:M1.*)
|
|
REP_ENV_PKGSRC= LD_PRELOAD=/usr/lib/libpthread.so
|
|
.else
|
|
REP_ENV_PKGSRC=
|
|
.endif
|
|
|
|
.include "../../graphics/gdk-pixbuf2-xlib/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../devel/pango/buildlink3.mk"
|
|
.include "../../devel/pangox-compat/buildlink3.mk"
|
|
.include "../../lang/librep/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
BUILDLINK_DEPMETHOD.libXt+= build
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../x11/libXtst/buildlink3.mk"
|
|
.include "../../x11/rep-gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|