[arch-commits] Commit in pantheon-session/repos/community-any (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Mon Aug 9 07:22:00 UTC 2021


    Date: Monday, August 9, 2021 @ 07:22:00
  Author: alucryd
Revision: 997236

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-09 07:21:55 UTC (rev 997235)
+++ PKGBUILD	2021-08-09 07:22:00 UTC (rev 997236)
@@ -1,50 +0,0 @@
-# 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:

Copied: pantheon-session/repos/community-any/PKGBUILD (from rev 997235, pantheon-session/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-09 07:22:00 UTC (rev 997236)
@@ -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=2
+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