wok-next view mozo/receipt @ rev 20402

Up seed (3.8.1) use webkitgtk instead of libwebkit; add cogl for clutter; up clutter (1.26.2) using mesa17 instead of mesa; up gnome-games using mesa17 instead of mix 'mesa & mesa17'
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Dec 05 17:49:11 2017 +0200 (2017-12-05)
parents 7b6345f8a12a
children 757d032c55c7
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mozo"
4 VERSION="1.18.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Menu editor for MATE using the freedesktop.org menu specification"
7 MAINTAINER="yuripourre@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://github.com/mate-desktop/mozo"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/mate-desktop/mozo/archive/v$VERSION.tar.gz"
14 BUILD_DEPENDS="mate-common mate-menus-dev pygobject3-dev"
16 compile_rules() {
17 ./autogen.sh \
18 --sysconfdir=/etc \
19 --localstatedir=/var \
20 $CONFIGURE_ARGS &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="python mate-menus gtk+3-dev pygobject3"
28 TAGS="MATE"
29 }