[arch-commits] Commit in pantheon-polkit-agent/repos/community-x86_64 (2 files)

Maxime Gauduin alucryd at archlinux.org
Mon Nov 18 08:57:16 UTC 2019


    Date: Monday, November 18, 2019 @ 08:57:16
  Author: alucryd
Revision: 530303

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   75 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 41 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-18 08:57:10 UTC (rev 530302)
+++ PKGBUILD	2019-11-18 08:57:16 UTC (rev 530303)
@@ -1,34 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-polkit-agent
-pkgver=0.1.6
-pkgrel=1
-pkgdesc='Pantheon Polkit Agent'
-arch=(x86_64)
-url=https://github.com/elementary/pantheon-agent-polkit
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  glib2
-  gtk3
-  polkit
-)
-makedepends=(
-  git
-  meson
-  intltool
-  vala
-)
-source=(pantheon-polkit-agent::git+https://github.com/elementary/pantheon-agent-polkit.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  arch-meson pantheon-polkit-agent build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-polkit-agent/repos/community-x86_64/PKGBUILD (from rev 530302, pantheon-polkit-agent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-18 08:57:16 UTC (rev 530303)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-polkit-agent
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Pantheon Polkit Agent'
+arch=(x86_64)
+url=https://github.com/elementary/pantheon-agent-polkit
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  granite
+  gtk3
+  polkit
+)
+makedepends=(
+  git
+  meson
+  intltool
+  vala
+)
+source=(pantheon-polkit-agent::git+https://github.com/elementary/pantheon-agent-polkit.git#tag=eb7089cee034b3772784b721aeef60ec36ac0243)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pantheon-polkit-agent
+
+  git describe --tags
+}
+
+build() {
+  arch-meson pantheon-polkit-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