mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
x11-wm/herbstluftwm: Update to version 0.9.1
https://herbstluftwm.org/news.html PR: 252268 Submitted by: Zsolt Udvari uzsolt@uzsolt.hu (maintainer)
This commit is contained in:
parent
86d6c57286
commit
33f66d15dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559666
@ -1,9 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= herbstluftwm
|
||||
PORTVERSION= 0.8.3
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.9.1
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= http://herbstluftwm.org/tarballs/
|
||||
|
||||
MAINTAINER= uzsolt@uzsolt.hu
|
||||
COMMENT= Manual tiling window manager for X11
|
||||
@ -13,13 +13,15 @@ LICENSE= BSD2CLAUSE
|
||||
BUILD_DEPENDS= asciidoc:textproc/asciidoc
|
||||
|
||||
USES= cmake compiler:c++11-lang gnome pkgconfig shebangfix xorg
|
||||
USE_GITHUB= yes
|
||||
USE_GNOME= glib20
|
||||
USE_XORG= x11 xext xinerama xrandr
|
||||
|
||||
SHEBANG_FILES= scripts/*.sh share/*.sh
|
||||
SHEBANG_FILES= doc/gendoc.py scripts/*.sh share/*.sh
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
DOCS_CMAKE_ON= WITH_DOCUMENTATION
|
||||
DOCS_USES+= python:3.5+,build
|
||||
DOCS_CMAKE_BOOL+= WITH_DOCUMENTATION
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1591733154
|
||||
SHA256 (herbstluftwm-0.8.3.tar.gz) = a14e3b7e0c1c3f6a318a0a9cf631a4ab572e6de22c84c77603cf38e1e425abe2
|
||||
SIZE (herbstluftwm-0.8.3.tar.gz) = 379052
|
||||
TIMESTAMP = 1609227561
|
||||
SHA256 (herbstluftwm-herbstluftwm-v0.9.1_GH0.tar.gz) = 91014db4a6411fd1bb6cff55a2b952b9ac88cbcd9c11db504b69f814c317b5b0
|
||||
SIZE (herbstluftwm-herbstluftwm-v0.9.1_GH0.tar.gz) = 364218
|
||||
|
@ -5,17 +5,18 @@ etc/xdg/herbstluftwm/autostart
|
||||
etc/xdg/herbstluftwm/dmenu_run_hlwm
|
||||
etc/xdg/herbstluftwm/panel.sh
|
||||
etc/xdg/herbstluftwm/restartpanels.sh
|
||||
man/man1/herbstclient.1.gz
|
||||
man/man1/herbstluftwm.1.gz
|
||||
man/man7/herbstluftwm-tutorial.7.gz
|
||||
share/fish/vendor_completions.d/herbstclient.fish
|
||||
share/xsessions/herbstluftwm.desktop
|
||||
share/zsh/site-functions/_herbstclient
|
||||
%%PORTDOCS%%man/man1/herbstclient.1.gz
|
||||
%%PORTDOCS%%man/man1/herbstluftwm.1.gz
|
||||
%%PORTDOCS%%man/man7/herbstluftwm-tutorial.7.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/BUGS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/herbstclient.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/herbstluftwm-tutorial.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/herbstluftwm.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/hlwm-doc.json
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dmenu.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dumpbeautify.sh
|
||||
@ -29,6 +30,7 @@ share/zsh/site-functions/_herbstclient
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/layout.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/loadstate.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/maximize.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/perclient_kb_layout.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/q3terminal.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/savestate.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scratchpad.sh
|
||||
|
Loading…
Reference in New Issue
Block a user