wok-next view lxinput/receipt @ rev 21031

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 15:42:26 2018 +0200 (2018-11-03)
parents f48456621a9d
children 5669e8b3be70
line source
1 # SliTaz package receipt v2.
3 PACKAGE="lxinput"
4 VERSION="0.3.5"
5 CATEGORY="x-window"
6 SHORT_DESC="LXDE keyboard and mouse configuration"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://lxde.org/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxde/lxinput.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
15 BUILD_DEPENDS="intltool gtk2-dev"
17 compile_rules() {
18 sed -i 's|^Icon=.*$|Icon=preferences-desktop-keyboard|' \
19 data/lxinput.desktop.in
21 ./configure $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 # skip icons (found in the icon theme)
28 copy bin/ *.ui
29 DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk2 pango \
30 xorg-libX11 xorg-xset"
31 TAGS="LXDE keyboard mouse"
32 }