diff --git a/x11/wm/icewm/actions.py b/x11/wm/icewm/actions.py new file mode 100644 index 0000000000..2db02b7233 --- /dev/null +++ b/x11/wm/icewm/actions.py @@ -0,0 +1,26 @@ + +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +def setup(): + shelltools.system("./autogen.sh") + autotools.configure("--prefix=/usr \ + --sysconfdir=/etc \ + --enable-debug=no \ + --enable-xrandr \ + --enable-xinerama \ + --enable-xft \ + --enable-alsa \ + --enable-oss \ + --enable-sndfile") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) diff --git a/x11/wm/icewm/pspec.xml b/x11/wm/icewm/pspec.xml new file mode 100644 index 0000000000..904051a052 --- /dev/null +++ b/x11/wm/icewm/pspec.xml @@ -0,0 +1,79 @@ + + + + + icewm + https://ice-wm.org/ + + Erkan IŞIK + erkanisik@pisilinux.org + + BSDv3 + Window Manager designed for speed, usability, and consistency + Window Manager designed for speed, usability, and consistency + + https://github.com/ice-wm/icewm/archive/refs/tags/3.8.1.tar.gz + + + asciidoc + fontconfig-devel + libXrender-devel + libXcomposite-devel + libXdamage-devel + libXext-devel + imlib2-devel + libXpm-devel + libSM-devel + libICE-devel + libXrandr-devel + libXinerama-devel + libXft-devel + libsndfile-devel + alsa-lib-devel + fribidi-devel + + + + + icewm + + alsa-lib + imlib2 + librsvg + libsndfile + libXcomposite + libXdamage + libXinerama + libXpm + libXrandr + libSM + libICE + + + /etc + /usr/ + + + + + + icewm-devel + Development files for icewm + + icewm + + + /usr/include + + + + + + 2025-07-29 + 3.8.1 + First release + Erkan IŞIK + erkanisik@pisilinux.org + + +