wok-next annotate mate-terminal/receipt @ rev 21078

Update png and Xorg in dependencies.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Dec 22 04:52:35 2018 +0200 (2018-12-22)
parents d5aab818505e
children d026631bbebb
rev   line source
al@20096 1 # SliTaz package receipt v2.
yuripourre@16950 2
yuripourre@16950 3 PACKAGE="mate-terminal"
al@20938 4 VERSION="1.20.1"
al@20096 5 CATEGORY="system-tools"
al@20096 6 SHORT_DESC="The MATE Terminal Emulator"
al@20096 7 MAINTAINER="yuripourre@gmail.com"
yuripourre@16950 8 LICENSE="GPL3"
al@20096 9 WEB_SITE="https://github.com/mate-desktop/mate-terminal"
al@20096 10
yuripourre@16950 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20096 12 WGET_URL="https://github.com/mate-desktop/mate-terminal/archive/v$VERSION.tar.gz"
yuripourre@16950 13
al@21020 14 BUILD_DEPENDS="mate-common yelp-tools-dev vte-dev gtk3-dev dconf-dev \
al@21078 15 libx11-dev itstool libsm-dev"
al@20096 16
al@20096 17 compile_rules() {
al@20096 18 ./autogen.sh \
yuripourre@16950 19 $CONFIGURE_ARGS &&
al@20481 20 fix libtool &&
yuripourre@16950 21 make &&
al@20096 22 make install
yuripourre@16950 23 }
yuripourre@16950 24
al@20096 25 genpkg_rules() {
al@20096 26 copy @std
al@21078 27 DEPENDS="atk dconf gdk-pixbuf glib gtk3 pango vte libice libsm \
al@21078 28 libx11"
al@20096 29 TAGS="MATE"
yuripourre@16950 30 }