[arch-commits] Commit in pantheon-geoclue2-agent/repos (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun Mar 6 15:51:48 UTC 2022


    Date: Sunday, March 6, 2022 @ 15:51:47
  Author: foutrelis
Revision: 1142573

archrelease: copy trunk to community-staging-x86_64

Added:
  pantheon-geoclue2-agent/repos/community-staging-x86_64/
  pantheon-geoclue2-agent/repos/community-staging-x86_64/PKGBUILD
    (from rev 1142570, pantheon-geoclue2-agent/trunk/PKGBUILD)

----------+
 PKGBUILD |   45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

Copied: pantheon-geoclue2-agent/repos/community-staging-x86_64/PKGBUILD (from rev 1142570, pantheon-geoclue2-agent/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-03-06 15:51:47 UTC (rev 1142573)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-geoclue2-agent
+pkgver=1.0.5
+pkgrel=2
+pkgdesc='Pantheon Geoclue2 Agent'
+arch=(x86_64)
+url=https://github.com/elementary/pantheon-agent-geoclue2
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  geoclue2
+  glibc
+  libgdk-3.so
+  libgio-2.0.so
+  libglib-2.0.so
+  libgobject-2.0.so
+  libgtk-3.so
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+_tag=930584360b7ef914b295fe5c5e4f2ac470ba6e68
+source=(pantheon-geoclue2-agent::git+https://github.com/elementary/pantheon-agent-geoclue2.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pantheon-geoclue2-agent
+
+  git describe --tags
+}
+
+build() {
+  arch-meson pantheon-geoclue2-agent 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