update to herbstluftwm-0.9.2, from maintainers,
plus regen plist
This commit is contained in:
parent
9711df3786
commit
ca124fa94f
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2020/12/30 06:53:15 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2021/03/06 12:01:31 sthen Exp $
|
||||
|
||||
COMMENT = manual tiling window manager
|
||||
DISTNAME = herbstluftwm-0.9.1
|
||||
DISTNAME = herbstluftwm-0.9.2
|
||||
CATEGORIES = x11
|
||||
|
||||
HOMEPAGE = https://herbstluftwm.org/
|
||||
@ -12,7 +12,8 @@ MAINTAINER = Lucas <lucas@sexy.is>, \
|
||||
# BSD
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += X11 Xext Xinerama Xrandr c m pthread ${COMPILER_LIBCXX}
|
||||
WANTLIB += ${COMPILER_LIBCXX} X11 Xext Xft Xinerama Xrandr c freetype
|
||||
WANTLIB += m z
|
||||
|
||||
MASTER_SITES = https://herbstluftwm.org/tarballs/
|
||||
|
||||
@ -29,10 +30,14 @@ RUN_DEPENDS += devel/desktop-file-utils \
|
||||
# tarball already includes generated manpages
|
||||
# saves depend on asciidoc
|
||||
CONFIGURE_ARGS += -DWITH_DOCUMENTATION=NO
|
||||
CONFIGURE_ENV += CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
# requires unported pyewmh, pytest-xvfb and maybe more
|
||||
NO_TEST = Yes
|
||||
|
||||
CFLAGS += -I${X11BASE}/include -I${LOCALBASE}/include
|
||||
LDFLAGS += -L${X11BASE}/lib -L${LOCALBASE}/lib
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/herbstluftwm
|
||||
${INSTALL_SCRIPT} ${WRKINST}/etc/xdg/herbstluftwm/autostart \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (herbstluftwm-0.9.1.tar.gz) = HhYncSfiTxGbDxELZqJyO5mHv3Dk2wsuwgyftOlUmGQ=
|
||||
SIZE (herbstluftwm-0.9.1.tar.gz) = 432926
|
||||
SHA256 (herbstluftwm-0.9.2.tar.gz) = aETjBHYfexxOkhfWpqxwaLzZTmfdsyadstIZh0yGbis=
|
||||
SIZE (herbstluftwm-0.9.2.tar.gz) = 448757
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2020/12/30 06:53:15 rsadowski Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.10 2021/03/06 12:01:31 sthen Exp $
|
||||
@tag update-desktop-database
|
||||
@sample ${SYSCONFDIR}/xdg/
|
||||
@sample ${SYSCONFDIR}/xdg/herbstluftwm/
|
||||
@ -8,11 +8,8 @@ bin/dmenu_run_hlwm
|
||||
@man man/man1/herbstclient.1
|
||||
@man man/man1/herbstluftwm.1
|
||||
@man man/man7/herbstluftwm-tutorial.7
|
||||
share/bash-completion/
|
||||
share/bash-completion/completions/
|
||||
share/bash-completion/completions/herbstclient
|
||||
share/doc/herbstluftwm/
|
||||
share/doc/herbstluftwm/BUGS
|
||||
share/doc/herbstluftwm/LICENSE
|
||||
share/doc/herbstluftwm/NEWS
|
||||
share/doc/herbstluftwm/examples/
|
||||
|
Loading…
x
Reference in New Issue
Block a user