[arch-commits] Commit in gala/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Wed Mar 18 20:18:48 UTC 2020
Date: Wednesday, March 18, 2020 @ 20:18:45
Author: alucryd
Revision: 600686
archrelease: copy trunk to community-x86_64
Added:
gala/repos/community-x86_64/PKGBUILD
(from rev 600685, gala/trunk/PKGBUILD)
Deleted:
gala/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 128 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 64 insertions(+), 64 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-18 20:18:39 UTC (rev 600685)
+++ PKGBUILD 2020-03-18 20:18:45 UTC (rev 600686)
@@ -1,64 +0,0 @@
-# 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:
Copied: gala/repos/community-x86_64/PKGBUILD (from rev 600685, gala/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-18 20:18:45 UTC (rev 600686)
@@ -0,0 +1,64 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=gala
+pkgver=3.2.0.r73.c49189b8
+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#commit=c49189b8e7dc1edb31873d9c0636380b733dd4dc)
+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