wok-next view mate-terminal/receipt @ rev 20096

Move existing MATE receipts to mate116/stuff (for those who need to update them to v.1.16 w/GTK+2). Update/add whole MATE desktop to current stable v.1.18.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Oct 28 17:50:52 2017 +0300 (2017-10-28)
parents d6ca18366f41
children b278b2018965
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mate-terminal"
4 VERSION="1.18.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="The MATE Terminal Emulator"
7 MAINTAINER="yuripourre@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://github.com/mate-desktop/mate-terminal"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/mate-desktop/mate-terminal/archive/v$VERSION.tar.gz"
14 BUILD_DEPENDS="mate-common yelp-tools vte-dev gtk+3-dev dconf-dev \
15 xorg-libX11-dev itstool"
17 compile_rules() {
18 ./autogen.sh \
19 --sysconfdir=/etc \
20 --localstatedir=/var \
21 $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="atk bzlib cairo dconf fontconfig freetype gdk-pixbuf glib gmp \
29 gtk+3 libffi libgnutls libharfbuzz libidn liblzma libpng16 libtasn1 \
30 libunistring libxml2 nettle p11-kit pango pcre pcre2 util-linux-blkid \
31 util-linux-mount util-linux-uuid vte xorg-libICE xorg-libSM xorg-libX11 \
32 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXrender xorg-libxcb \
33 xorg-pixman zlib"
34 TAGS="MATE"
35 }