wok-next annotate lxterminal/receipt @ rev 19943

Up xine-lib (1.2.8)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 16 10:16:55 2017 +0200 (2017-10-16)
parents c9e270dd464f
children e756329576c3
rev   line source
al@19883 1 # SliTaz package receipt v2.
gokhlayeh@5956 2
gokhlayeh@5956 3 PACKAGE="lxterminal"
al@19883 4 VERSION="0.3.0"
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@19883 10
al@19883 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@17988 12 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
gokhlayeh@5956 13
al@19883 14 BUILD_DEPENDS="intltool gtk+-dev vte-gtk2-dev"
al@19883 15 SPLIT="lxterminal-locales"
pascal@15379 16
al@19883 17 compile_rules() {
al@19883 18 sed -i '/_Keywords=/d; /TryExec=/d' $src/data/lxterminal.desktop.in
al@19883 19
al@19883 20 ./configure $CONFIGURE_ARGS && make && make install
gokhlayeh@5956 21 }
gokhlayeh@5956 22
al@19883 23 genpkg_rules() {
al@19883 24 case $PACKAGE in
al@19883 25 lxterminal)
al@19883 26 copy @std
al@19883 27 rm -r $fs/usr/share/icons
al@19883 28 DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ pango \
al@19883 29 vte-gtk2 xorg-libX11 xorg-libXext"
al@19883 30 SUGGESTED="lxterminal-locales"
al@19883 31 TAGS="LXDE terminal"
al@19883 32 ;;
al@19883 33 *-locales)
al@19883 34 copy *.mo
al@19883 35 CAT="localization|locale files"
al@19883 36 DEPENDS="lxterminal"
al@19883 37 ;;
al@19883 38 esac
gokhlayeh@5956 39 }