mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
gnome-menus: update to 3.31.3.
This commit is contained in:
parent
e70e9013ca
commit
80eb7f983f
1 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gnome-menus'
|
||||
pkgname=gnome-menus
|
||||
version=3.13.3
|
||||
revision=2
|
||||
version=3.31.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config intltool $(vopt_if gir gobject-introspection)"
|
||||
|
@ -9,9 +9,9 @@ makedepends="libglib-devel"
|
|||
short_desc="GNOME menu specifications"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="GPL-2.0-or-later, LGPL-2.0-or-later"
|
||||
homepage="http://www.gnome.org"
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=7c446eb8ff381df52b8ba04e5886497595e84d1bc46caf7af764d894736c654e
|
||||
homepage="https://gitlab.gnome.org/GNOME/gnome-menus"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=fce1525ad98cc4f91bc0d14c3eccb21665922d298a76921a9ac1af1238a82586
|
||||
|
||||
build_options="gir"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
|
@ -25,7 +25,7 @@ gnome-menus-devel_package() {
|
|||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
if [ -n "$build_option_gir" ]; then
|
||||
if [ "$build_option_gir" ]; then
|
||||
vmove usr/share/gir-1.0
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue