xscreensaver ver. bump

This commit is contained in:
Rmys
2024-05-16 22:49:27 +03:00
parent 0f85ee2605
commit 90b4ace37e
2 changed files with 16 additions and 5 deletions
+6 -1
View File
@@ -4,7 +4,7 @@
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools, pisitools, get
from pisi.actionsapi import autotools, pisitools, get, shelltools
j = ''.join([
' --enable-locking',
@@ -16,14 +16,19 @@ j = ''.join([
' --with-xdbe-ext',
' --with-gl',
' --with-xft',
' --with-jpeg',
' --with-login-manager ',
' --enable-pam-check-account-type',
' --without-systemd '
])
shelltools.export("LC_ALL", "en_US.UTF-8")
def setup():
pisitools.dosed("driver/Makefile.in", "UPDATE_ICON_CACHE", deleteLine = True)
# shelltools.system("sed -i 's/-lsystemd/-lelogind/' driver/Makefile.in")
autotools.configure(j)
def build():
autotools.make()
+10 -4
View File
@@ -12,9 +12,7 @@
<PartOf>x11.misc</PartOf>
<Summary>Screensaver collection for X11 systems.</Summary>
<Description>XScreenSaver is the standard screen saver collection shipped on most Linux and Unix systems running the X11 Window System. I released the first version in 1992. I ported it to macOS in 2006, to iOS in 2012, and to Android in 2014. On X11 systems, XScreenSaver is two things: it is both a large collection of screen savers; and it is also the framework for blanking and locking the screen.</Description>
<Archive sha1sum="fa7e1da709972c640a913d42039ba8609ed6218e" type="targz">
https://www.jwz.org/xscreensaver/xscreensaver-6.06.tar.gz
</Archive>
<Archive sha1sum="a7e75a2ae1110354ffaa639f4c38ec0506cabf2b" type="targz">https://ftp2.osuosl.org/pub/blfs/conglomeration/xscreensaver/xscreensaver-6.08.tar.gz</Archive>
<BuildDependencies>
<Dependency>bc</Dependency>
<Dependency>intltool</Dependency>
@@ -49,6 +47,7 @@
<Dependency>libXxf86misc-devel</Dependency>
<Dependency>libjpeg-turbo-devel</Dependency>
<Dependency>gdk-pixbuf-xlib-devel</Dependency>
<Dependency>perl-libwww</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">missing.patch</Patch> -->
@@ -104,7 +103,14 @@
</Files>
</Package>
<History>
<History>
<Update release="4">
<Date>2024-05-14</Date>
<Version>6.08</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2023-01-05</Date>
<Version>6.06</Version>