mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
mate-menus: update to 1.22.1.
Drop Python build option as it was dropped upstream.
This commit is contained in:
parent
4da98c5791
commit
ed10bdddbd
1 changed files with 8 additions and 12 deletions
|
@ -1,26 +1,22 @@
|
||||||
# Template file for 'mate-menus'
|
# Template file for 'mate-menus'
|
||||||
pkgname=mate-menus
|
pkgname=mate-menus
|
||||||
version=1.22.0
|
version=1.22.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="--disable-static $(vopt_enable python)"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="pkg-config intltool itstool $(vopt_if gir gobject-introspection)
|
hostmakedepends="pkg-config intltool itstool
|
||||||
$(vopt_if python python)"
|
$(vopt_if gir gobject-introspection)"
|
||||||
makedepends="libglib-devel $(vopt_if python python-devel)"
|
makedepends="libglib-devel"
|
||||||
short_desc="MATE menu specifications"
|
short_desc="MATE menu specifications"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.0-or-later"
|
license="GPL-2.0-or-later, LGPL-2.0-or-later"
|
||||||
homepage="https://mate-desktop.org"
|
homepage="https://mate-desktop.org"
|
||||||
distfiles="https://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="https://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=acec93a66154fdbd78404680fca5a99112085cb99d7c43022b010527dc9a6ad2
|
checksum=800d26bdba7762660ec8513cf5bcc58ff173fa1ae96621b21d17e6e0ccf1064e
|
||||||
|
|
||||||
build_options="gir python"
|
build_options="gir"
|
||||||
build_options_default="gir python"
|
build_options_default="gir"
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
export PYTHON=/usr/bin/python2
|
|
||||||
}
|
|
||||||
|
|
||||||
mate-menus-devel_package() {
|
mate-menus-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue