wok-next annotate marco/receipt @ rev 21017
Some maintenance
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 16 16:46:05 2018 +0300 (2018-10-16) |
parents | 9102678083fb |
children | d5aab818505e |
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@21017 | 14 BUILD_DEPENDS="mate-common yelp-tools gtk3-dev startup-notification-dev \ |
al@20485 | 15 xorg-libXcursor-dev libgtop-dev libcanberra-dev zenity itstool \ |
al@20485 | 16 xorg-xcb-util-dev" |
al@20096 | 17 SPLIT="marco-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@20749 | 32 libcanberra-gtk3 libgtop pango startup-notification xorg-libX11 \ |
al@20749 | 33 xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXext \ |
al@20749 | 34 xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-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 } |