1 # Maintainer: Alexander Epaneshnikov <alex19ep@archlinux.org>
2 # Contributor: Brad Fanella <cesura@archlinux.org>
3 # Contributor: Martin Wimpress <code@flexion.org>
8 pkgdesc="MATE menu editing tool"
9 url="https://mate-desktop.org"
12 depends=('gtk3' 'python>=3.5' 'mate-menus' 'python-gobject' 'gettext' 'mate-panel')
14 conflicts=('mozo-gtk3')
15 replaces=('mozo-gtk3')
16 source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
17 sha256sums=('0d97e5dfb7c446bb552d563290927306ae4c6f2b385649e4161ece8776fdccc1')
20 cd "${pkgname}-${pkgver}"
21 PYTHON=/usr/bin/python ./configure \
27 cd "${pkgname}-${pkgver}"
28 make DESTDIR="${pkgdir}" install