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

Maxime Gauduin alucryd at gemini.archlinux.org
Fri Aug 19 09:37:40 UTC 2022


    Date: Friday, August 19, 2022 @ 09:37:40
  Author: alucryd
Revision: 1269817

archrelease: copy trunk to community-any

Added:
  pantheon-settings-daemon/repos/community-any/PKGBUILD
    (from rev 1269816, 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	2022-08-19 09:37:31 UTC (rev 1269816)
+++ PKGBUILD	2022-08-19 09:37:40 UTC (rev 1269817)
@@ -1,42 +0,0 @@
-# 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:

Copied: pantheon-settings-daemon/repos/community-any/PKGBUILD (from rev 1269816, pantheon-settings-daemon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-19 09:37:40 UTC (rev 1269817)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-settings-daemon
+pkgver=1.2.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=273dfb4f22a1becf5964bb166954353393e1c2eb
+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