[arch-commits] Commit in (3 files)

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


    Date: Monday, August 9, 2021 @ 07:06:34
  Author: alucryd
Revision: 996597

add pantheon-session

Added:
  pantheon-session/
  pantheon-session/trunk/
  pantheon-session/trunk/PKGBUILD

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

Added: pantheon-session/trunk/PKGBUILD
===================================================================
--- pantheon-session/trunk/PKGBUILD	                        (rev 0)
+++ pantheon-session/trunk/PKGBUILD	2021-08-09 07:06:34 UTC (rev 996597)
@@ -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