wok-next view lxterminal/receipt @ rev 19883

Up geeqie, lxterminal, xcursor-aero, xcursor-comix, xcursor-human, xcursor-obsidian.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 06 17:00:35 2017 +0300 (2017-10-06)
parents c9e270dd464f
children e756329576c3
line source
1 # SliTaz package receipt v2.
3 PACKAGE="lxterminal"
4 VERSION="0.3.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="LXDE terminal emulator"
7 MAINTAINER="gokhlayeh@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://wiki.lxde.org/en/LXTerminal"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
14 BUILD_DEPENDS="intltool gtk+-dev vte-gtk2-dev"
15 SPLIT="lxterminal-locales"
17 compile_rules() {
18 sed -i '/_Keywords=/d; /TryExec=/d' $src/data/lxterminal.desktop.in
20 ./configure $CONFIGURE_ARGS && make && make install
21 }
23 genpkg_rules() {
24 case $PACKAGE in
25 lxterminal)
26 copy @std
27 rm -r $fs/usr/share/icons
28 DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ pango \
29 vte-gtk2 xorg-libX11 xorg-libXext"
30 SUGGESTED="lxterminal-locales"
31 TAGS="LXDE terminal"
32 ;;
33 *-locales)
34 copy *.mo
35 CAT="localization|locale files"
36 DEPENDS="lxterminal"
37 ;;
38 esac
39 }