wok-next annotate lxinput/receipt @ rev 20748
Update (b)deps
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed May 30 20:13:48 2018 +0300 (2018-05-30) |
parents | aef69ec23a2f |
children | a3c581bf52b8 |
rev | line source |
---|---|
pankso@12461 | 1 # SliTaz package receipt. |
pankso@12461 | 2 |
pankso@12461 | 3 PACKAGE="lxinput" |
al@19814 | 4 VERSION="0.3.5" |
pankso@12461 | 5 CATEGORY="x-window" |
al@17992 | 6 SHORT_DESC="LXDE keyboard and mouse configuration" |
pankso@12461 | 7 MAINTAINER="pankso@slitaz.org" |
al@14907 | 8 LICENSE="GPL3" |
al@14907 | 9 WEB_SITE="http://lxde.org" |
al@19814 | 10 |
al@17988 | 11 TARBALL="$PACKAGE-$VERSION.tar.xz" |
al@17988 | 12 WGET_URL="$SF_MIRROR/lxde/$TARBALL" |
pankso@12461 | 13 |
al@19814 | 14 BUILD_DEPENDS="intltool gtk+-dev" |
pankso@12461 | 15 |
pankso@12461 | 16 # Rules to configure and make the package. |
pankso@12461 | 17 compile_rules() |
pankso@12461 | 18 { |
al@19814 | 19 # http://www.linuxfromscratch.org/blfs/view/stable/lxde/lxinput.html |
al@19814 | 20 |
al@19814 | 21 sed -i 's|^Icon=.*$|Icon=preferences-desktop-keyboard|' \ |
al@19814 | 22 data/lxinput.desktop.in |
al@19814 | 23 |
pankso@12461 | 24 ./configure \ |
pankso@12461 | 25 $CONFIGURE_ARGS && |
pankso@12461 | 26 make && make install |
pankso@12461 | 27 } |
pankso@12461 | 28 |
pankso@12461 | 29 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@12461 | 30 genpkg_rules() |
pankso@12461 | 31 { |
al@19814 | 32 # skip icons (found in the icon theme) |
al@19814 | 33 copy bin/ *.ui |
al@19814 | 34 DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ pango \ |
al@19814 | 35 xorg-libX11 xorg-xset" |
al@19814 | 36 TAGS="LXDE keyboard mouse" |
pankso@12461 | 37 } |