update x11/pekwm to 0.2.1 from maintainer Timo Myyrä, thanks!

changelog: https://github.com/pekdon/pekwm/releases/tag/release-0.2.1

OK sthen@
This commit is contained in:
op 2021-12-10 13:35:58 +00:00
parent 02521bddd1
commit 43c675e56d
4 changed files with 7 additions and 17 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.38 2021/11/19 21:15:51 op Exp $
# $OpenBSD: Makefile,v 1.39 2021/12/10 13:35:58 op Exp $
COMMENT= aewm++ based pretty themable window manager
DISTNAME= pekwm-${V}
V= 0.2.0
V= 0.2.1
CATEGORIES= x11
HOMEPAGE= https://www.pekwm.se/
@ -26,6 +26,7 @@ LIB_DEPENDS= graphics/jpeg \
MODULES= devel/cmake
CONFIGURE_ARGS= -DCMAKE_INSTALL_SYSCONFDIR=${SYSCONFDIR} \
-DCMAKE_INSTALL_FULL_MANDIR=${PREFIX}/man \
-DAWK=/usr/bin/awk \
-DSED=/usr/bin/sed \
-DSH=/bin/sh \

View File

@ -1,2 +1,2 @@
SHA256 (pekwm-0.2.0.tar.gz) = KFZVUN29JPsrdi8eA+CopGaEPcl6gxBlAYoFHnJAZR4=
SIZE (pekwm-0.2.0.tar.gz) = 938147
SHA256 (pekwm-0.2.1.tar.gz) = AV5uud/8gW+i1Km4yzRaUolPTcpaAdBhLzAkLbh+DlA=
SIZE (pekwm-0.2.1.tar.gz) = 943072

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-CMakeLists_txt,v 1.1 2021/11/19 21:15:51 op Exp $
$OpenBSD: patch-CMakeLists_txt,v 1.2 2021/12/10 13:35:58 op Exp $
Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -65,6 +65,7 @@ int main() { std::stof(\"42.0\"); }
@@ -67,6 +67,7 @@ int main() { std::stof(\"42.0\"); }
set(CMAKE_CXX_FLAGS ${orig_CMAKE_CXX_FLAGS})
# Look for platform specific methods

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-doc_CMakeLists_txt,v 1.1 2021/11/19 21:15:51 op Exp $
Index: doc/CMakeLists.txt
--- doc/CMakeLists.txt.orig
+++ doc/CMakeLists.txt
@@ -13,4 +13,4 @@ endif (ENABLE_IMAGE_PNG AND PNG_FOUND)
install(FILES
${manpages}
- DESTINATION share/man/man1)
+ DESTINATION man/man1)