wok-next annotate mate-panel/receipt @ rev 20963

Add hackdorte-artwork and remove appropriate old packages with dead homepages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Sep 08 15:02:14 2018 +0300 (2018-09-08)
parents 342b30daff76
children f48456621a9d
rev   line source
al@20096 1 # SliTaz package receipt v2.
yuripourre@18078 2
yuripourre@18078 3 PACKAGE="mate-panel"
al@20938 4 VERSION="1.20.3"
al@20096 5 CATEGORY="x-window"
al@20096 6 SHORT_DESC="MATE panel"
yuripourre@18078 7 MAINTAINER="yuripourre@gmail.com"
al@20096 8 LICENSE="GPL2"
al@20096 9 WEB_SITE="https://github.com/mate-desktop/mate-panel"
al@20096 10
yuripourre@18078 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20096 12 WGET_URL="https://github.com/mate-desktop/mate-panel/archive/v$VERSION.tar.gz"
yuripourre@18078 13
al@20096 14 BUILD_DEPENDS="mate-common gtk-doc yelp-tools gobject-introspection-dev \
al@20096 15 xorg-libICE-dev xorg-libSM-dev gtk+3-dev mate-desktop-dev mate-menus-dev \
al@20096 16 dbus-glib-dev libwnck3-dev librsvg-dev libmateweather-dev itstool"
al@20096 17 SPLIT="mate-panel-dev"
al@20096 18
al@20096 19 compile_rules() {
al@20096 20 ./autogen.sh \
al@20096 21 --with-in-process-applets=all \
yuripourre@18078 22 $CONFIGURE_ARGS &&
al@20534 23 fix libtool &&
yuripourre@18078 24 make &&
al@20096 25 make install
yuripourre@18078 26 }
yuripourre@18078 27
al@20096 28 genpkg_rules() {
al@20096 29 case $PACKAGE in
al@20096 30 mate-panel)
al@20096 31 copy @std
al@20749 32 DEPENDS="atk cairo dbus-glib gdk-pixbuf glib gtk+3 libmateweather \
al@20749 33 librsvg libwnck3 mate-desktop mate-menus pango xorg-libICE \
al@20749 34 xorg-libSM xorg-libX11 xorg-libXrandr"
al@20096 35 ;;
al@20096 36 *-dev)
al@20096 37 copy @dev
al@20749 38 DEPENDS="mate-panel glib-dev gtk+3-dev"
al@20096 39 ;;
al@20096 40 esac
al@20096 41 TAGS="MATE"
yuripourre@18078 42 }