diff --git a/x11/wm/pekwm/actions.py b/x11/wm/pekwm/actions.py new file mode 100644 index 0000000000..422fd6f045 --- /dev/null +++ b/x11/wm/pekwm/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import cmaketools, pisitools, get + +def setup(): + cmaketools.configure('-DCMAKE_INSTALL_PREFIX=/usr') + +def build(): + cmaketools.make() + +def install(): + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + +# pisitools.dodoc() + diff --git a/x11/wm/pekwm/pspec.xml b/x11/wm/pekwm/pspec.xml new file mode 100644 index 0000000000..534ea35cd1 --- /dev/null +++ b/x11/wm/pekwm/pspec.xml @@ -0,0 +1,70 @@ + + + + + pekwm + https://www.pekwm.se/ + + fury + uglyside@yandex.ru + + GPL-2 + app + x11.wm + Pek X window manager. + + 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/pekdon/pekwm/releases/download/release-0.2.1/pekwm-0.2.1.tar.gz + + + cmake + zlib-devel + libSM-devel + libICE-devel + libX11-devel + libXpm-devel + libXft-devel + libpng-devel + libXrandr-devel + libXinerama-devel + libxkbcommon-devel + libjpeg-turbo-devel + + + + + + + + pekwm + + libX11 + libXft + libXpm + libgcc + libpng + libXext + libXrandr + libXinerama + libjpeg-turbo + + + /etc + /usr/bin + /usr/share/pekwm + /usr/share/man + + + + + + 2021-12-17 + 0.2.1 + First build. + fury + uglyside@yandex.ru + + +