head 1.2; access; symbols pkgsrc-2022Q1:1.1.0.4 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.2 pkgsrc-2021Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2022.05.28.17.52.06; author tsutsui; state dead; branches; next 1.1; commitid EMxIO4eb6XZGHQFD; 1.1 date 2021.11.14.18.42.27; author tsutsui; state Exp; branches; next ; commitid ojlvNhdLrKSzfNgD; desc @@ 1.2 log @jwm: update to 2.4.2. pkgsrc changes: - switch MASTER_SITES to github per upstream HOMEPAGE - remove a patch fixed in upstream #556 Upstream changes: https://github.com/joewing/jwm/releases/tag/v2.4.2 v2.4.2 What's Changed * Add nomaxtitle group option by @@JCallicoat in #557 * Add backandforth attribute to Desktops tag by @@JCallicoat in #558 * Updated pt_BR.po language for the JWM. by @@marcelocripe in #559 * Update Portuguese (pt.po) translation by @@hugok79 in #561 * Bugfix/nls fix translation installation, closes #565 #564 #556 by @@01micko in #566 * Update pl.po by @@Faalagorn in #567 * Fix an issue with dynamic configuration generation #563 New Contributors * @@JCallicoat made their first contribution in #557 * @@01micko made their first contribution in #566 * @@Faalagorn made their first contribution in #567 @ text @$NetBSD: patch-po_Makefile.in.in,v 1.1 2021/11/14 18:42:27 tsutsui Exp $ - @@mkdir_p@@ seems no longer supported by newer automake --- po/Makefile.in.in.orig 2021-10-05 23:35:20.000000000 +0000 +++ po/Makefile.in.in @@@@ -32,17 +32,9 @@@@ gettextsrcdir = $(datadir)/gettext/po INSTALL = @@INSTALL@@ INSTALL_DATA = @@INSTALL_DATA@@ -# We use $(mkdir_p). -# In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as -# "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions, -# @@install_sh@@ does not start with $(SHELL), so we add it. -# In automake >= 1.10, @@mkdir_p@@ is derived from ${MKDIR_P}, which is defined -# either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake -# versions, $(mkinstalldirs) and $(install_sh) are unused. mkinstalldirs = $(SHELL) @@install_sh@@ -d install_sh = $(SHELL) @@install_sh@@ MKDIR_P = @@MKDIR_P@@ -mkdir_p = @@mkdir_p@@ # When building gettext-tools, we prefer to use the built programs # rather than installed programs. However, we can't do that when we @@@@ -266,7 +258,7 @@@@ install: install-exec install-data install-exec: install-data: install-data-@@USE_NLS@@ if test "$(PACKAGE)" = "gettext-tools"; then \ - $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \ + $(MKDIR_P) $(DESTDIR)$(gettextsrcdir); \ for file in $(DISTFILES.common) Makevars.template; do \ $(INSTALL_DATA) $(srcdir)/$$file \ $(DESTDIR)$(gettextsrcdir)/$$file; \ @@@@ -284,7 +276,7 @@@@ install-data-yes: all cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkdir_p) $(DESTDIR)$$dir; \ + $(MKDIR_P) $(DESTDIR)$$dir; \ if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \ $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \ echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \ @@@@ -324,7 +316,7 @@@@ installdirs: installdirs-exec installdir installdirs-exec: installdirs-data: installdirs-data-@@USE_NLS@@ if test "$(PACKAGE)" = "gettext-tools"; then \ - $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \ + $(MKDIR_P) $(DESTDIR)$(gettextsrcdir); \ else \ : ; \ fi @@@@ -335,7 +327,7 @@@@ installdirs-data-yes: cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkdir_p) $(DESTDIR)$$dir; \ + $(MKDIR_P) $(DESTDIR)$$dir; \ for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ if test -n "$$lc"; then \ if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ @ 1.1 log @jwm: update to 2.4.0. pkgsrc changes: - make po/Makefile.in.in work with newer autoconf Upstream changes: (from http://joewing.net/projects/jwm/release-2.4.html) JWM v2.4 Release Notes This is a collection of major changes between JWM v2.3 and JWM v2.4. Version 2.4.0 was released 20211107. New Features * Mouse bindings are now configurable (issue #11). * Added key bindings (send#) to send a window to a particular desktop (issue #395). * Added ~/.config/jwm/jwmrc as the new default location for per-user configuration (issue #394). * Maximized windows once again have borders and can be resized (issue #392). * The placement of window buttons is now configurable (issue #19). * Restored automatic tray "autohide" functionality using autohide="on" (issue #398). * Added support for CDATA to the XML parser (issue #344). * Moved the group and list attributes to the TaskListStyle tag (issue #309). * Added key bindings to resize a window from a specific corner or side (issue #409). * Add Type tag to Group (issue #453, patch from rdnvndr). Configuration Changes The following XSLT is available to update JWM v2.3 configuration files for use with JWM v2.4: jwm-2.4.xslt. To convert an existing v2.3 configuration file using xsltproc, run: cp ~/.jwmrc ~/.jwmrc.old xsltproc jwm-2.4.xslt ~/.jwmrc.old > ~/.jwmrc If you have multiple configuration files, it may be necessary to apply the XSLT to some or all of them depending on what configuration options are stored in the file. A summary of configuration changes follows. * The group and list attributes have moved to the TaskListStyle tag. See the configuration documentation for documentation on all configuration options. Bug Fixes * Don't SetDefaultCursor in AddClientToWindow (issue #521). * Use pango to address font fixes (issues #502, #498, and #337). * Fix for large titles that are centered or right aligned (issue #479, patch from rdnvndr). * Fix tooltip delay (issue #431). Updated Translations * Portuguese (Hugo Carvalho) * Portuguese Brazil (marcelo cripe) * Turkish (Cihan Alkan) * Spanish (PAblo Roberto Francisco Lezaeta Reyes) * Danish (scootergrisen) * Lithuanian (Moo) @ text @d1 1 a1 1 $NetBSD$ @