Date: Monday, October 24, 2022 @ 07:38:30
  Author: alucryd
Revision: 1334467

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-24 07:38:19 UTC (rev 1334466)
+++ PKGBUILD    2022-10-24 07:38:30 UTC (rev 1334467)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-
-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:

Copied: pantheon-geoclue2-agent/repos/community-x86_64/PKGBUILD (from rev 
1334466, pantheon-geoclue2-agent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-24 07:38:30 UTC (rev 1334467)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+
+pkgname=pantheon-geoclue2-agent
+pkgver=1.0.6
+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
+  libgranite.so
+  libgtk-3.so
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+_tag=996250b8bb0743a339019dd474f2ef6aeedd724f
+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:

Reply via email to