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 pisitools
from pisi.actionsapi import autotools from pisi.actionsapi import autotools
from pisi.actionsapi import shelltools from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools
from pisi.actionsapi import get from pisi.actionsapi import get
j = ''.join([ j = ''.join([
'--enable-pam', '-Dsession-manager=elogind',
'--enable-locking', ' -Dlocking=true',
'--enable-authentication-scheme=pam', ' -Dauthentication-scheme=pam',
'--disable-static', ' -Dshadow=true',
'--with-libgl', ' -Dpam-auth-type=system'])
'--with-shadow',
'--with-mit-ext',
'--with-elogind',
'--without-console-kit',
'--with-pam-auth-type=system',
'--without-systemd'])
def setup(): def setup():
# shelltools.system("patch -Rp1 < 0001-Catch-gs_listener_dbus_init-failures.patch") # shelltools.system("patch -Rp1 < 0001-Catch-gs_listener_dbus_init-failures.patch")
autotools.configure(j) mesontools.configure(j)
def build(): def build():
autotools.make() mesontools.build()
def install(): def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR()) mesontools.install()
pisitools.dodoc("COPYING*", "INSTALL", "NEWS", "README.md") pisitools.dodoc("COPYING*", "INSTALL", "NEWS", "README.md")
@@ -16,9 +16,10 @@
<Description> <Description>
xfce4-screensaver is a screen saver and locker that aims to have simple, sane, secure defaults and be well integrated with the desktop. xfce4-screensaver is a screen saver and locker that aims to have simple, sane, secure defaults and be well integrated with the desktop.
</Description> </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> <BuildDependencies>
<Dependency>xmlto</Dependency> <Dependency>xmlto</Dependency>
<Dependency>meson</Dependency>
<Dependency>intltool</Dependency> <Dependency>intltool</Dependency>
<Dependency>pam-devel</Dependency> <Dependency>pam-devel</Dependency>
<Dependency>gtk3-devel</Dependency> <Dependency>gtk3-devel</Dependency>
@@ -77,6 +78,13 @@
</Package> </Package>
<History> <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"> <Update release="8">
<Date>2024-12-21</Date> <Date>2024-12-21</Date>
<Version>4.18.4</Version> <Version>4.18.4</Version>