wok-next view lxterminal/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 5669e8b3be70
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="lxterminal"
4 VERSION="0.3.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="LXDE terminal emulator"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://wiki.lxde.org/en/LXTerminal"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxde/lxterminal.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
15 BUILD_DEPENDS="intltool gtk2-dev vte-gtk2-dev"
16 SPLIT="$PACKAGE-locales"
18 compile_rules() {
19 sed -i '/_Keywords=/d; /TryExec=/d' $src/data/lxterminal.desktop.in
21 ./configure $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 lxterminal)
29 copy @std
30 rm -r $fs/usr/share/icons
31 DEPENDS="atk libcairo fontconfig freetype gdk-pixbuf glib gtk2 pango \
32 vte-gtk2 libx11 libxext"
33 SUGGESTED="lxterminal-locales"
34 TAGS="LXDE terminal"
35 ;;
36 *-locales)
37 copy *.mo
38 CAT="localization|locale files"
39 DEPENDS="lxterminal"
40 ;;
41 esac
42 }