Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / gnome-calendar
Commits: 60408080 by Jan Alexander Steffens (heftig) at 2023-10-04T00:57:38+02:00 45.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,30 @@ +pkgbase = gnome-calendar + pkgdesc = Simple and beautiful calendar application designed to perfectly fit the GNOME desktop + pkgver = 45.0 + pkgrel = 1 + url = https://wiki.gnome.org/Apps/Calendar + arch = x86_64 + groups = gnome + license = GPL + makedepends = git + makedepends = meson + depends = dconf + depends = evolution-data-server + depends = geoclue + depends = geocode-glib-2 + depends = glib2 + depends = graphene + depends = gsettings-desktop-schemas + depends = gtk4 + depends = hicolor-icon-theme + depends = libadwaita + depends = libedataserverui4 + depends = libgweather-4 + depends = libical + depends = libsoup3 + depends = pango + optdepends = gnome-control-center: Manage online accounts + source = git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=619d95c3367691b16b80b69e70dcaa48f3bf1033 + b2sums = SKIP + +pkgname = gnome-calendar ===================================== PKGBUILD ===================================== @@ -1,22 +1,30 @@ +# Maintainer: Fabian Bornschein <fabiscafe-at-mailbox-dot-org> # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Jan de Groot <[email protected]> pkgname=gnome-calendar -pkgver=44.1 +pkgver=45.0 pkgrel=1 pkgdesc="Simple and beautiful calendar application designed to perfectly fit the GNOME desktop" url="https://wiki.gnome.org/Apps/Calendar" arch=(x86_64) license=(GPL) depends=( + dconf evolution-data-server geoclue geocode-glib-2 + glib2 + graphene gsettings-desktop-schemas + gtk4 + hicolor-icon-theme libadwaita libedataserverui4 libgweather-4 + libical libsoup3 + pango ) makedepends=( git @@ -24,7 +32,7 @@ makedepends=( ) optdepends=('gnome-control-center: Manage online accounts') groups=(gnome) -_commit=0d0ef588ad192094c63b73d768a8a01d091d61a7 # tags/44.1^0 +_commit=619d95c3367691b16b80b69e70dcaa48f3bf1033 # tags/45.0^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit") b2sums=('SKIP') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-calendar/-/commit/60408080f9d093c5b485e1e2637367486d33d6f7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-calendar/-/commit/60408080f9d093c5b485e1e2637367486d33d6f7 You're receiving this email because of your account on gitlab.archlinux.org.
