Date: Friday, April 28, 2023 @ 23:04:44
  Author: heftig
Revision: 475315

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-calendar/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 475314, gnome-calendar/trunk/PKGBUILD)
Deleted:
  gnome-calendar/repos/gnome-unstable-x86_64/PKGBUILD

----------+
 PKGBUILD |  106 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-28 23:04:34 UTC (rev 475314)
+++ PKGBUILD    2023-04-28 23:04:44 UTC (rev 475315)
@@ -1,53 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Jan de Groot <[email protected]>
-
-pkgname=gnome-calendar
-pkgver=44.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=(
-  evolution-data-server
-  geoclue
-  geocode-glib-2
-  gsettings-desktop-schemas
-  libadwaita
-  libedataserverui4
-  libgweather-4
-  libsoup3
-)
-makedepends=(
-  git
-  meson
-)
-optdepends=('gnome-control-center: Manage online accounts')
-groups=(gnome)
-_commit=8498973383585d112b1a0b0d28bcb5dbaec758ac  # tags/44.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit";)
-b2sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 sts=-1 et:

Copied: gnome-calendar/repos/gnome-unstable-x86_64/PKGBUILD (from rev 475314, 
gnome-calendar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-28 23:04:44 UTC (rev 475315)
@@ -0,0 +1,53 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=gnome-calendar
+pkgver=44.1
+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=(
+  evolution-data-server
+  geoclue
+  geocode-glib-2
+  gsettings-desktop-schemas
+  libadwaita
+  libedataserverui4
+  libgweather-4
+  libsoup3
+)
+makedepends=(
+  git
+  meson
+)
+optdepends=('gnome-control-center: Manage online accounts')
+groups=(gnome)
+_commit=0d0ef588ad192094c63b73d768a8a01d091d61a7  # tags/44.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit";)
+b2sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et:

Reply via email to