1
0
forked from ports/contrib

xscreensaver: 6.00 -> 6.01

This commit is contained in:
Tim Biermann 2021-06-27 20:20:04 +00:00
parent 638a25b2af
commit 304abfe449
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 20 additions and 9 deletions

@ -8,6 +8,9 @@ drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/xscreensaver-demo -> xscreensaver-settings
-rwxr-xr-x root/root usr/bin/xscreensaver-settings
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/X11/
drwxr-xr-x root/root usr/lib/X11/app-defaults/
-rw-r--r-- root/root usr/lib/X11/app-defaults/XScreenSaver
drwxr-xr-x root/root usr/lib/xscreensaver/
-rwxr-xr-x root/root usr/lib/xscreensaver/abstractile
-rwxr-xr-x root/root usr/lib/xscreensaver/anemone
@ -258,9 +261,6 @@ drwxr-xr-x root/root usr/lib/xscreensaver/
-rwxr-xr-x root/root usr/lib/xscreensaver/xspirograph
-rwxr-xr-x root/root usr/lib/xscreensaver/zoom
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/X11/
drwxr-xr-x root/root usr/share/X11/app-defaults/
-rw-r--r-- root/root usr/share/X11/app-defaults/XScreenSaver
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/xscreensaver-properties.desktop
drwxr-xr-x root/root usr/share/fonts/

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3ytSGl54r5qBBIY/ea/+qPP9DRqBe9EcgNW1llnEu2nIqMS4weYLkOw4Nek1zvURJ4MDE0l6PckFtt/TVJIVAQ4=
SHA256 (Pkgfile) = 17981994e6dc2be3e819f516f573d258ec5b3156a3749801d039906c5d19aca5
SHA256 (.footprint) = b6eecb76d00185fe6723b3db098202424138743f64d220d5b7221adc0c6d232d
SHA256 (xscreensaver-6.00.tar.gz) = 585088974721b828ebd71fd3ebb019d1bf312133c956eac9672d61f6b49d7706
RWSagIOpLGJF3xF2C8yH5+wRiKOp87P9p8NCAUcsj6MJC/razQ0ASv/7G57GsfG6ibHYbNPNGcJokMIPzo4OIHquTzMckwVcygM=
SHA256 (Pkgfile) = 581b2093bd3789116133a00843741704d9ceb4c8200ddacd43d049948326b8e0
SHA256 (.footprint) = 9e329b2a17e9cb188200175eede2c8f94231faa1cfe9a03b7fbe7906655c75a1
SHA256 (xscreensaver-6.01.tar.gz) = 085484665d91f60b4a1dedacd94bcf9b74b0fb096bcedc89ff1c245168e5473b
SHA256 (xscreensaver.pam) = bf8bfc428530824f4de3582481b21bad8c6d095ffbf91aa7173dda3e158604e1

@ -1,14 +1,25 @@
# Description: A screen saver and locker daemon for xorg.
# URL: https://www.jwz.org/xscreensaver/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: bc fortune gdk-pixbuf-xlib giflib glu intltool libglade linux-pam xorg-libxmu
# Depends on: bc fortune gdk-pixbuf-xlib giflib glu intltool libglade linux-pam xorg-libxmu xorg-libxi
name=xscreensaver
version=6.00
version=6.01
release=1
source=(https://www.jwz.org/$name/$name-$version.tar.gz
$name.pam)
unpack_source() {
for file in ${source[@]}; do
case ${file##*/} in
$name-$version.tar.gz)
tar xfvz $(get_filename $file) -C $SRC ;;
*)
cp $(get_filename $file) $SRC ;;
esac
done
}
build() {
cd $name-$version