[arch-commits] Commit in gala/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Mon Jul 19 12:44:30 UTC 2021
Date: Monday, July 19, 2021 @ 12:44:29
Author: alucryd
Revision: 978633
archrelease: copy trunk to community-x86_64
Added:
gala/repos/community-x86_64/PKGBUILD
(from rev 978632, gala/trunk/PKGBUILD)
Deleted:
gala/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 132 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 66 insertions(+), 66 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-19 12:44:22 UTC (rev 978632)
+++ PKGBUILD 2021-07-19 12:44:29 UTC (rev 978633)
@@ -1,66 +0,0 @@
-# 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:
Copied: gala/repos/community-x86_64/PKGBUILD (from rev 978632, gala/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-19 12:44:29 UTC (rev 978633)
@@ -0,0 +1,66 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=gala
+pkgver=6.0.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
+ libgexiv2
+ 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)
+_tag=70408457186a03d61d975386ce7a25beb86191af
+source=(git+https://github.com/elementary/gala.git#commit=${_tag})
+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