[arch-commits] Commit in pantheon-calendar/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Thu Jul 22 08:54:22 UTC 2021
Date: Thursday, July 22, 2021 @ 08:54:22
Author: alucryd
Revision: 983050
archrelease: copy trunk to community-x86_64
Added:
pantheon-calendar/repos/community-x86_64/PKGBUILD
(from rev 983049, 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-07-22 08:41:27 UTC (rev 983049)
+++ PKGBUILD 2021-07-22 08:54:22 UTC (rev 983050)
@@ -1,51 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-calendar
-pkgver=6.0.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
- libgee
- libgranite.so
- libhandy-1.so
- libical
-)
-makedepends=(
- git
- intltool
- meson
- vala
-)
-_tag=0d0ac995aeedf6d3d78cbe41b6c07cfc78c62ea4
-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 983049, pantheon-calendar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-22 08:54:22 UTC (rev 983050)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-calendar
+pkgver=6.0.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
+ libgee
+ libgranite.so
+ libhandy-1.so
+ libical
+)
+makedepends=(
+ git
+ intltool
+ meson
+ vala
+)
+_tag=0d0ac995aeedf6d3d78cbe41b6c07cfc78c62ea4
+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