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

Maxime Gauduin alucryd at gemini.archlinux.org
Tue Aug 17 10:14:54 UTC 2021


    Date: Tuesday, August 17, 2021 @ 10:14:54
  Author: alucryd
Revision: 1001284

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  142 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-17 10:14:49 UTC (rev 1001283)
+++ PKGBUILD	2021-08-17 10:14:54 UTC (rev 1001284)
@@ -1,71 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=gala
-pkgver=6.0.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
-  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=70408457186a03d61d975386ce7a25beb86191af
-source=(git+https://github.com/elementary/gala.git#tag=${_tag})
-sha256sums=(SKIP)
-
-prepare() {
-  cd gala
-  git cherry-pick -n 22e85fe1c8909906e726eafcc3ad4f69b23ee15d
-}
-
-pkgver() {
-  cd gala
-  git describe --tags
-}
-
-build() {
-  arch-meson gala build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: gala/repos/community-x86_64/PKGBUILD (from rev 1001283, gala/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-17 10:14:54 UTC (rev 1001284)
@@ -0,0 +1,71 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=gala
+pkgver=6.0.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=16c20c516791fb07d2a4ebd38bbcbbd7250a899f
+source=(git+https://github.com/elementary/gala.git#tag=${_tag})
+sha256sums=(SKIP)
+
+prepare() {
+  cd gala
+  git cherry-pick -n 87d51c50fbd5a28d2d0d6c3872b4e15e39c9131a
+}
+
+pkgver() {
+  cd gala
+  git describe --tags
+}
+
+build() {
+  arch-meson gala build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list