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

updated librsvg (2.44.10 -> 2.46.4)
author Hans-G?nter Theisgen
date Thu Dec 12 15:48:44 2019 +0100 (2019-12-12)
parents 5669e8b3be70
children
rev   line source
al@20096 1 # SliTaz package receipt v2.
yuripourre@16946 2
yuripourre@16946 3 PACKAGE="mate-desktop"
al@20938 4 VERSION="1.20.3"
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@21078 15 startup-notification-dev libx11-dev libxrandr-dev gdk-pixbuf-dev \
al@21078 16 gtk3-dev xcb-util-dev"
al@21020 17 SPLIT="$PACKAGE-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@21105 31 DEPENDS="atk libcairo dconf gdk-pixbuf glib gtk3 pango \
al@21078 32 startup-notification libx11 libxrandr"
al@20096 33 ;;
al@20096 34 *-dev)
al@20096 35 copy @dev
al@21017 36 DEPENDS="mate-desktop dconf-dev gtk3-dev startup-notification-dev"
al@20096 37 ;;
al@20096 38 esac
al@20096 39 TAGS="MATE"
yuripourre@16946 40 }