wok rev 25429

updated xbindkeys (1.8.6 -> 1.8.7)
author Hans-G?nter Theisgen
date Thu Aug 18 17:19:07 2022 +0100 (20 months ago)
parents 227fb0d8e0ed
children 4be73f2da5c0
files xbindkeys/description.txt xbindkeys/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xbindkeys/description.txt	Thu Aug 18 17:19:07 2022 +0100
     1.3 @@ -0,0 +1,5 @@
     1.4 +Xbindkeys is a program that allows you to launch shell commands with your
     1.5 +keyboard or your mouse under X Window.
     1.6 +It links commands to keys or mouse buttons, using a configuration file.
     1.7 +It's independant of the window manager and can capture all keyboard keys
     1.8 +(ex: Power, Wake...).
     2.1 --- a/xbindkeys/receipt	Thu Aug 18 17:12:42 2022 +0100
     2.2 +++ b/xbindkeys/receipt	Thu Aug 18 17:19:07 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="xbindkeys"
     2.7 -VERSION="1.8.6"
     2.8 +VERSION="1.8.7"
     2.9  CATEGORY="x-window"
    2.10  TAGS="keyboard"
    2.11  MAINTAINER="jozee@slitaz.org"
    2.12 @@ -31,12 +31,11 @@
    2.13  		--disable-tk	\
    2.14  		--disable-guile &&
    2.15  	make &&
    2.16 -	make DESTDIR=$DESTDIR install 
    2.17 +	make install DESTDIR=$DESTDIR
    2.18  }
    2.19  	
    2.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.21  genpkg_rules()
    2.22  {
    2.23 -	mkdir -p $fs/usr 
    2.24 -	cp -a $install/usr/bin $fs/usr	
    2.25 +	cook_copy_folders	bin
    2.26  }