wok-6.x diff xautolock/receipt @ rev 20151
Up gnu-efi (3.0.6) again
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 07 11:52:24 2017 +0100 (2017-12-07) |
parents | 9a3581285012 |
children | ad8b9ff412d2 |
line diff
1.1 --- a/xautolock/receipt Fri Sep 01 11:29:54 2017 +0200 1.2 +++ b/xautolock/receipt Thu Dec 07 11:52:24 2017 +0100 1.3 @@ -3,13 +3,14 @@ 1.4 PACKAGE="xautolock" 1.5 VERSION="2.2" 1.6 CATEGORY="x-window" 1.7 -SHORT_DESC="." 1.8 +SHORT_DESC="Program launcher for idle X sessions." 1.9 MAINTAINER="pascal.bellard@slitaz.org" 1.10 LICENSE="GPL2" 1.11 TARBALL="$PACKAGE-$VERSION.tgz" 1.12 WEB_SITE="https://www.ibiblio.org/pub/linux/X11/" 1.13 -WGET_URL="https://www.ibiblio.org/pub/linux/X11/screensavers/$TARBALL" 1.14 +WGET_URL="${WEB_SITE}screensavers/$TARBALL" 1.15 1.16 +DEPENDS="xorg-libXss libxcb xlockmore" 1.17 BUILD_DEPENDS="xorg-imake xorg-libXScrnSaver-dev" 1.18 1.19 # Rules to configure and make the package. 1.20 @@ -26,5 +27,6 @@ 1.21 mkdir -p $fs/usr $install/usr/share/man $install/usr/share/doc 1.22 cp -a $src/Readme $install/usr/share/doc 1.23 cp -a $src/xautolock.man $install/usr/share/man 1.24 + chmod a+r $install/usr/share/*/* 1.25 cp -a $install/usr/bin $fs/usr 1.26 }