Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / gnome-calendar
Commits:
c49c6a79 by Fabian Bornschein at 2024-08-06T13:21:01+02:00
upgpkg: 47beta-1: gnome-unstable
* Add nvchecker configuration (.nvchecker.toml)
- - - - -
9bc1a948 by Fabian Bornschein at 2024-09-02T21:14:42+02:00
upgpkg: 47rc-1: gnome-unstable
- - - - -
5eccde70 by Jan Alexander Steffens (heftig) at 2024-09-16T23:58:07+02:00
47.0-1
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = gnome-calendar
pkgdesc = Simple and beautiful calendar application designed to
perfectly fit the GNOME desktop
- pkgver = 46.1
- pkgrel = 2
- url = https://wiki.gnome.org/Apps/Calendar
+ pkgver = 47.0
+ pkgrel = 1
+ url = https://apps.gnome.org/Calendar
arch = x86_64
groups = gnome
license = GPL-3.0-or-later
makedepends = git
+ makedepends = glib2-devel
makedepends = meson
- makedepends = python-packaging
depends = dconf
depends = evolution-data-server
depends = gcc-libs
@@ -28,7 +28,7 @@ pkgbase = gnome-calendar
depends = pango
optdepends = gnome-control-center: Manage online accounts
optdepends = xdg-desktop-portal-impl: Various user settings (e.g.
24-hour clock)
- source = git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#tag=46.1
- b2sums =
ba82a9bce6d7feaf54094e75343d4a558ad93e04eb03aea12f0b8ba2406e9f66800bf528af350620f8e70f63626ee082e673bc388692a0a5d3e552294558ba3e
+ source = git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#tag=47.0
+ b2sums =
a57675325b33c6babfb4d551b396f7403a77910f7e70ab338f68085925aaddb7c03011381d94b162e08df383509034764d9522cac5818493913698053f65922b
pkgname = gnome-calendar
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,6 @@
+[gnome-calendar]
+source = "git"
+git = "https://gitlab.gnome.org/GNOME/gnome-calendar.git"
+include_regex = '\d+(\.\d+)*'
+from_pattern = '\.([a-z])'
+to_pattern = '\1'
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Jan de Groot <[email protected]>
pkgname=gnome-calendar
-pkgver=46.1
-pkgrel=2
+pkgver=47.0
+pkgrel=1
pkgdesc="Simple and beautiful calendar application designed to perfectly fit
the GNOME desktop"
url="https://apps.gnome.org/Calendar"
arch=(x86_64)
@@ -39,7 +39,7 @@ optdepends=(
)
groups=(gnome)
source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#tag=${pkgver/[a-z]/.&}")
-b2sums=('ba82a9bce6d7feaf54094e75343d4a558ad93e04eb03aea12f0b8ba2406e9f66800bf528af350620f8e70f63626ee082e673bc388692a0a5d3e552294558ba3e')
+b2sums=('a57675325b33c6babfb4d551b396f7403a77910f7e70ab338f68085925aaddb7c03011381d94b162e08df383509034764d9522cac5818493913698053f65922b')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-calendar/-/compare/ccad6ef6ae8fba462ca9626442a3b22b035cba5f...5eccde70bc09c1778e2c83f5cd138760a61e7607
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-calendar/-/compare/ccad6ef6ae8fba462ca9626442a3b22b035cba5f...5eccde70bc09c1778e2c83f5cd138760a61e7607
You're receiving this email because of your account on gitlab.archlinux.org.