wok diff xorg-xset/receipt @ rev 20080

revert hexchat: does not work with 2.12.4 version like that
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Sep 27 17:35:06 2017 +0000 (2017-09-27)
parents eb8067417980
children 66183b1cac5d
line diff
     1.1 --- a/xorg-xset/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/xorg-xset/receipt	Wed Sep 27 17:35:06 2017 +0000
     1.3 @@ -13,6 +13,7 @@
     1.4  
     1.5  DEPENDS="xorg-libXmu"
     1.6  BUILD_DEPENDS="xorg-libXmu-dev"
     1.7 +SUGGESTED="yad"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11 @@ -28,4 +29,6 @@
    1.12  {
    1.13  	mkdir -p $fs/usr
    1.14  	cp -a $install/usr/bin $fs/usr
    1.15 +	cp -a $stuff/xset-screensaver.sh $fs/usr/bin
    1.16 +	chmod 755 $fs/usr/bin/xset-screensaver.sh
    1.17  }