wok-next annotate mate-terminal/receipt @ rev 20938
Update MATE 1.20
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Aug 26 05:08:11 2018 +0300 (2018-08-26) |
parents | 342b30daff76 |
children | f48456621a9d |
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@20096 | 14 BUILD_DEPENDS="mate-common yelp-tools vte-dev gtk+3-dev dconf-dev \ |
al@20481 | 15 xorg-libX11-dev itstool xorg-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@20749 | 27 DEPENDS="atk dconf gdk-pixbuf glib gtk+3 pango vte xorg-libICE xorg-libSM \ |
al@20749 | 28 xorg-libX11" |
al@20096 | 29 TAGS="MATE" |
yuripourre@16950 | 30 } |