@@ -12,8 +12,9 @@ pisitools.cflags.add("-Wno-deprecated-declarations")
|
||||
|
||||
def setup():
|
||||
autotools.configure("--enable-dbus-start-daemon \
|
||||
--enable-old-get-server-information-signature \
|
||||
--enable-old-notification-closed-signature")
|
||||
--enable-wayland \
|
||||
--enable-old-get-server-information-signature \
|
||||
--enable-old-notification-closed-signature")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
@@ -30,6 +30,9 @@
|
||||
<Dependency>xfce4-panel-devel</Dependency>
|
||||
<Dependency>libxfce4util-devel</Dependency>
|
||||
<Dependency>xfce4-dev-tools</Dependency>
|
||||
<Dependency>libcanberra-devel</Dependency>
|
||||
<Dependency>libcanberra-gtk3-devel</Dependency>
|
||||
<Dependency>gtk-layer-shell-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -51,6 +54,9 @@
|
||||
<Dependency>libxfce4ui</Dependency>
|
||||
<Dependency>xfce4-panel</Dependency>
|
||||
<Dependency>libxfce4util</Dependency>
|
||||
<Dependency>libcanberra</Dependency>
|
||||
<Dependency>libcanberra-gtk3</Dependency>
|
||||
<Dependency>gtk-layer-shell</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc/xdg</Path>
|
||||
@@ -65,7 +71,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="16">
|
||||
<Date>2024-08-15</Date>
|
||||
<Date>2024-08-17</Date>
|
||||
<Version>0.9.6</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
|
||||
@@ -13,7 +13,7 @@ def setup():
|
||||
pisitools.cflags.add("-Wno-deprecated-declarations")
|
||||
#autotools.autoreconf("-fiv")
|
||||
# shelltools.system("NOCONFIGURE=1 ./autogen.sh")
|
||||
autotools.configure("--disable-static")
|
||||
autotools.configure("--enable-wayland --disable-static")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
<Dependency>utempter-devel</Dependency>
|
||||
<Dependency>libpcre2-devel</Dependency>
|
||||
<Dependency>xfce4-dev-tools</Dependency>
|
||||
<Dependency>gtk-layer-shell-devel</Dependency>
|
||||
<Dependency versionFrom="4.19.0">libxfce4ui-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
@@ -42,9 +43,11 @@
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>xfconf</Dependency>
|
||||
<Dependency>libpcre2</Dependency>
|
||||
<Dependency>libxfce4ui</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>libxfce4util</Dependency>
|
||||
<Dependency>gtk-layer-shell</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -56,6 +59,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="16">
|
||||
<Date>2024-08-17</Date>
|
||||
<Version>1.1.3</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="15">
|
||||
<Date>2024-03-07</Date>
|
||||
<Version>1.1.3</Version>
|
||||
|
||||
Reference in New Issue
Block a user