diff --git a/x11/wm/pekwm/actions.py b/x11/wm/pekwm/actions.py
index ee62368dbe..e47abe53e5 100644
--- a/x11/wm/pekwm/actions.py
+++ b/x11/wm/pekwm/actions.py
@@ -6,8 +6,13 @@
from pisi.actionsapi import cmaketools, pisitools, get
+i = ''.join([
+ ' -DCMAKE_BUILD_TYPE=RELEASE',
+ ' -DCMAKE_INSTALL_PREFIX=/usr -L '
+ ])
+
def setup():
- cmaketools.configure('-DCMAKE_INSTALL_PREFIX=/usr')
+ cmaketools.configure(i)
def build():
cmaketools.make()
diff --git a/x11/wm/pekwm/pspec.xml b/x11/wm/pekwm/pspec.xml
index b7bf705bdf..9dd2a854bd 100644
--- a/x11/wm/pekwm/pspec.xml
+++ b/x11/wm/pekwm/pspec.xml
@@ -15,12 +15,14 @@
The Pekwm Window Manager is written by Claes Nästén. The code is based on the aewm++ window manager, but it has evolved enough that it no longer resembles aewm++ at all. It also has an expanded feature-set, including window grouping (similar to ion, pwm, or fluxbox), auto properties, xinerama and keygrabber that supports keychains, and much more.
-
- https://github.com/pekwm/pekwm/archive/3ad1dc8e71dffbe7a74d64fd19b8e591818869bb.zip
+
+ https://github.com/pekwm/pekwm/releases/download/release-0.3.0/pekwm-0.3.0.tar.gz
cmake
zlib-devel
+ pango-devel
+ cairo-devel
libSM-devel
libICE-devel
libX11-devel
@@ -40,6 +42,8 @@
pekwm
+ pango
+ cairo
libX11
libXft
libXpm
@@ -60,6 +64,13 @@
+
+ 2023-01-24
+ 0.3.0
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
2022-06-10
0.2.1