[arch-commits] Commit in pantheon-dpms-helper/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 12:42:07 UTC 2020
Date: Tuesday, July 7, 2020 @ 12:42:05
Author: felixonmars
Revision: 658195
archrelease: copy trunk to community-staging-any
Added:
pantheon-dpms-helper/repos/community-staging-any/
pantheon-dpms-helper/repos/community-staging-any/PKGBUILD
(from rev 658194, pantheon-dpms-helper/trunk/PKGBUILD)
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: pantheon-dpms-helper/repos/community-staging-any/PKGBUILD (from rev 658194, pantheon-dpms-helper/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-07-07 12:42:05 UTC (rev 658195)
@@ -0,0 +1,32 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-dpms-helper
+pkgver=1.0
+pkgrel=2
+pkgdesc='DPMS helper for Pantheon'
+arch=(any)
+url=https://github.com/elementary/dpms-helper
+license=(GPL)
+groups=(pantheon)
+depends=(
+ bash
+ dconf
+ desktop-file-utils
+)
+makedepends=(
+ git
+ meson
+)
+source=(pantheon-dpms-helper::git+https://github.com/elementary/dpms-helper.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+ arch-meson pantheon-dpms-helper 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