wok-next annotate 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
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"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15379 8 LICENSE="GPL2"
al@19883 9 WEB_SITE="https://wiki.lxde.org/en/LXTerminal"
al@21017 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/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@21017 15 BUILD_DEPENDS="intltool gtk2-dev vte-gtk2-dev"
al@21020 16 SPLIT="$PACKAGE-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@21017 21 ./configure $CONFIGURE_ARGS &&
al@21017 22 make &&
al@21017 23 make install
gokhlayeh@5956 24 }
gokhlayeh@5956 25
al@19883 26 genpkg_rules() {
al@19883 27 case $PACKAGE in
al@19883 28 lxterminal)
al@19883 29 copy @std
al@19883 30 rm -r $fs/usr/share/icons
al@21105 31 DEPENDS="atk libcairo fontconfig freetype gdk-pixbuf glib gtk2 pango \
al@21078 32 vte-gtk2 libx11 libxext"
al@19883 33 SUGGESTED="lxterminal-locales"
al@19883 34 TAGS="LXDE terminal"
al@19883 35 ;;
al@19883 36 *-locales)
al@19883 37 copy *.mo
al@19883 38 CAT="localization|locale files"
al@19883 39 DEPENDS="lxterminal"
al@19883 40 ;;
al@19883 41 esac
gokhlayeh@5956 42 }