[arch-commits] Commit in gala/repos (2 files)

Maxime Gauduin alucryd at gemini.archlinux.org
Tue Aug 3 09:04:09 UTC 2021


    Date: Tuesday, August 3, 2021 @ 09:04:09
  Author: alucryd
Revision: 993498

archrelease: copy trunk to community-testing-x86_64

Added:
  gala/repos/community-testing-x86_64/
  gala/repos/community-testing-x86_64/PKGBUILD
    (from rev 993497, gala/trunk/PKGBUILD)

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

Copied: gala/repos/community-testing-x86_64/PKGBUILD (from rev 993497, gala/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2021-08-03 09:04:09 UTC (rev 993498)
@@ -0,0 +1,71 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=gala
+pkgver=6.0.0
+pkgrel=3
+pkgdesc='The Pantheon Window Manager'
+arch=(x86_64)
+url=https://github.com/elementary/gala
+license=(GPL3)
+groups=(pantheon-unstable)
+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:



More information about the arch-commits mailing list