[arch-commits] Commit in pantheon-polkit-agent/repos/community-x86_64 (2 files)
Maxime Gauduin
alucryd at archlinux.org
Tue Apr 7 17:58:27 UTC 2020
Date: Tuesday, April 7, 2020 @ 17:58:27
Author: alucryd
Revision: 612468
archrelease: copy trunk to community-x86_64
Added:
pantheon-polkit-agent/repos/community-x86_64/PKGBUILD
(from rev 612467, pantheon-polkit-agent/trunk/PKGBUILD)
Deleted:
pantheon-polkit-agent/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-07 17:58:21 UTC (rev 612467)
+++ PKGBUILD 2020-04-07 17:58:27 UTC (rev 612468)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-polkit-agent
-pkgver=1.0.0
-pkgrel=2
-pkgdesc='Pantheon Polkit Agent'
-arch=(x86_64)
-url=https://github.com/elementary/pantheon-agent-polkit
-license=(GPL3)
-groups=(pantheon)
-depends=(
- glib2
- gtk3
- libgranite.so
- 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:
Copied: pantheon-polkit-agent/repos/community-x86_64/PKGBUILD (from rev 612467, pantheon-polkit-agent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-07 17:58:27 UTC (rev 612468)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-polkit-agent
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Pantheon Polkit Agent'
+arch=(x86_64)
+url=https://github.com/elementary/pantheon-agent-polkit
+license=(GPL3)
+groups=(pantheon)
+depends=(
+ glib2
+ gtk3
+ libgranite.so
+ polkit
+)
+makedepends=(
+ git
+ meson
+ intltool
+ vala
+)
+source=(pantheon-polkit-agent::git+https://github.com/elementary/pantheon-agent-polkit.git#tag=0b5ed282493d2668ae9d7f048afcca03869ed910)
+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