gnome-calendar: update to 50.0#60375
Open
r0man1an wants to merge 1 commit intovoid-linux:masterfrom
Open
Conversation
a112670 to
a47b1f5
Compare
Contributor
|
Please avoid adding unnecessary packages to hostmakedepends. BTW, You need this to fix cross-building: pre_build() {
if [ "$CROSS_BUILD" ]; then
export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
fi
}Here is the proper template # Template file for 'gnome-calendar'
pkgname=gnome-calendar
version=50.0
revision=1
build_style=meson
hostmakedepends="gettext glib-devel pkg-config gtk4-update-icon-cache
$(vopt_if gir 'gobject-introspection') blueprint-compiler"
makedepends="evolution-data-server-devel geoclue2-devel
gsettings-desktop-schemas-devel gtk4-devel libadwaita-devel
libgweather-devel libical-devel libsoup3-devel"
short_desc="Calendar application designed to perfectly fit the GNOME desktop"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://wiki.gnome.org/Apps/Calendar"
changelog="https://gitlab.gnome.org/GNOME/gnome-calendar/-/raw/gnome-50/NEWS"
#changelog="https://gitlab.gnome.org/GNOME/gnome-calendar/-/raw/main/NEWS"
distfiles="${GNOME_SITE}/gnome-calendar/${version%.*}/gnome-calendar-${version}.tar.xz"
checksum=4b75df071a52d98fb35e647d018030129d24d9007790d02457746c98617aeab0
build_options="gir"
build_options_default="gir"
pre_build() {
if [ "$CROSS_BUILD" ]; then
export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
fi
} |
Contributor
Author
Thank you for your input on that matter! |
a47b1f5 to
d238d7e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Testing the changes
Local build testing