wok view lxinput/receipt @ rev 18545

Add: get-vivaldi, kazehakase. Up: firefox-official(42.0). Misc: change various icons.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 07 03:08:19 2015 +0200 (2015-11-07)
parents ac769de6c7c1
children 8a7737341ffa
line source
1 # SliTaz package receipt.
3 PACKAGE="lxinput"
4 VERSION="0.3.4"
5 CATEGORY="x-window"
6 SHORT_DESC="LXDE keyboard and mouse configuration"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://lxde.org"
10 TARBALL="$PACKAGE-$VERSION.tar.xz"
11 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
12 TAGS="LXDE keyboard mouse"
13 HOST_ARCH="i486 arm"
15 DEPENDS="gtk+ xorg-xset"
16 BUILD_DEPENDS="gtk+-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure \
22 $CONFIGURE_ARGS &&
23 make && make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/share
30 cp -a $install/usr/bin $fs/usr
31 cp -a $install/usr/share/$PACKAGE $fs/usr/share
32 rm -rf $fs/usr/share/$PACKAGE/*.png
33 sed -i 's|^Icon=.*$|Icon=preferences-desktop-keyboard|' \
34 $fs/usr/share/applications/lxinput.desktop
35 }