[arch-commits] Commit in pantheon-calendar/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Fri Nov 5 08:03:10 UTC 2021
Date: Friday, November 5, 2021 @ 08:03:09
Author: alucryd
Revision: 1037119
archrelease: copy trunk to community-x86_64
Added:
pantheon-calendar/repos/community-x86_64/PKGBUILD
(from rev 1037118, pantheon-calendar/trunk/PKGBUILD)
Deleted:
pantheon-calendar/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 102 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 51 insertions(+), 51 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-05 08:03:04 UTC (rev 1037118)
+++ PKGBUILD 2021-11-05 08:03:09 UTC (rev 1037119)
@@ -1,51 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-calendar
-pkgver=6.0.2
-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
- libgee
- libgranite.so
- libhandy-1.so
- libical
-)
-makedepends=(
- git
- intltool
- meson
- vala
-)
-_tag=a9f869793ce4e1c37ef7258ccd551e654d7b443b
-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() {
- DESTDIR="${pkgdir}" meson install -C build
-}
-
-# vim: ts=2 sw=2 et:
Copied: pantheon-calendar/repos/community-x86_64/PKGBUILD (from rev 1037118, pantheon-calendar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-05 08:03:09 UTC (rev 1037119)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-calendar
+pkgver=6.0.3
+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
+ 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() {
+ DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list