wok-next annotate lxinput/receipt @ rev 21366

john: modified TARBALL
author Hans-G?nter Theisgen
date Mon Apr 13 10:11:04 2020 +0100 (2020-04-13)
parents 5669e8b3be70
children
rev   line source
al@21017 1 # SliTaz package receipt v2.
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"
al@21020 7 MAINTAINER="devel@slitaz.org"
al@14907 8 LICENSE="GPL3"
al@20906 9 WEB_SITE="https://lxde.org/"
al@21017 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxde/lxinput.html"
al@19814 11
al@17988 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@17988 13 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
pankso@12461 14
al@21017 15 BUILD_DEPENDS="intltool gtk2-dev"
pankso@12461 16
al@21017 17 compile_rules() {
al@19814 18 sed -i 's|^Icon=.*$|Icon=preferences-desktop-keyboard|' \
al@19814 19 data/lxinput.desktop.in
al@19814 20
al@21020 21 ./configure $CONFIGURE_ARGS &&
al@21020 22 make &&
al@21020 23 make install
pankso@12461 24 }
pankso@12461 25
al@21017 26 genpkg_rules() {
al@19814 27 # skip icons (found in the icon theme)
al@19814 28 copy bin/ *.ui
al@21105 29 DEPENDS="atk libcairo fontconfig freetype gdk-pixbuf glib gtk2 pango \
al@21078 30 libx11 xset"
al@19814 31 TAGS="LXDE keyboard mouse"
pankso@12461 32 }