wok-next annotate marco/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 82b613cfd1e0
rev   line source
al@20096 1 # SliTaz package receipt v2.
yuripourre@17797 2
yuripourre@17797 3 PACKAGE="marco"
al@20938 4 VERSION="1.20.2"
al@20096 5 CATEGORY="system-tools"
al@20096 6 SHORT_DESC="MATE default window manager"
yuripourre@17797 7 MAINTAINER="yuripourre@gmail.com"
al@20096 8 LICENSE="GPL2"
al@20096 9 WEB_SITE="https://github.com/mate-desktop/marco"
al@20096 10
yuripourre@17797 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20096 12 WGET_URL="https://github.com/mate-desktop/marco/archive/v$VERSION.tar.gz"
yuripourre@17797 13
al@21020 14 BUILD_DEPENDS="mate-common yelp-tools-dev gtk3-dev startup-notification-dev \
al@21078 15 libxcursor-dev libgtop-dev libcanberra-dev zenity itstool \
al@21078 16 xcb-util-dev"
al@21020 17 SPLIT="$PACKAGE-dev"
yuripourre@17797 18
al@20096 19 compile_rules() {
al@20096 20 ./autogen.sh \
yuripourre@17797 21 $CONFIGURE_ARGS &&
al@20481 22 fix libtool &&
yuripourre@17797 23 make &&
al@20096 24 make install
yuripourre@17797 25 }
yuripourre@17797 26
al@20096 27 genpkg_rules() {
al@20096 28 case $PACKAGE in
al@20096 29 marco)
al@20096 30 copy @std
al@21017 31 DEPENDS="atk cairo gdk-pixbuf glib gtk3 libcanberra \
al@21078 32 libcanberra-gtk3 libgtop pango startup-notification libx11 \
al@21078 33 libxcomposite libxcursor libxdamage libxext \
al@21078 34 libxfixes libxinerama libxrandr libxrender"
al@20096 35 ;;
al@20096 36 *-dev)
al@20096 37 copy @dev
al@21017 38 DEPENDS="marco gtk3-dev"
al@20096 39 ;;
al@20096 40 esac
al@20096 41 TAGS="MATE"
yuripourre@17797 42 }