gnome-desktop: update to 3.30.2.1.
* Enable gir
This commit is contained in:
parent
9e39987e66
commit
24035a08f7
1 changed files with 10 additions and 8 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'gnome-desktop'
|
||||
pkgname=gnome-desktop
|
||||
version=3.30.2
|
||||
version=3.30.2.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_helper="gir"
|
||||
configure_args="--with-gnome-distributor=VoidLinux"
|
||||
hostmakedepends="gnome-doc-utils intltool itstool pkg-config
|
||||
$(vopt_if gir 'gobject-introspection')"
|
||||
hostmakedepends="gnome-doc-utils intltool itstool pkg-config"
|
||||
makedepends="eudev-libudev-devel gsettings-desktop-schemas-devel gtk+3-devel
|
||||
iso-codes libglib-devel libseccomp-devel libX11-devel libXext-devel
|
||||
libxkbfile-devel libXrandr-devel"
|
||||
|
@ -14,13 +14,15 @@ short_desc="GNOME desktop management utilities"
|
|||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||
homepage="https://gitlab.gnome.org/GNOME/gnome-desktop"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=5475e693cb7ada801a36e8d16bc0dbb58930b793f455419b205cd9241d63d14c
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=1b803ac6dbd844ff3fb0ad03ba0cbe22207e10363dafee43c1720eeaae2b491f
|
||||
|
||||
build_options="gir"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default+=" gir"
|
||||
fi
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64-musl) build_options_default+=" gir" ;;
|
||||
*-musl) ;;
|
||||
*) build_options_default+=" gir" ;;
|
||||
esac
|
||||
|
||||
gnome-desktop-devel_package() {
|
||||
depends="libxkbfile-devel gsettings-desktop-schemas-devel>=3.12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue