wok-next annotate mate-desktop/receipt @ rev 20861

gnutls: up (3.5.18); add libpsl and publicsuffix-list; sed: up (4.5); tar: up (1.30); tcpdump: up (4.9.2); wget: up (1.19.5); xz: up (5.2.4)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jun 28 00:30:02 2018 +0300 (2018-06-28)
parents 10df65db91ad
children 9102678083fb
rev   line source
al@20096 1 # SliTaz package receipt v2.
yuripourre@16946 2
yuripourre@16946 3 PACKAGE="mate-desktop"
al@20096 4 VERSION="1.18.0"
al@20096 5 CATEGORY="x-window"
al@20096 6 SHORT_DESC="Library with common API for various MATE modules"
yuripourre@16946 7 MAINTAINER="yuripourre@gmail.com"
al@20096 8 LICENSE="GPL2"
al@20096 9 WEB_SITE="https://github.com/mate-desktop/mate-desktop"
al@20096 10
yuripourre@16946 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20096 12 WGET_URL="https://github.com/mate-desktop/mate-desktop/archive/v$VERSION.tar.gz"
yuripourre@16946 13
al@20096 14 BUILD_DEPENDS="mate-common gtk-doc gobject-introspection-dev dconf-dev \
al@20096 15 startup-notification-dev xorg-libX11-dev xorg-libXrandr-dev gdk-pixbuf-dev \
al@20460 16 gtk+3-dev xorg-xcb-util-dev"
al@20096 17 SPLIT="mate-desktop-dev"
al@20096 18
al@20096 19 compile_rules() {
al@20096 20 ./autogen.sh \
yuripourre@16946 21 $CONFIGURE_ARGS &&
al@20534 22 fix libtool &&
yuripourre@16946 23 make &&
al@20096 24 make install
yuripourre@16946 25 }
yuripourre@16946 26
al@20096 27 genpkg_rules() {
al@20096 28 case $PACKAGE in
al@20096 29 mate-desktop)
al@20604 30 copy @std @ico # only 16 and 48 icons
al@20749 31 DEPENDS="atk cairo dconf gdk-pixbuf glib gtk+3 pango \
al@20749 32 startup-notification xorg-libX11 xorg-libXrandr"
al@20096 33 ;;
al@20096 34 *-dev)
al@20096 35 copy @dev
al@20749 36 DEPENDS="mate-desktop dconf-dev gtk+3-dev startup-notification-dev"
al@20096 37 ;;
al@20096 38 esac
al@20096 39 TAGS="MATE"
yuripourre@16946 40 }