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

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun Mar 6 16:04:44 UTC 2022


    Date: Sunday, March 6, 2022 @ 16:04:44
  Author: foutrelis
Revision: 1142694

archrelease: copy trunk to community-staging-any

Added:
  pantheon-session/repos/community-staging-any/
  pantheon-session/repos/community-staging-any/PKGBUILD
    (from rev 1142693, pantheon-session/trunk/PKGBUILD)

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

Copied: pantheon-session/repos/community-staging-any/PKGBUILD (from rev 1142693, pantheon-session/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-03-06 16:04:44 UTC (rev 1142694)
@@ -0,0 +1,50 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Helder Bertoldo <helder.bertoldo at gmail.com>
+
+pkgname=pantheon-session
+pkgver=6.0.0
+pkgrel=3
+pkgdesc='Session settings for Pantheon'
+arch=(any)
+url=https://github.com/elementary/session-settings
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  cerbere
+  dconf
+  gnome-keyring
+  gnome-session
+  gnome-settings-daemon
+  pantheon-applications-menu
+  libgala.so
+  libwingpanel-2.0.so
+  onboard
+  orca
+  plank
+  xdg-user-dirs-gtk
+)
+makedepends=(
+  git
+  meson
+)
+optdepends=(pantheon-default-settings)
+_tag=48b482e4ad967522391a01391a1bb6ec66aff90d
+source=(pantheon-session-settings::git+https://github.com/elementary/session-settings.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd pantheon-session-settings
+  git describe --tags
+}
+
+build() {
+  arch-meson pantheon-session-settings build \
+    -Dfallback-session=gnome
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list