mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Update to version 2.0.2.
This release contains support for Xcursor as well as several bug fixes. Approved by: miwi (mentor)
This commit is contained in:
parent
9fc4665a82
commit
6e327b990f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303271
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= spectrwm
|
||||
PORTVERSION= 2.0.0
|
||||
PORTVERSION= 2.0.2
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= https://opensource.conformal.com/snapshots/${PORTNAME}/
|
||||
EXTRACT_SUFX= .tgz
|
||||
@ -22,7 +22,7 @@ LIB_DEPENDS+= xcb:${PORTSDIR}/x11/libxcb \
|
||||
xcb-keysyms:${PORTSDIR}/x11/xcb-util-keysyms
|
||||
RUN_DEPENDS+= dmenu:${PORTSDIR}/x11/dmenu
|
||||
|
||||
USE_XORG= x11 xft xrandr xt
|
||||
USE_XORG= x11 xcursor xft xrandr xt
|
||||
|
||||
MAN1= spectrwm.1
|
||||
USE_LDCONFIG= yes
|
||||
@ -40,8 +40,8 @@ do-build:
|
||||
${CC} ${CFLAGS} -I${LOCALBASE}/include \
|
||||
-I${LOCALBASE}/include/freetype2 -I${WRKSRC}/freebsd \
|
||||
-lutil -L${LOCALBASE}/lib -lX11 -lX11-xcb -lxcb -lxcb-icccm \
|
||||
-lxcb-keysyms -lxcb-randr -lxcb-util -lxcb-xtest -lXft \
|
||||
-lXrandr -DSWM_LIB=\"${PREFIX}/lib/libswmhack.so\" \
|
||||
-lxcb-keysyms -lxcb-randr -lxcb-util -lxcb-xtest -lXcursor \
|
||||
-lXft -lXrandr -DSWM_LIB=\"${PREFIX}/lib/libswmhack.so\" \
|
||||
-o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.c
|
||||
${CC} ${CFLAGS} -I${LOCALBASE}/include -shared -fpic -DPIC \
|
||||
-o ${WRKSRC}/libswmhack.so ${WRKSRC}/lib/swm_hack.c
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (spectrwm-2.0.0.tgz) = 6ef5db2bb001c2953d0eea28e1ab36992a2c6ff98411c7299ff6a520e758916d
|
||||
SIZE (spectrwm-2.0.0.tgz) = 99759
|
||||
SHA256 (spectrwm-2.0.2.tgz) = f1c54c08f8d82bb62cf06c94d8c2a5470ac403265942fc2fc7673b45daef8451
|
||||
SIZE (spectrwm-2.0.2.tgz) = 100657
|
||||
|
Loading…
Reference in New Issue
Block a user