wok-next annotate marco/receipt @ rev 20297
Up spl (0.7.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Nov 09 21:37:23 2017 +0100 (2017-11-09) |
parents | 6fab3264ba87 |
children | b278b2018965 |
rev | line source |
---|---|
al@20096 | 1 # SliTaz package receipt v2. |
yuripourre@17797 | 2 |
yuripourre@17797 | 3 PACKAGE="marco" |
al@20096 | 4 VERSION="1.18.1" |
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@20096 | 14 BUILD_DEPENDS="mate-common yelp-tools gtk+3-dev startup-notification-dev \ |
al@20096 | 15 xorg-libXcursor-dev libgtop-dev libcanberra-dev zenity itstool" |
al@20096 | 16 SPLIT="marco-dev" |
yuripourre@17797 | 17 |
al@20096 | 18 compile_rules() { |
al@20096 | 19 ./autogen.sh \ |
al@20096 | 20 --sysconfdir=/etc \ |
al@20096 | 21 --localstatedir=/var \ |
yuripourre@17797 | 22 $CONFIGURE_ARGS && |
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@20096 | 31 DEPENDS="atk bzlib cairo fontconfig freetype gdk-pixbuf glib gtk+3 \ |
al@20096 | 32 libcanberra libcanberra-gtk3 libffi libgtop libharfbuzz libltdl \ |
al@20096 | 33 liblzma libogg libpng16 libvorbis libxml2 pango pcre \ |
al@20096 | 34 startup-notification util-linux-blkid util-linux-mount \ |
al@20096 | 35 util-linux-uuid xorg-libICE xorg-libSM xorg-libX11 xorg-libXau \ |
al@20096 | 36 xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXdmcp \ |
al@20096 | 37 xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr \ |
al@20096 | 38 xorg-libXrender xorg-libxcb xorg-pixman xorg-xcb-util zlib" |
al@20096 | 39 ;; |
al@20096 | 40 *-dev) |
al@20096 | 41 copy @dev |
al@20096 | 42 DEPENDS="marco atk-dev bzip2-dev cairo-dev fontconfig-dev \ |
al@20096 | 43 freetype-dev gdk-pixbuf-dev glib-dev gtk+3-dev harfbuzz-dev \ |
al@20096 | 44 libcanberra-dev libffi-dev libgtop-dev libogg-dev libpng16-dev \ |
al@20096 | 45 libtool libvorbis-dev libxml2-dev pango-dev pcre-dev \ |
al@20096 | 46 startup-notification-dev util-linux-blkid-dev util-linux-mount-dev \ |
al@20096 | 47 util-linux-uuid-dev xorg-libICE-dev xorg-libSM-dev xorg-libX11-dev \ |
al@20096 | 48 xorg-libXau-dev xorg-libXcomposite-dev xorg-libXcursor-dev \ |
al@20096 | 49 xorg-libXdamage-dev xorg-libXdmcp-dev xorg-libXext-dev \ |
al@20096 | 50 xorg-libXfixes-dev xorg-libXinerama-dev xorg-libXrandr-dev \ |
al@20096 | 51 xorg-libXrender-dev xorg-libxcb-dev xorg-pixman-dev \ |
al@20096 | 52 xorg-xcb-util-dev xz-dev zlib-dev" |
al@20096 | 53 ;; |
al@20096 | 54 esac |
al@20096 | 55 TAGS="MATE" |
yuripourre@17797 | 56 } |