# HG changeset patch # User Hans-G?nter Theisgen # Date 1660839547 -3600 # Node ID a1b325803d654da4d985c882ff0a2ccd8a5dbc24 # Parent 227fb0d8e0edaf16907b0e892f87d3433a267956 updated xbindkeys (1.8.6 -> 1.8.7) diff -r 227fb0d8e0ed -r a1b325803d65 xbindkeys/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xbindkeys/description.txt Thu Aug 18 17:19:07 2022 +0100 @@ -0,0 +1,5 @@ +Xbindkeys is a program that allows you to launch shell commands with your +keyboard or your mouse under X Window. +It links commands to keys or mouse buttons, using a configuration file. +It's independant of the window manager and can capture all keyboard keys +(ex: Power, Wake...). diff -r 227fb0d8e0ed -r a1b325803d65 xbindkeys/receipt --- a/xbindkeys/receipt Thu Aug 18 17:12:42 2022 +0100 +++ b/xbindkeys/receipt Thu Aug 18 17:19:07 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xbindkeys" -VERSION="1.8.6" +VERSION="1.8.7" CATEGORY="x-window" TAGS="keyboard" MAINTAINER="jozee@slitaz.org" @@ -31,12 +31,11 @@ --disable-tk \ --disable-guile && make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr + cook_copy_folders bin }