mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
x11-wm/herbstluftwm: update to 0.9.2
ChangeLog: https://herbstluftwm.org/news.html While here, pet linters. PR: 253613 Submitted by: uzsolt@uzsolt.hu (maintainer)
This commit is contained in:
parent
937af7340a
commit
99dc3bd772
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=566038
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= herbstluftwm
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.9.1
|
||||
DISTVERSION= 0.9.2
|
||||
CATEGORIES= x11-wm
|
||||
|
||||
MAINTAINER= uzsolt@uzsolt.hu
|
||||
@ -11,20 +11,24 @@ COMMENT= Manual tiling window manager for X11
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
BUILD_DEPENDS= asciidoc:textproc/asciidoc
|
||||
LIB_DEPENDS+= libfreetype.so:print/freetype2
|
||||
|
||||
USES= cmake compiler:c++11-lang gnome pkgconfig shebangfix xorg
|
||||
USES= cmake compiler:c++11-lang gnome \
|
||||
localbase:ldflags pkgconfig shebangfix xorg
|
||||
USE_GITHUB= yes
|
||||
USE_GNOME= glib20
|
||||
USE_XORG= x11 xext xinerama xrandr
|
||||
USE_XORG= x11 xext xft xinerama xrandr
|
||||
|
||||
SHEBANG_FILES= doc/gendoc.py scripts/*.sh share/*.sh
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
OPTIONS_SUB= yes
|
||||
DOCS_USES+= python:3.5+,build
|
||||
DOCS_CMAKE_BOOL+= WITH_DOCUMENTATION
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
DOCS_VARS= binary_alias=python3=${PYTHON_CMD}
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1609227561
|
||||
SHA256 (herbstluftwm-herbstluftwm-v0.9.1_GH0.tar.gz) = 91014db4a6411fd1bb6cff55a2b952b9ac88cbcd9c11db504b69f814c317b5b0
|
||||
SIZE (herbstluftwm-herbstluftwm-v0.9.1_GH0.tar.gz) = 364218
|
||||
TIMESTAMP = 1613566681
|
||||
SHA256 (herbstluftwm-herbstluftwm-v0.9.2_GH0.tar.gz) = 0f9cca8dd5215a8682692fe98608926090597ca578012950932ef785fd52d188
|
||||
SIZE (herbstluftwm-herbstluftwm-v0.9.2_GH0.tar.gz) = 377875
|
||||
|
@ -1,4 +1,4 @@
|
||||
--- CMakeLists.txt.orig 2020-04-20 22:03:58 UTC
|
||||
--- CMakeLists.txt.orig 2021-02-17 10:06:29 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -20,13 +20,13 @@ include(ccache)
|
||||
|
||||
@ -28,8 +28,9 @@
|
||||
@@ -47,7 +47,6 @@ add_subdirectory(share)
|
||||
|
||||
## install everything that was not installed from subdirectories
|
||||
install(FILES BUGS NEWS DESTINATION ${DOCDIR})
|
||||
install(FILES NEWS DESTINATION ${DOCDIR})
|
||||
-install(FILES LICENSE DESTINATION ${LICENSEDIR})
|
||||
install(DIRECTORY scripts/ DESTINATION ${DOCDIR}/examples USE_SOURCE_PERMISSIONS)
|
||||
-install(DIRECTORY scripts/ DESTINATION ${DOCDIR}/examples USE_SOURCE_PERMISSIONS)
|
||||
+install(DIRECTORY scripts/ DESTINATION /usr/local/share/examples/herbstluftwm USE_SOURCE_PERMISSIONS)
|
||||
|
||||
# vim: et:ts=4:sw=4
|
||||
|
@ -11,7 +11,6 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user