[arch-commits] Commit in gala/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Mon Nov 8 21:32:53 UTC 2021


    Date: Monday, November 8, 2021 @ 21:32:53
  Author: heftig
Revision: 1038975

archrelease: copy trunk to community-staging-x86_64

Added:
  gala/repos/community-staging-x86_64/PKGBUILD
    (from rev 1038974, gala/trunk/PKGBUILD)
Deleted:
  gala/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |  143 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 70 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-08 21:32:35 UTC (rev 1038974)
+++ PKGBUILD	2021-11-08 21:32:53 UTC (rev 1038975)
@@ -1,73 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=gala
-pkgver=6.0.1
-pkgrel=3
-pkgdesc='The Pantheon Window Manager'
-arch=(x86_64)
-url=https://github.com/elementary/gala
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  atk
-  bamf
-  cairo
-  gdk-pixbuf2
-  glib2
-  gnome-desktop
-  gtk3
-  json-glib
-  libdrm
-  libgee
-  libgexiv2
-  libgl
-  libgranite.so
-  libx11
-  libxcomposite
-  libxdamage
-  libxext
-  libxfixes
-  libxi
-  libxrandr
-  libxtst
-  mesa
-  mutter
-  pango
-  plank
-  wayland
-)
-makedepends=(
-  cmake
-  git
-  gnome-common
-  intltool
-  meson
-  vala
-)
-provides=(libgala.so)
-_tag=16c20c516791fb07d2a4ebd38bbcbbd7250a899f
-source=(git+https://github.com/elementary/gala.git#tag=${_tag})
-sha256sums=('SKIP')
-
-prepare() {
-  cd gala
-
-  # mutter 9
-  git cherry-pick -n 87d51c50fbd5 605aa10ea2a7 9a137bd7071c c0ab9516dc93
-}
-
-pkgver() {
-  cd gala
-  git describe --tags
-}
-
-build() {
-  arch-meson gala build
-  meson compile -C build
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gala/repos/community-staging-x86_64/PKGBUILD (from rev 1038974, gala/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-08 21:32:53 UTC (rev 1038975)
@@ -0,0 +1,70 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=gala
+pkgver=6.2.1
+pkgrel=1
+pkgdesc='The Pantheon Window Manager'
+arch=(x86_64)
+url=https://github.com/elementary/gala
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  atk
+  bamf
+  cairo
+  gdk-pixbuf2
+  glib2
+  gnome-desktop
+  gtk3
+  json-glib
+  libdrm
+  libgee
+  libgexiv2
+  libgl
+  libgranite.so
+  libx11
+  libxcomposite
+  libxdamage
+  libxext
+  libxfixes
+  libxi
+  libxrandr
+  libxtst
+  mesa
+  mutter
+  pango
+  plank
+  wayland
+)
+makedepends=(
+  cmake
+  git
+  gnome-common
+  intltool
+  meson
+  vala
+)
+provides=(libgala.so)
+_tag=23069d6a81598e14db8a05bb619893aa19d96efd
+source=(git+https://github.com/elementary/gala.git#tag=${_tag})
+sha256sums=('SKIP')
+
+prepare() {
+  cd gala
+}
+
+pkgver() {
+  cd gala
+  git describe --tags
+}
+
+build() {
+  arch-meson gala build
+  meson compile -C build
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list