[arch-commits] Commit in gala/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Tue Nov 17 14:41:54 UTC 2020
Date: Tuesday, November 17, 2020 @ 14:41:53
Author: alucryd
Revision: 756792
archrelease: copy trunk to community-x86_64
Added:
gala/repos/community-x86_64/PKGBUILD
(from rev 756791, gala/trunk/PKGBUILD)
Deleted:
gala/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 137 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 66 insertions(+), 71 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-17 14:41:48 UTC (rev 756791)
+++ PKGBUILD 2020-11-17 14:41:53 UTC (rev 756792)
@@ -1,71 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=gala
-pkgver=3.3.2
-pkgrel=2
-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)
-source=(git+https://github.com/elementary/gala.git#tag=94740b5c81c05f629874c850e3a9bb984a5cb57b)
-sha256sums=(SKIP)
-
-pkgver() {
- cd gala
-
- git describe --tags
-}
-
-prepare() {
- cd gala
-
- git cherry-pick -n 85d290c75eaa147b704ad34e6c67498071707ee8
-}
-
-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 756791, gala/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-17 14:41:53 UTC (rev 756792)
@@ -0,0 +1,66 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=gala
+pkgver=3.3.2.r114.381e1d64
+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=(
+ cmake
+ git
+ gnome-common
+ intltool
+ meson
+ vala
+)
+provides=(libgala.so)
+_commit=381e1d6474f4797ddf75de74dcec0cf8fbb58764
+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