[arch-commits] Commit in pantheon-calendar/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Sun Apr 5 19:29:11 UTC 2020
Date: Sunday, April 5, 2020 @ 19:29:10
Author: alucryd
Revision: 611903
archrelease: copy trunk to community-x86_64
Added:
pantheon-calendar/repos/community-x86_64/PKGBUILD
(from rev 611902, pantheon-calendar/trunk/PKGBUILD)
Deleted:
pantheon-calendar/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 98 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 49 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-05 19:29:05 UTC (rev 611902)
+++ PKGBUILD 2020-04-05 19:29:10 UTC (rev 611903)
@@ -1,49 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-calendar
-pkgver=5.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
- libgee
- libgranite.so
- libical
-)
-makedepends=(
- git
- intltool
- meson
- vala
-)
-source=(pantheon-calendar::git+https://github.com/elementary/calendar.git#tag=3d4f70ad046a45f59725856486276d482326fae1)
-sha256sums=('SKIP')
-
-pkgver() {
- cd pantheon-calendar
-
- git describe --tags | sed 's/-/.r/; s/-g/./'
-}
-
-build() {
- arch-meson pantheon-calendar build
- ninja -C build
-}
-
-package() {
- DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:
Copied: pantheon-calendar/repos/community-x86_64/PKGBUILD (from rev 611902, pantheon-calendar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-05 19:29:10 UTC (rev 611903)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-calendar
+pkgver=5.0.4
+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
+ libical
+)
+makedepends=(
+ git
+ intltool
+ meson
+ vala
+)
+source=(pantheon-calendar::git+https://github.com/elementary/calendar.git#tag=4dd77df142bee8c4770d0e35d6e2817cead0d431)
+sha256sums=(SKIP)
+
+pkgver() {
+ cd pantheon-calendar
+
+ git describe --tags
+}
+
+build() {
+ arch-meson pantheon-calendar build
+ ninja -C build
+}
+
+package() {
+ DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list