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

Maxime Gauduin alucryd at gemini.archlinux.org
Tue Apr 26 15:06:24 UTC 2022


    Date: Tuesday, April 26, 2022 @ 15:06:24
  Author: alucryd
Revision: 1190986

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  146 +++++++++++++++++++++++++++----------------------------------
 1 file changed, 67 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-26 15:06:18 UTC (rev 1190985)
+++ PKGBUILD	2022-04-26 15:06:24 UTC (rev 1190986)
@@ -1,79 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=gala
-pkgver=6.3.0
-pkgrel=4
-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
-  libcanberra
-  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)
-options=(debug)
-_tag=7fb2bef718dc29591f419a66a2027cc14626ad4c
-source=(git+https://github.com/elementary/gala.git#tag=${_tag})
-b2sums=(SKIP)
-
-prepare() {
-  cd gala
-  git cherry-pick -n cc83db8fe398feae9f3e4caa8352b65f0c8c96d4
-
-  # mutter 42
-  git cherry-pick -n \
-    7ce741413283e51509878df64149451b54dafbbb \
-    cdcb87afcb4fb5729548a934885ba46b40a601ac \
-    6dec2707cd3aedf8fccbb34e7b6bd261056b57ea
-}
-
-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-x86_64/PKGBUILD (from rev 1190985, gala/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-26 15:06:24 UTC (rev 1190986)
@@ -0,0 +1,67 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=gala
+pkgver=6.3.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
+  libcanberra
+  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=14fbdf5e04c9c5d9c3676c5cd7cfcc8890950cbe
+source=(git+https://github.com/elementary/gala.git#tag=${_tag})
+b2sums=(SKIP)
+
+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