wok-next annotate lxterminal/receipt @ rev 20674

Up putty (0.70)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 12 05:17:48 2018 +0300 (2018-05-12)
parents e756329576c3
children f48456621a9d
rev   line source
al@19883 1 # SliTaz package receipt v2.
gokhlayeh@5956 2
gokhlayeh@5956 3 PACKAGE="lxterminal"
al@20318 4 VERSION="0.3.1"
al@19883 5 CATEGORY="system-tools"
al@17992 6 SHORT_DESC="LXDE terminal emulator"
gokhlayeh@7034 7 MAINTAINER="gokhlayeh@slitaz.org"
pascal@15379 8 LICENSE="GPL2"
al@19883 9 WEB_SITE="https://wiki.lxde.org/en/LXTerminal"
al@20018 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxde/lxterminal.html"
al@19883 11
al@19883 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@17988 13 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
gokhlayeh@5956 14
al@19883 15 BUILD_DEPENDS="intltool gtk+-dev vte-gtk2-dev"
al@19883 16 SPLIT="lxterminal-locales"
pascal@15379 17
al@19883 18 compile_rules() {
al@19883 19 sed -i '/_Keywords=/d; /TryExec=/d' $src/data/lxterminal.desktop.in
al@19883 20
al@19883 21 ./configure $CONFIGURE_ARGS && make && make install
gokhlayeh@5956 22 }
gokhlayeh@5956 23
al@19883 24 genpkg_rules() {
al@19883 25 case $PACKAGE in
al@19883 26 lxterminal)
al@19883 27 copy @std
al@19883 28 rm -r $fs/usr/share/icons
al@19883 29 DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ pango \
al@19883 30 vte-gtk2 xorg-libX11 xorg-libXext"
al@19883 31 SUGGESTED="lxterminal-locales"
al@19883 32 TAGS="LXDE terminal"
al@19883 33 ;;
al@19883 34 *-locales)
al@19883 35 copy *.mo
al@19883 36 CAT="localization|locale files"
al@19883 37 DEPENDS="lxterminal"
al@19883 38 ;;
al@19883 39 esac
gokhlayeh@5956 40 }