[arch-commits] Commit in pantheon-geoclue2-agent (3 files)
Maxime Gauduin
alucryd at archlinux.org
Fri Apr 3 07:32:36 UTC 2020
Date: Friday, April 3, 2020 @ 07:32:35
Author: alucryd
Revision: 610772
archrelease: copy trunk to community-x86_64
Added:
pantheon-geoclue2-agent/repos/
pantheon-geoclue2-agent/repos/community-x86_64/
pantheon-geoclue2-agent/repos/community-x86_64/PKGBUILD
(from rev 610771, pantheon-geoclue2-agent/trunk/PKGBUILD)
----------+
PKGBUILD | 44 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
Copied: pantheon-geoclue2-agent/repos/community-x86_64/PKGBUILD (from rev 610771, pantheon-geoclue2-agent/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2020-04-03 07:32:35 UTC (rev 610772)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-geoclue2-agent
+pkgver=1.0.3
+pkgrel=1
+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
+)
+source=(pantheon-geoclue2-agent::git+https://github.com/elementary/pantheon-agent-geoclue2.git#tag=c6c9cfe3f428c131084002718cba7b0ca94a9d22)
+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