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

Maxime Gauduin alucryd at gemini.archlinux.org
Fri Nov 5 08:02:26 UTC 2021


    Date: Friday, November 5, 2021 @ 08:02:26
  Author: alucryd
Revision: 1037115

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-05 08:02:21 UTC (rev 1037114)
+++ PKGBUILD	2021-11-05 08:02:26 UTC (rev 1037115)
@@ -1,42 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-settings-daemon
-pkgver=1.0.0
-pkgrel=1
-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=37d090797975e1c5d1827ce220cd6737c035ce42
-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:

Copied: pantheon-settings-daemon/repos/community-any/PKGBUILD (from rev 1037114, pantheon-settings-daemon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-05 08:02:26 UTC (rev 1037115)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-settings-daemon
+pkgver=1.1.0
+pkgrel=1
+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