[arch-commits] Commit in gala (3 files)

Maxime Gauduin alucryd at archlinux.org
Sat Jan 18 14:44:52 UTC 2020


    Date: Saturday, January 18, 2020 @ 14:44:52
  Author: alucryd
Revision: 553013

archrelease: copy trunk to community-x86_64

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

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

Copied: gala/repos/community-x86_64/PKGBUILD (from rev 553012, gala/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2020-01-18 14:44:52 UTC (rev 553013)
@@ -0,0 +1,64 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=gala
+pkgver=3.2.0
+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
+  mutter
+  pango
+  plank
+  wayland
+)
+makedepends=(
+  git
+  gnome-common
+  intltool
+  meson
+  vala
+)
+provides=(libgala.so)
+source=(git+https://github.com/elementary/gala.git#tag=548ec08d89efc1b3a259df53c412b9946db8eaa4)
+sha256sums=(SKIP)
+
+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