[arch-commits] Commit in pantheon-polkit-agent (3 files)

Maxime Gauduin alucryd at archlinux.org
Wed Mar 6 13:04:12 UTC 2019


    Date: Wednesday, March 6, 2019 @ 13:04:11
  Author: alucryd
Revision: 437845

archrelease: copy trunk to community-x86_64

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

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

Copied: pantheon-polkit-agent/repos/community-x86_64/PKGBUILD (from rev 437844, pantheon-polkit-agent/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2019-03-06 13:04:11 UTC (rev 437845)
@@ -0,0 +1,34 @@
+# 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:



More information about the arch-commits mailing list