mirror of https://git.FreeBSD.org/ports.git
x11-wm/icewm: update IceWM to the latest version 3.9.0
The highlight of this release is support for themed cursors to gdk-pixbuf without requiring libXpm and using Xcursor files as an alternative to XPM cursors. Via: https://www.opennet.ru/opennews/art.shtml?num=63805
This commit is contained in:
parent
29e24be904
commit
3a7907a7cc
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= icewm
|
||||
PORTVERSION= 3.8.2
|
||||
PORTVERSION= 3.9.0
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= https://github.com/ice-wm/icewm/releases/download/${PORTVERSION}/
|
||||
|
||||
|
@ -19,7 +19,7 @@ USES= compiler:c++11-lang gmake gnome iconv:translit localbase \
|
|||
perl5 pkgconfig shebangfix tar:lz xorg
|
||||
USE_GNOME= glib20
|
||||
USE_PERL5= build
|
||||
USE_XORG= ice sm x11 xcomposite xdamage xext xfixes xpm xrender
|
||||
USE_XORG= ice sm x11 xcomposite xcursor xdamage xext xfixes xrender
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-icesound=oss
|
||||
SHEBANG_FILES= contrib/icewm-menu-xrandr
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1754243276
|
||||
SHA256 (icewm-3.8.2.tar.lz) = c64b1b7c8ee262a3c4796be57349a3198998564d70ed26f11e724e1b73d48394
|
||||
SIZE (icewm-3.8.2.tar.lz) = 1885515
|
||||
TIMESTAMP = 1756604769
|
||||
SHA256 (icewm-3.9.0.tar.lz) = 1323527a9a49db66e9ce7b08e6ec43c87700243432fc6679681df367c67b2dc0
|
||||
SIZE (icewm-3.9.0.tar.lz) = 1889065
|
||||
|
|
Loading…
Reference in New Issue