wok-next view lxinput/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents a3c581bf52b8
children d5aab818505e
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="pankso@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 \
22 $CONFIGURE_ARGS &&
23 make && 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 }