wok diff lxinput/receipt @ rev 24061
Add lz4ultra
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 12 09:05:17 2021 +0000 (2021-06-12) |
parents | 6e8b1bcb30e2 |
children | ee53899c6189 |
line diff
1.1 --- a/lxinput/receipt Thu Jan 24 11:33:03 2019 +0100 1.2 +++ b/lxinput/receipt Sat Jun 12 09:05:17 2021 +0000 1.3 @@ -1,35 +1,41 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lxinput" 1.7 -VERSION="0.3.4" 1.8 +VERSION="0.3.5" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="LXDE keyboard and mouse configuration" 1.11 +TAGS="LXDE keyboard mouse" 1.12 +SHORT_DESC="LXDE keyboard and mouse configuration." 1.13 MAINTAINER="pankso@slitaz.org" 1.14 LICENSE="GPL3" 1.15 WEB_SITE="https://lxde.org" 1.16 + 1.17 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.18 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 1.19 -TAGS="LXDE keyboard mouse" 1.20 -HOST_ARCH="i486 arm" 1.21 -GENERIC_MENUS="no" 1.22 1.23 DEPENDS="gtk+ xorg-xset" 1.24 BUILD_DEPENDS="gtk+-dev" 1.25 +GENERIC_MENUS="no" 1.26 + 1.27 +HOST_ARCH="i486 arm" 1.28 1.29 # Rules to configure and make the package. 1.30 compile_rules() 1.31 { 1.32 ./configure \ 1.33 $CONFIGURE_ARGS && 1.34 - make && make install 1.35 + make -j 1 && 1.36 + make install 1.37 } 1.38 1.39 # Rules to gen a SliTaz package suitable for Tazpkg. 1.40 genpkg_rules() 1.41 { 1.42 cp -a $install/* $fs 1.43 - rm -r $fs/usr/share/locale $fs/usr/share/man 1.44 + 1.45 + rm -r $fs/usr/share/locale 1.46 + rm -r $fs/usr/share/man 1.47 rm -r $fs/usr/share/lxinput/*.png 1.48 + 1.49 sed -i 's|^Icon=.*$|Icon=preferences-desktop-keyboard|' \ 1.50 $fs/usr/share/applications/lxinput.desktop 1.51 }