Date: Wednesday, January 25, 2023 @ 17:50:27
  Author: heftig
Revision: 467354

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-25 17:50:17 UTC (rev 467353)
+++ PKGBUILD    2023-01-25 17:50:27 UTC (rev 467354)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Jan de Groot <[email protected]>
-
-pkgname=gnome-calendar
-pkgver=43.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 libsoup3 libadwaita libgweather-4 geoclue
-         geocode-glib-2 gsettings-desktop-schemas gnome-control-center)
-makedepends=(git meson)
-groups=(gnome)
-options=(debug)
-_commit=54f1ada6be4d825880a94d891fbbea15158e435c  # tags/43.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit";)
-sha256sums=('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/extra-x86_64/PKGBUILD (from rev 467353, 
gnome-calendar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-25 17:50:27 UTC (rev 467354)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=gnome-calendar
+pkgver=43.1
+pkgrel=2
+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 libsoup3 libadwaita libgweather-4 geoclue
+         geocode-glib-2 gsettings-desktop-schemas)
+optdepends=('gnome-control-center: Manage online accounts')
+makedepends=(git meson)
+groups=(gnome)
+_commit=54f1ada6be4d825880a94d891fbbea15158e435c  # tags/43.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit";)
+sha256sums=('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