pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

xlax: minor changes (NFC). - improve DESCR's readibility - use standardised IMAKE flags



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Mon Aug 8 15:33:46 2022 +0200
Changeset:	8630bd4d0c34861954bf2ceb14dccdb17a6b8937

Modified Files:
	xlax/DESCR
	xlax/Makefile

Log Message:
xlax: minor changes (NFC).
- improve DESCR's readibility
- use standardised IMAKE flags

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8630bd4d0c34861954bf2ceb14dccdb17a6b8937

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 xlax/DESCR    | 17 +++++++++--------
 xlax/Makefile |  3 +++
 2 files changed, 12 insertions(+), 8 deletions(-)

diffs:
diff --git a/xlax/DESCR b/xlax/DESCR
index f374fc04f2..c0b4524426 100644
--- a/xlax/DESCR
+++ b/xlax/DESCR
@@ -1,9 +1,10 @@
-xlax is an X11 input multiplexer: it sends your keyboard input from the
-xlax window to a group of windows simultaneously. The tool is designed
-for system administrators who typically have to do the same thing on
-several machines (or in several different directories).
+xlax is an X11 input multiplexer: keyboard input can be set from a xlax
+instance to a group of windows simultaneously. The tool is designed for
+system administrators who typically have to do the same thing on several
+machines (or in several different directories).
 Windows can be added or deleted interactively, or temporarily
-disconnected and reconnected. xlax allows you to assign a custom string
-to each window (e.g. a hostname) that can be sent with a button click.
-An included script handles starting up and arranging windows, and allows
-you to set up commonly used window groupings in a config file.
+disconnected and reconnected. 
+xlax allows you to assign a custom string to each window (e.g. a
+hostname) that can be sent with a button click.
+An included script handles starting up and arranging windows, and
+allowing to dfine commonly used window groupings in a config file.
diff --git a/xlax/Makefile b/xlax/Makefile
index 6510ba8343..2cceb09713 100644
--- a/xlax/Makefile
+++ b/xlax/Makefile
@@ -12,6 +12,9 @@ LICENSE=	mit
 
 USE_IMAKE=	yes
 
+MAKE_FLAGS+=	CCOPTIONS=${CFLAGS:Q}
+MAKE_FLAGS+=	LOCAL_LDFLAGS=${LDFLAGS:Q}
+
 INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1
 INSTALLATION_DIRS+=	lib/X11/app-defaults
 


Home | Main Index | Thread Index | Old Index