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

Maxime Gauduin alucryd at archlinux.org
Tue Apr 6 09:01:15 UTC 2021


    Date: Tuesday, April 6, 2021 @ 09:01:15
  Author: alucryd
Revision: 912034

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: gala/repos/community-staging-x86_64/PKGBUILD (from rev 912033, gala/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-04-06 09:01:15 UTC (rev 912034)
@@ -0,0 +1,66 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=gala
+pkgver=3.3.2.r134.c74298b4
+pkgrel=1
+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
+  libgl
+  libgranite.so
+  libx11
+  libxcomposite
+  libxdamage
+  libxext
+  libxfixes
+  libxi
+  libxrandr
+  libxtst
+  mesa
+  mutter6
+  pango
+  plank
+  wayland
+)
+makedepends=(
+  cmake
+  git
+  gnome-common
+  intltool
+  meson
+  vala
+)
+provides=(libgala.so)
+_commit=c74298b49c3d3be2ff3df5d7f6990d8d7fea52f6
+source=(git+https://github.com/elementary/gala.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd gala
+
+  git describe --tags | sed 's/-/.r/; s/-g/./'
+}
+
+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