wok-next view lxterminal/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents e756329576c3
children f48456621a9d
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="gokhlayeh@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://wiki.lxde.org/en/LXTerminal"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxde/lxterminal.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
15 BUILD_DEPENDS="intltool gtk+-dev vte-gtk2-dev"
16 SPLIT="lxterminal-locales"
18 compile_rules() {
19 sed -i '/_Keywords=/d; /TryExec=/d' $src/data/lxterminal.desktop.in
21 ./configure $CONFIGURE_ARGS && make && make install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 lxterminal)
27 copy @std
28 rm -r $fs/usr/share/icons
29 DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ pango \
30 vte-gtk2 xorg-libX11 xorg-libXext"
31 SUGGESTED="lxterminal-locales"
32 TAGS="LXDE terminal"
33 ;;
34 *-locales)
35 copy *.mo
36 CAT="localization|locale files"
37 DEPENDS="lxterminal"
38 ;;
39 esac
40 }