xscreensaver: update to 6.04.
This commit is contained in:
parent
81bb88d83e
commit
341716315a
2 changed files with 16 additions and 3 deletions
10
srcpkgs/xscreensaver/patches/autoconf.patch
Normal file
10
srcpkgs/xscreensaver/patches/autoconf.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -2827,7 +2827,6 @@
|
||||
|
||||
if ! test -z "$ac_unrecognized_opts" ; then
|
||||
echo "" >&2
|
||||
- exit 2
|
||||
fi
|
||||
|
||||
###############################################################################
|
|
@ -1,10 +1,9 @@
|
|||
# Template file for 'xscreensaver'
|
||||
pkgname=xscreensaver
|
||||
version=6.03
|
||||
version=6.04
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-pam --with-login-manager
|
||||
--with-x-app-defaults=/usr/share/X11/app-defaults
|
||||
--includedir=${XBPS_CROSS_BASE}/include
|
||||
--libdir=${XBPS_CROSS_BASE}/lib"
|
||||
conf_files="/etc/pam.d/xscreensaver"
|
||||
|
@ -18,11 +17,15 @@ license="MIT"
|
|||
homepage="https://www.jwz.org/xscreensaver/"
|
||||
changelog="https://www.jwz.org/xscreensaver/changelog.html"
|
||||
distfiles="https://www.jwz.org/xscreensaver/xscreensaver-${version}.tar.gz"
|
||||
checksum=328d51797352acf58ca5bab49e76fbf26034e7cad785f651ea11ce7b43fba25a
|
||||
checksum=787014b29f0c5793ecc2d93e1109a049ff48ab0c29b851dab34f683ceef6b152
|
||||
|
||||
# marbling.c: In function 'fade': incompatible type for argument 1 of 'vqdmulhq_s16'
|
||||
CFLAGS=-flax-vector-conversions
|
||||
|
||||
pre_configure() {
|
||||
mkdir -p /usr/share/X11/app-defaults
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vmkdir etc/pam.d
|
||||
make install_prefix=${DESTDIR} install
|
||||
|
|
Loading…
Add table
Reference in a new issue