[arch-commits] Commit in pantheon-settings-daemon/repos (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun Mar 6 15:46:33 UTC 2022


    Date: Sunday, March 6, 2022 @ 15:46:33
  Author: foutrelis
Revision: 1142523

archrelease: copy trunk to community-staging-any

Added:
  pantheon-settings-daemon/repos/community-staging-any/
  pantheon-settings-daemon/repos/community-staging-any/PKGBUILD
    (from rev 1142522, pantheon-settings-daemon/trunk/PKGBUILD)

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

Copied: pantheon-settings-daemon/repos/community-staging-any/PKGBUILD (from rev 1142522, pantheon-settings-daemon/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-03-06 15:46:33 UTC (rev 1142523)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-settings-daemon
+pkgver=1.1.0
+pkgrel=2
+pkgdesc='Default settings for Pantheon'
+arch=(any)
+url=https://github.com/elementary/settings-daemon.git
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  accountsservice
+  dbus
+  dconf
+  geoclue
+  glib2
+  libgranite.so
+)
+makedepends=(
+  git
+  meson
+  vala
+)
+_tag=f9bb3c2f5da7c12ce8985ff95a8c0bfe9f4671c8
+source=(pantheon-settings-daemon::git+https://github.com/elementary/settings-daemon.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd pantheon-settings-daemon
+  git describe --tags
+}
+
+build() {
+  arch-meson pantheon-settings-daemon 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