mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
mate-menu: add missing pycompile_module (#13486)
This commit is contained in:
parent
1e22a0f429
commit
c1bc54d64b
1 changed files with 3 additions and 2 deletions
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'mate-menu'
|
# Template file for 'mate-menu'
|
||||||
pkgname=mate-menu
|
pkgname=mate-menu
|
||||||
version=18.04.2
|
version=18.04.2
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
|
pycompile_module="mate_menu"
|
||||||
hostmakedepends="intltool python-distutils-extra python-setuptools"
|
hostmakedepends="intltool python-distutils-extra python-setuptools"
|
||||||
depends="mate-panel python-gobject python-setproctitle python-xdg python-xlib"
|
depends="mate-panel python-gobject python-setproctitle python-xdg python-xlib"
|
||||||
maintainer="cr6git <quark6@protonmail.com>"
|
maintainer="cr6git <quark6@protonmail.com>"
|
||||||
short_desc="Advanced Menu for the MATE Desktop"
|
short_desc="Advanced Menu for the MATE Desktop"
|
||||||
homepage="https://github.com/ubuntu-mate/mate-menu"
|
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
homepage="https://github.com/ubuntu-mate/mate-menu"
|
||||||
distfiles="https://github.com/ubuntu-mate/mate-menu/archive/${version}.tar.gz"
|
distfiles="https://github.com/ubuntu-mate/mate-menu/archive/${version}.tar.gz"
|
||||||
checksum=b40150975d30c2c6dfa1a10f404a91d929f209fe36ec8b48fd2e8d3d8351aba4
|
checksum=b40150975d30c2c6dfa1a10f404a91d929f209fe36ec8b48fd2e8d3d8351aba4
|
||||||
|
|
Loading…
Add table
Reference in a new issue