xfce4-screensaver ver. bump

This commit is contained in:
Rmys
2025-07-17 12:21:01 +03:00
parent cd45d6f7d7
commit 7a8693f83d
2 changed files with 18 additions and 15 deletions
+9 -14
View File
@@ -7,30 +7,25 @@
from pisi.actionsapi import pisitools
from pisi.actionsapi import autotools
from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools
from pisi.actionsapi import get
j = ''.join([
'--enable-pam',
'--enable-locking',
'--enable-authentication-scheme=pam',
'--disable-static',
'--with-libgl',
'--with-shadow',
'--with-mit-ext',
'--with-elogind',
'--without-console-kit',
'--with-pam-auth-type=system',
'--without-systemd'])
'-Dsession-manager=elogind',
' -Dlocking=true',
' -Dauthentication-scheme=pam',
' -Dshadow=true',
' -Dpam-auth-type=system'])
def setup():
# shelltools.system("patch -Rp1 < 0001-Catch-gs_listener_dbus_init-failures.patch")
autotools.configure(j)
mesontools.configure(j)
def build():
autotools.make()
mesontools.build()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
mesontools.install()
pisitools.dodoc("COPYING*", "INSTALL", "NEWS", "README.md")
@@ -16,9 +16,10 @@
<Description>
xfce4-screensaver is a screen saver and locker that aims to have simple, sane, secure defaults and be well integrated with the desktop.
</Description>
<Archive sha1sum="6501db7a316ea28e5eba151240c9dee3140a655b" type="tarbz2">https://archive.xfce.org/src/apps/xfce4-screensaver/4.18/xfce4-screensaver-4.18.4.tar.bz2</Archive>
<Archive sha1sum="6e02302d3ca26336b0cb5c5010daf13b3c2a1cf9" type="tarxz">https://archive.xfce.org/src/apps/xfce4-screensaver/4.20/xfce4-screensaver-4.20.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>xmlto</Dependency>
<Dependency>meson</Dependency>
<Dependency>intltool</Dependency>
<Dependency>pam-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
@@ -77,6 +78,13 @@
</Package>
<History>
<Update release="9">
<Date>2025-07-14</Date>
<Version>4.20.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2024-12-21</Date>
<Version>4.18.4</Version>