[arch-commits] Commit in pantheon-session (3 files)

Maxime Gauduin alucryd at gemini.archlinux.org
Mon Aug 9 07:06:40 UTC 2021


    Date: Monday, August 9, 2021 @ 07:06:40
  Author: alucryd
Revision: 996608

archrelease: copy trunk to community-any

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

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

Copied: pantheon-session/repos/community-any/PKGBUILD (from rev 996605, pantheon-session/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2021-08-09 07:06:40 UTC (rev 996608)
@@ -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=1
+pkgdesc='Session settings for Pantheon'
+arch=(any)
+url=https://github.com/elementary/session-settings
+license=(GPL3)
+groups=(pantheon-stable)
+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