pekwm-0.3.0
This commit is contained in:
@@ -6,8 +6,13 @@
|
|||||||
|
|
||||||
from pisi.actionsapi import cmaketools, pisitools, get
|
from pisi.actionsapi import cmaketools, pisitools, get
|
||||||
|
|
||||||
|
i = ''.join([
|
||||||
|
' -DCMAKE_BUILD_TYPE=RELEASE',
|
||||||
|
' -DCMAKE_INSTALL_PREFIX=/usr -L '
|
||||||
|
])
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
cmaketools.configure('-DCMAKE_INSTALL_PREFIX=/usr')
|
cmaketools.configure(i)
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
cmaketools.make()
|
cmaketools.make()
|
||||||
|
|||||||
+13
-2
@@ -15,12 +15,14 @@
|
|||||||
<Description>
|
<Description>
|
||||||
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.
|
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.
|
||||||
</Description>
|
</Description>
|
||||||
<Archive sha1sum="cf003e073ec94800938f831d73f00df35cf92d91" type="zip">
|
<Archive sha1sum="27bd80c143146ec0c72a549655a1ea32df844ecb" type="targz">
|
||||||
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
|
||||||
</Archive>
|
</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>cmake</Dependency>
|
<Dependency>cmake</Dependency>
|
||||||
<Dependency>zlib-devel</Dependency>
|
<Dependency>zlib-devel</Dependency>
|
||||||
|
<Dependency>pango-devel</Dependency>
|
||||||
|
<Dependency>cairo-devel</Dependency>
|
||||||
<Dependency>libSM-devel</Dependency>
|
<Dependency>libSM-devel</Dependency>
|
||||||
<Dependency>libICE-devel</Dependency>
|
<Dependency>libICE-devel</Dependency>
|
||||||
<Dependency>libX11-devel</Dependency>
|
<Dependency>libX11-devel</Dependency>
|
||||||
@@ -40,6 +42,8 @@
|
|||||||
<Package>
|
<Package>
|
||||||
<Name>pekwm</Name>
|
<Name>pekwm</Name>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
|
<Dependency>pango</Dependency>
|
||||||
|
<Dependency>cairo</Dependency>
|
||||||
<Dependency>libX11</Dependency>
|
<Dependency>libX11</Dependency>
|
||||||
<Dependency>libXft</Dependency>
|
<Dependency>libXft</Dependency>
|
||||||
<Dependency>libXpm</Dependency>
|
<Dependency>libXpm</Dependency>
|
||||||
@@ -60,6 +64,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2023-01-24</Date>
|
||||||
|
<Version>0.3.0</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>fury</Name>
|
||||||
|
<Email>uglyside@yandex.ru</Email>
|
||||||
|
</Update>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2022-06-10</Date>
|
<Date>2022-06-10</Date>
|
||||||
<Version>0.2.1</Version>
|
<Version>0.2.1</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user