From 43c675e56d0d2370838641b3ea1fb5e41b53b53e Mon Sep 17 00:00:00 2001 From: op Date: Fri, 10 Dec 2021 13:35:58 +0000 Subject: [PATCH] =?UTF-8?q?update=20x11/pekwm=20to=200.2.1=20from=20mainta?= =?UTF-8?q?iner=20Timo=20Myyr=C3=A4,=20thanks!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit changelog: https://github.com/pekdon/pekwm/releases/tag/release-0.2.1 OK sthen@ --- x11/pekwm/Makefile | 5 +++-- x11/pekwm/distinfo | 4 ++-- x11/pekwm/patches/patch-CMakeLists_txt | 4 ++-- x11/pekwm/patches/patch-doc_CMakeLists_txt | 11 ----------- 4 files changed, 7 insertions(+), 17 deletions(-) delete mode 100644 x11/pekwm/patches/patch-doc_CMakeLists_txt diff --git a/x11/pekwm/Makefile b/x11/pekwm/Makefile index 0889f2f13c0..1318ca6f4f2 100755 --- a/x11/pekwm/Makefile +++ b/x11/pekwm/Makefile @@ -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 \ diff --git a/x11/pekwm/distinfo b/x11/pekwm/distinfo index 2bc5d49abf9..e780505f9b4 100644 --- a/x11/pekwm/distinfo +++ b/x11/pekwm/distinfo @@ -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 diff --git a/x11/pekwm/patches/patch-CMakeLists_txt b/x11/pekwm/patches/patch-CMakeLists_txt index 13b4c955304..5091165300b 100644 --- a/x11/pekwm/patches/patch-CMakeLists_txt +++ b/x11/pekwm/patches/patch-CMakeLists_txt @@ -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 diff --git a/x11/pekwm/patches/patch-doc_CMakeLists_txt b/x11/pekwm/patches/patch-doc_CMakeLists_txt deleted file mode 100644 index e3e6c81d5a9..00000000000 --- a/x11/pekwm/patches/patch-doc_CMakeLists_txt +++ /dev/null @@ -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)