@@ -9,7 +9,11 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure("--prefix=/usr --disable-dependency-tracking")
|
||||
autotools.configure("--prefix=/usr \
|
||||
--enable-wayland \
|
||||
--disable-dependency-tracking")
|
||||
|
||||
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
|
||||
@@ -23,6 +23,9 @@
|
||||
<Dependency>libSM-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libsoup3-devel</Dependency>
|
||||
<Dependency>wayland-devel</Dependency>
|
||||
<Dependency>wayland-client</Dependency>
|
||||
<Dependency>gtk-layer-shell-devel</Dependency>
|
||||
<Dependency versionFrom="4.18.0">exo-devel</Dependency>
|
||||
<Dependency versionFrom="4.18.0">libxfce4ui-devel</Dependency>
|
||||
<Dependency versionFrom="4.18.0">xfce4-panel-devel</Dependency>
|
||||
@@ -50,6 +53,7 @@
|
||||
<Dependency>fontconfig</Dependency>
|
||||
<Dependency>xfce4-panel</Dependency>
|
||||
<Dependency>libxfce4util</Dependency>
|
||||
<Dependency>wayland-client</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -63,6 +67,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="15">
|
||||
<Date>2024-08-17</Date>
|
||||
<Version>1.11.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="14">
|
||||
<Date>2024-07-31</Date>
|
||||
<Version>1.11.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user