wok-next annotate mate-session-manager/receipt @ rev 20734

nut: update (b)deps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 29 18:57:36 2018 +0300 (2018-05-29)
parents 757d032c55c7
children 642c924029f7
rev   line source
al@20096 1 # SliTaz package receipt v2.
yuripourre@18083 2
yuripourre@18083 3 PACKAGE="mate-session-manager"
al@20096 4 VERSION="1.18.2"
al@20096 5 CATEGORY="system-tools"
al@20096 6 SHORT_DESC="MATE session manager"
yuripourre@18083 7 MAINTAINER="yuripourre@gmail.com"
al@20096 8 LICENSE="GPL2"
al@20096 9 WEB_SITE="https://github.com/mate-desktop/mate-session-manager"
al@20096 10
yuripourre@18083 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20096 12 WGET_URL="https://github.com/mate-desktop/mate-session-manager/archive/v$VERSION.tar.gz"
yuripourre@18083 13
al@20096 14 BUILD_DEPENDS="mate-common gtk+3-dev dbus-glib-dev xorg-libXtst-dev xmlto \
al@20096 15 libxslt-dev libwrap-dev docbook-xsl"
al@20096 16
al@20096 17 compile_rules() {
al@20096 18 ./autogen.sh \
yuripourre@18083 19 $CONFIGURE_ARGS &&
yuripourre@18083 20 make &&
al@20096 21 make install
yuripourre@18083 22 }
yuripourre@18083 23
al@20096 24 genpkg_rules() {
al@20604 25 copy @std @ico # only 16 and 48 icons
al@20096 26 DEPENDS="atk bzlib cairo dbus dbus-glib fontconfig freetype gdk-pixbuf \
al@20096 27 glib gtk+3 libffi libharfbuzz liblzma libpng16 libxml2 pango pcre \
al@20096 28 util-linux-blkid util-linux-mount util-linux-uuid xorg-libICE xorg-libSM \
al@20096 29 xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXi \
al@20096 30 xorg-libXrender xorg-libXtst xorg-libxcb xorg-pixman zlib"
al@20096 31 TAGS="MATE"
yuripourre@18083 32 }