Date: Wednesday, April 12, 2023 @ 09:29:51
  Author: alucryd
Revision: 1444833

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-12 09:29:42 UTC (rev 1444832)
+++ PKGBUILD    2023-04-12 09:29:51 UTC (rev 1444833)
@@ -1,67 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-
-pkgname=gala
-pkgver=7.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
-  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=c56032e0ac12047f1f9c53d4d4e8524d1c2df723
-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-x86_64/PKGBUILD (from rev 1444832, 
gala/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-12 09:29:51 UTC (rev 1444833)
@@ -0,0 +1,67 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+
+pkgname=gala
+pkgver=7.0.2
+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
+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:

Reply via email to