[arch-commits] Commit in pantheon-calendar/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Sun Jan 23 15:27:47 UTC 2022


    Date: Sunday, January 23, 2022 @ 15:27:46
  Author: alucryd
Revision: 1113621

archrelease: copy trunk to community-x86_64

Added:
  pantheon-calendar/repos/community-x86_64/PKGBUILD
    (from rev 1113620, pantheon-calendar/trunk/PKGBUILD)
Deleted:
  pantheon-calendar/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  104 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-23 15:27:40 UTC (rev 1113620)
+++ PKGBUILD	2022-01-23 15:27:46 UTC (rev 1113621)
@@ -1,52 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-calendar
-pkgver=6.0.3
-pkgrel=2
-pkgdesc='The Pantheon Calendar'
-arch=(x86_64)
-url=https://github.com/elementary/calendar
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  clutter
-  evolution-data-server
-  folks
-  gdk-pixbuf2
-  geoclue
-  geocode-glib
-  glib2
-  gtk3
-  libchamplain
-  libfolks.so
-  libgee
-  libgranite.so
-  libhandy-1.so
-  libical
-)
-makedepends=(
-  git
-  intltool
-  meson
-  vala
-)
-_tag=5041e704e3fdad0949ea3fca79e0b25c8da15ed3
-source=(pantheon-calendar::git+https://github.com/elementary/calendar.git#tag=${_tag})
-sha256sums=('SKIP')
-
-pkgver() {
-  cd pantheon-calendar
-
-  git describe --tags
-}
-
-build() {
-  arch-meson pantheon-calendar build
-  meson compile -C build
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-calendar/repos/community-x86_64/PKGBUILD (from rev 1113620, pantheon-calendar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-23 15:27:46 UTC (rev 1113621)
@@ -0,0 +1,52 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-calendar
+pkgver=6.1.0
+pkgrel=1
+pkgdesc='The Pantheon Calendar'
+arch=(x86_64)
+url=https://github.com/elementary/calendar
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  clutter
+  evolution-data-server
+  folks
+  gdk-pixbuf2
+  geoclue
+  geocode-glib
+  glib2
+  gtk3
+  libchamplain
+  libfolks.so
+  libgee
+  libgranite.so
+  libhandy-1.so
+  libical
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+_tag=4fa0641290000c21a895925431383ae944a3adce
+source=(pantheon-calendar::git+https://github.com/elementary/calendar.git#tag=${_tag})
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pantheon-calendar
+
+  git describe --tags
+}
+
+build() {
+  arch-meson pantheon-calendar build
+  meson compile -C build
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list