Skip to content

Commit

Permalink
x11-wm/evilwm: update to 1.4.1
Browse files Browse the repository at this point in the history
 - define LICENSE
 - switch to DISTVERSION
 - set INSTALL_TARGET=install-strip
 - submitter becomes maintainer

Upstream Changes:

Version 1.4.1, Wed Nov  2 2022

  * Add "raise" function to complement "lower" [Juan Pedro Vallejo]
  * Allow '=' in option arguments, needed for -bind [Burkhard Kleemeier]

Version 1.4.0, Tue Sep 27 2022

  * Send more accurate response to _NET_REQUEST_FRAME_EXTENTS.
  * Support arbitrary key binds and semi-arbitrary button binds.
  * Reread config and remanage all windows on SIGHUP.

Version 1.3.1, Fri Jul 30 2021

  * Documentation updates & fixes only.

Version 1.3.0, Fri Jul 16 2021

  * Add EWMH 1.5 _NET_WM_STATE_FOCUSED support.
  * Add basic multi-monitor support when Randr >= 1.5 available.
  * Remove border when window is maximised (useful for multi-monitor).
  * Set _NET_FRAME_EXTENTS whenever relevant.
  * Add new -wholescreen option to reinstate old behaviour of treating screen
    as one large display.
  * Remove -DVWM build option.  User can run with "-numvdesks 1" if necessary.

Version 1.2.1, Mon Jul  5 2021

  * Fix QWERTZ_KEYMAP build option [Sime Ramov]

Version 1.2.0, Mon Jul  5 2021

  * Code reorder.  Better code separation and many more/better comments.
  * Don't focus mapped window if pointer not on same screen [by Ben Stern]
  * Added QWERTZ_KEYMAP build option [by Thomas Egerer]
  * Remove option to exclude help and error messages.
  * Set focus to root window when closing current [adapted from Arch patch]
  * Add tiny configure script to help with Debian multiarch cross-builds.
  * Generate some documentation from HTML source.

PR:		271619
Approved by:	lasg@lasg.dk (maintainer)
  • Loading branch information
cmanv authored and clausecker committed Jun 8, 2023
1 parent 25abfde commit 6aac9f0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
12 changes: 9 additions & 3 deletions x11-wm/evilwm/Makefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
PORTNAME= evilwm
PORTVERSION= 1.1.1
DISTVERSION= 1.4.1
CATEGORIES= x11-wm
MASTER_SITES= http://www.6809.org.uk/evilwm/

MAINTAINER= lasg@lasg.dk
MAINTAINER= cmangin@arobas.net
COMMENT= Minimalist window manager based on 9wm
WWW= https://www.6809.org.uk/evilwm/

LICENSE= AEWM
LICENSE_FILE= ${WRKSRC}/README
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LICENSE_NAME= AEWM License

USES= gmake localbase:ldflags xorg
USE_XORG= x11 xpm xext xrandr xrender
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" prefix="${PREFIX}" \
mandir="${MANPREFIX}/man"
INSTALL_TARGET= install-strip

PLIST_FILES= bin/evilwm \
man/man1/evilwm.1.gz \
Expand All @@ -21,7 +27,7 @@ OPTIONS_DEFINE= DOCS

post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ChangeLog README TODO doc/standards.html
.for f in ChangeLog README TODO doc/build.html doc/evilwm.html
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor

Expand Down
6 changes: 3 additions & 3 deletions x11-wm/evilwm/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1436791316
SHA256 (evilwm-1.1.1.tar.gz) = 79589c296a5915ee0bae1d231e8912601fc794d9f0a9cacb6b648ff9a5f2602a
SIZE (evilwm-1.1.1.tar.gz) = 40150
TIMESTAMP = 1684970152
SHA256 (evilwm-1.4.1.tar.gz) = 789dcf0a59af3c56c0016c728cbba11fa60150bb52be711bbb21a42eb40e8391
SIZE (evilwm-1.4.1.tar.gz) = 73653

0 comments on commit 6aac9f0

Please sign in to comment.