- Update IceWM to version 2.2.1 (bugfix release)
- Rephrase and shorten COMMENT, amend pkg-descr based on the upstream description, and remove excessive attribution (put it in the XPM file)
This commit is contained in:
parent
a20ab75d8b
commit
08b5b5dae3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=567018
4 changed files with 11 additions and 9 deletions
|
@ -2,12 +2,12 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= icewm
|
||||
PORTVERSION= 2.2.0
|
||||
PORTVERSION= 2.2.1
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= https://github.com/ice-wm/icewm/releases/download/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= portmaster@bsdforge.com
|
||||
COMMENT= Window Manager designed for speed, usability and consistency
|
||||
COMMENT= Window manager designed for speed and usability
|
||||
|
||||
LICENSE= LGPL20
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1614520201
|
||||
SHA256 (icewm-2.2.0.tar.lz) = 385df54aa39f02cb40a3d208b36db40a4d55cc35ec9539633b832fac15759afe
|
||||
SIZE (icewm-2.2.0.tar.lz) = 1697312
|
||||
TIMESTAMP = 1614697024
|
||||
SHA256 (icewm-2.2.1.tar.lz) = 8234ebafebf814349df7d294e42539295f87239d54ab3003fbe883ba9bac7af1
|
||||
SIZE (icewm-2.2.1.tar.lz) = 1697220
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* XPM */
|
||||
/* XPM, courtesy of Steve Farrell */
|
||||
static char * bsd_daemon_xpm[] = {
|
||||
"48 20 146 2",
|
||||
" c #D75CD75CD75C",
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
Window Manager designed for speed, usability and consistency.
|
||||
|
||||
'bsd-daemon.xpm' is from Steve Farrell.
|
||||
IceWM is a window manager for the X Window System. The goal of IceWM
|
||||
is speed, simplicity, and not getting in the user's way. It comes with
|
||||
a taskbar with pager, global and per-window keybindings, a dynamic menu
|
||||
system, a simple session manager, and a system tray. It is standards
|
||||
compliant, very configurable, themeable, and well documented.
|
||||
|
||||
WWW: https://ice-wm.org/
|
||||
|
|
Loading…
Reference in a new issue