[arch-commits] Commit in pantheon-geoclue2-agent/repos/community-x86_64 (2 files)
Maxime Gauduin
alucryd at archlinux.org
Wed Apr 15 10:41:04 UTC 2020
Date: Wednesday, April 15, 2020 @ 10:41:03
Author: alucryd
Revision: 614614
archrelease: copy trunk to community-x86_64
Added:
pantheon-geoclue2-agent/repos/community-x86_64/PKGBUILD
(from rev 614613, pantheon-geoclue2-agent/trunk/PKGBUILD)
Deleted:
pantheon-geoclue2-agent/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-15 10:40:58 UTC (rev 614613)
+++ PKGBUILD 2020-04-15 10:41:03 UTC (rev 614614)
@@ -1,44 +0,0 @@
-# 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:
Copied: pantheon-geoclue2-agent/repos/community-x86_64/PKGBUILD (from rev 614613, pantheon-geoclue2-agent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-15 10:41:03 UTC (rev 614614)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-geoclue2-agent
+pkgver=1.0.4
+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=46d69d8d985b2e2866d265c1013d2142b3a02241)
+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