[arch-commits] Commit in gnome-session/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Mon Dec 28 03:38:08 UTC 2020


    Date: Monday, December 28, 2020 @ 03:38:08
  Author: heftig
Revision: 405052

archrelease: copy trunk to extra-x86_64

Added:
  gnome-session/repos/extra-x86_64/PKGBUILD
    (from rev 405051, gnome-session/trunk/PKGBUILD)
Deleted:
  gnome-session/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   79 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 38 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-28 03:37:56 UTC (rev 405051)
+++ PKGBUILD	2020-12-28 03:38:08 UTC (rev 405052)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgname=gnome-session
-pkgver=3.38.0
-pkgrel=1
-pkgdesc="The GNOME Session Handler"
-url="https://gitlab.gnome.org/GNOME/gnome-session"
-arch=(x86_64)
-license=(GPL)
-depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
-         json-glib libgl libsm libxtst systemd)
-makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson)
-groups=(gnome)
-_commit=9825ba89d223f37bfb01a821d18632d82ef95797  # tags/3.38.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Avoid some warnings from GDM
-  git cherry-pick -n e8b9deb250a7edb6d76f67733afce22f6133db02
-}
-  
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-session/repos/extra-x86_64/PKGBUILD (from rev 405051, gnome-session/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-28 03:38:08 UTC (rev 405052)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=gnome-session
+pkgver=3.38.0+14+g87d92fec
+pkgrel=1
+pkgdesc="The GNOME Session Handler"
+url="https://gitlab.gnome.org/GNOME/gnome-session"
+arch=(x86_64)
+license=(GPL)
+depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
+         json-glib libgl libsm libxtst systemd)
+makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson)
+groups=(gnome)
+_commit=87d92fece1bbc67146631330649cee2353bd6761  # master
+source=("git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+  
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list