[arch-commits] Commit in pantheon-tasks/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Fri Oct 1 15:48:18 UTC 2021
Date: Friday, October 1, 2021 @ 15:48:18
Author: alucryd
Revision: 1026431
archrelease: copy trunk to community-x86_64
Added:
pantheon-tasks/repos/community-x86_64/PKGBUILD
(from rev 1026430, pantheon-tasks/trunk/PKGBUILD)
Deleted:
pantheon-tasks/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 102 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 51 insertions(+), 51 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-01 15:48:13 UTC (rev 1026430)
+++ PKGBUILD 2021-10-01 15:48:18 UTC (rev 1026431)
@@ -1,51 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-tasks
-pkgver=6.0.3
-pkgrel=1
-pkgdesc='The Pantheon tasks'
-arch=(x86_64)
-url=https://github.com/elementary/tasks
-license=(GPL3)
-groups=(pantheon)
-depends=(
- clutter-gtk
- geoclue
- geocode-glib
- glib2
- gtk3
- libchamplain
- libclutter-1.0.so
- libecal-2.0.so
- libedataserver-1.2.so
- libgdata.so
- libgranite.so
- libhandy-1.so
- libical
-)
-makedepends=(
- git
- intltool
- meson
- vala
-)
-_tag=72217c1e5e4dcc7a13d81ef7c71648ca4d303e93
-source=(pantheon-tasks::git+https://github.com/elementary/tasks.git#tag=${_tag})
-b2sums=(SKIP)
-
-pkgver() {
- cd pantheon-tasks
-
- git describe --tags
-}
-
-build() {
- arch-meson pantheon-tasks build
- meson compile -C build
-}
-
-package() {
- DESTDIR="${pkgdir}" meson install -C build
-}
-
-# vim: ts=2 sw=2 et:
Copied: pantheon-tasks/repos/community-x86_64/PKGBUILD (from rev 1026430, pantheon-tasks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-10-01 15:48:18 UTC (rev 1026431)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-tasks
+pkgver=6.0.4
+pkgrel=1
+pkgdesc='The Pantheon tasks'
+arch=(x86_64)
+url=https://github.com/elementary/tasks
+license=(GPL3)
+groups=(pantheon)
+depends=(
+ clutter-gtk
+ geoclue
+ geocode-glib
+ glib2
+ gtk3
+ libchamplain
+ libclutter-1.0.so
+ libecal-2.0.so
+ libedataserver-1.2.so
+ libgdata.so
+ libgranite.so
+ libhandy-1.so
+ libical
+)
+makedepends=(
+ git
+ intltool
+ meson
+ vala
+)
+_tag=8cac328e76601d039ef394fc65b47a9fb4af60fe
+source=(pantheon-tasks::git+https://github.com/elementary/tasks.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+ cd pantheon-tasks
+
+ git describe --tags
+}
+
+build() {
+ arch-meson pantheon-tasks 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