Date: Tuesday, May 2, 2023 @ 13:56:14
  Author: alucryd
Revision: 1455835

archrelease: copy trunk to community-staging-x86_64

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

----------+
 PKGBUILD |  136 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 69 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-02 13:55:59 UTC (rev 1455834)
+++ PKGBUILD    2023-05-02 13:56:14 UTC (rev 1455835)
@@ -1,67 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-
-pkgname=gala
-pkgver=7.0.2
-pkgrel=2
-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
-  mutter43
-  pango
-  plank
-  wayland
-)
-makedepends=(
-  cmake
-  git
-  gnome-common
-  intltool
-  meson
-  vala
-)
-provides=(libgala.so)
-_tag=c8b0fcbc4023dfecad451e630cb8c496c4525a9f
-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:set sw=2 sts=-1 et:

Copied: gala/repos/community-staging-x86_64/PKGBUILD (from rev 1455834, 
gala/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-02 13:56:14 UTC (rev 1455835)
@@ -0,0 +1,69 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+
+pkgname=gala
+pkgver=7.0.2.r60.fab71f0a
+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=c8b0fcbc4023dfecad451e630cb8c496c4525a9f
+_commit=fab71f0a553dc6160d8ff0f33ef756d161b4b0a1
+#source=(git+https://github.com/elementary/gala.git#tag=${_tag})
+source=(git+https://github.com/elementary/gala.git#commit=${_commit})
+b2sums=(SKIP)
+
+pkgver() {
+  cd gala
+  git describe --tags | sed 's/-/.r/; s/-g/./'
+}
+
+build() {
+  arch-meson gala build
+  meson compile -C build
+}
+
+package() {
+  meson install -C build --destdir "${pkgdir}"
+}
+
+# vim:set sw=2 sts=-1 et:

Reply via email to