wok-next annotate xfce4-terminal/receipt @ rev 21006

And Xfce reached the HTTPS
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 09 00:23:28 2018 +0300 (2018-10-09)
parents 757d032c55c7
children f48456621a9d
rev   line source
al@20205 1 # SliTaz package receipt v2.
erjo@4144 2
al@20205 3 PACKAGE="xfce4-terminal"
pascal@16611 4 VERSION="0.6.3"
erjo@4144 5 CATEGORY="x-window"
erjo@4144 6 SHORT_DESC="Terminal emunaltor for Xfce Desktop Environment"
erjo@4144 7 MAINTAINER="erjo@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
al@21006 9 WEB_SITE="https://goodies.xfce.org/projects/applications/terminal"
erjo@4144 10
al@20205 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@20205 12 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
pascal@15002 13
al@20205 14 BUILD_DEPENDS="intltool xorg-libX11-dev xorg-libICE-dev gtk+-dev vte-gtk2-dev \
al@20496 15 libxfce4ui-dev xorg-libSM-dev startup-notification-dev xorg-xcb-util-dev"
al@20205 16
al@20205 17 compile_rules(){
al@20205 18 # warning: internationalized messages should not contain the '\r' escape sequence
al@20205 19 sed -i 's|\\r||g' po/hr.po po/sv.po
al@20205 20
al@20205 21 ./configure \
al@20205 22 --disable-debug \
al@20205 23 $CONFIGURE_ARGS &&
al@20496 24 fix libtool &&
al@20205 25 make &&
al@20205 26 make install
erjo@4144 27 }
erjo@4144 28
al@20205 29 genpkg_rules() {
al@20205 30 copy @std
al@20205 31 DEPENDS="atk gdk-pixbuf glib gtk+ libxfce4ui libxfce4util pango vte-gtk2 \
al@20205 32 xorg-libX11"
al@20205 33 TAGS="Xfce terminal"
erjo@4144 34 }