xscreensaver ver. bump
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
# 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([
|
j = ''.join([
|
||||||
' --enable-locking',
|
' --enable-locking',
|
||||||
@@ -16,14 +16,19 @@ j = ''.join([
|
|||||||
' --with-xdbe-ext',
|
' --with-xdbe-ext',
|
||||||
' --with-gl',
|
' --with-gl',
|
||||||
' --with-xft',
|
' --with-xft',
|
||||||
|
' --with-jpeg',
|
||||||
' --with-login-manager ',
|
' --with-login-manager ',
|
||||||
|
' --enable-pam-check-account-type',
|
||||||
' --without-systemd '
|
' --without-systemd '
|
||||||
])
|
])
|
||||||
|
shelltools.export("LC_ALL", "en_US.UTF-8")
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
pisitools.dosed("driver/Makefile.in", "UPDATE_ICON_CACHE", deleteLine = True)
|
pisitools.dosed("driver/Makefile.in", "UPDATE_ICON_CACHE", deleteLine = True)
|
||||||
|
# shelltools.system("sed -i 's/-lsystemd/-lelogind/' driver/Makefile.in")
|
||||||
autotools.configure(j)
|
autotools.configure(j)
|
||||||
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
|
|
||||||
|
|||||||
@@ -12,9 +12,7 @@
|
|||||||
<PartOf>x11.misc</PartOf>
|
<PartOf>x11.misc</PartOf>
|
||||||
<Summary>Screensaver collection for X11 systems.</Summary>
|
<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>
|
<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">
|
<Archive sha1sum="a7e75a2ae1110354ffaa639f4c38ec0506cabf2b" type="targz">https://ftp2.osuosl.org/pub/blfs/conglomeration/xscreensaver/xscreensaver-6.08.tar.gz</Archive>
|
||||||
https://www.jwz.org/xscreensaver/xscreensaver-6.06.tar.gz
|
|
||||||
</Archive>
|
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>bc</Dependency>
|
<Dependency>bc</Dependency>
|
||||||
<Dependency>intltool</Dependency>
|
<Dependency>intltool</Dependency>
|
||||||
@@ -49,6 +47,7 @@
|
|||||||
<Dependency>libXxf86misc-devel</Dependency>
|
<Dependency>libXxf86misc-devel</Dependency>
|
||||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||||
<Dependency>gdk-pixbuf-xlib-devel</Dependency>
|
<Dependency>gdk-pixbuf-xlib-devel</Dependency>
|
||||||
|
<Dependency>perl-libwww</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Patches>
|
<Patches>
|
||||||
<!-- <Patch level="1">missing.patch</Patch> -->
|
<!-- <Patch level="1">missing.patch</Patch> -->
|
||||||
@@ -104,7 +103,14 @@
|
|||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</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">
|
<Update release="3">
|
||||||
<Date>2023-01-05</Date>
|
<Date>2023-01-05</Date>
|
||||||
<Version>6.06</Version>
|
<Version>6.06</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user