[arch-commits] Commit in gala/trunk (PKGBUILD)

2020-11-17 Thread Maxime Gauduin via arch-commits
Date: Tuesday, November 17, 2020 @ 14:41:48
  Author: alucryd
Revision: 756791

upgpkg: gala 3.3.2.r114.381e1d64-1

Modified:
  gala/trunk/PKGBUILD

--+
 PKGBUILD |   17 ++---
 1 file changed, 6 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-17 14:40:54 UTC (rev 756790)
+++ PKGBUILD2020-11-17 14:41:48 UTC (rev 756791)
@@ -1,8 +1,8 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=gala
-pkgver=3.3.2
-pkgrel=2
+pkgver=3.3.2.r114.381e1d64
+pkgrel=1
 pkgdesc='The Pantheon Window Manager'
 arch=(x86_64)
 url=https://github.com/elementary/gala
@@ -30,7 +30,7 @@
   libxrandr
   libxtst
   mesa
-  mutter6
+  mutter
   pango
   plank
   wayland
@@ -44,21 +44,16 @@
   vala
 )
 provides=(libgala.so)
-source=(git+https://github.com/elementary/gala.git#tag=94740b5c81c05f629874c850e3a9bb984a5cb57b)
+_commit=381e1d6474f4797ddf75de74dcec0cf8fbb58764
+source=(git+https://github.com/elementary/gala.git#commit=${_commit})
 sha256sums=(SKIP)
 
 pkgver() {
   cd gala
 
-  git describe --tags
+  git describe --tags | sed 's/-/.r/; s/-g/./'
 }
 
-prepare() {
-  cd gala
-
-  git cherry-pick -n 85d290c75eaa147b704ad34e6c67498071707ee8
-}
-
 build() {
   arch-meson gala build
   ninja -C build


[arch-commits] Commit in gala/trunk (PKGBUILD)

2020-10-02 Thread Maxime Gauduin via arch-commits
Date: Friday, October 2, 2020 @ 07:21:01
  Author: alucryd
Revision: 715081

gnome 3.38 rebuild: gala 3.3.2-2

Modified:
  gala/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-02 07:20:26 UTC (rev 715080)
+++ PKGBUILD2020-10-02 07:21:01 UTC (rev 715081)
@@ -2,7 +2,7 @@
 
 pkgname=gala
 pkgver=3.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='The Pantheon Window Manager'
 arch=(x86_64)
 url=https://github.com/elementary/gala
@@ -30,12 +30,13 @@
   libxrandr
   libxtst
   mesa
-  mutter
+  mutter6
   pango
   plank
   wayland
 )
 makedepends=(
+  cmake
   git
   gnome-common
   intltool
@@ -52,6 +53,12 @@
   git describe --tags
 }
 
+prepare() {
+  cd gala
+
+  git cherry-pick -n 85d290c75eaa147b704ad34e6c67498071707ee8
+}
+
 build() {
   arch-meson gala build
   ninja -C build


[arch-commits] Commit in gala/trunk (PKGBUILD)

2020-05-05 Thread Maxime Gauduin via arch-commits
Date: Tuesday, May 5, 2020 @ 10:38:58
  Author: alucryd
Revision: 624866

upgpkg: gala 3.3.2-1

Modified:
  gala/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 10:38:25 UTC (rev 624865)
+++ PKGBUILD2020-05-05 10:38:58 UTC (rev 624866)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=gala
-pkgver=3.3.0
+pkgver=3.3.2
 pkgrel=1
 pkgdesc='The Pantheon Window Manager'
 arch=(x86_64)
@@ -43,7 +43,7 @@
   vala
 )
 provides=(libgala.so)
-source=(git+https://github.com/elementary/gala.git#tag=d659157b650a1f77364cfa2b55e801b10ae0cbb2)
+source=(git+https://github.com/elementary/gala.git#tag=94740b5c81c05f629874c850e3a9bb984a5cb57b)
 sha256sums=(SKIP)
 
 pkgver() {


[arch-commits] Commit in gala/trunk (PKGBUILD)

2020-04-05 Thread Maxime Gauduin via arch-commits
Date: Sunday, April 5, 2020 @ 19:20:28
  Author: alucryd
Revision: 611894

upgpkg: gala 3.3.0-1

Modified:
  gala/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 18:52:09 UTC (rev 611893)
+++ PKGBUILD2020-04-05 19:20:28 UTC (rev 611894)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=gala
-pkgver=3.2.0.r73.c49189b8
+pkgver=3.3.0
 pkgrel=1
 pkgdesc='The Pantheon Window Manager'
 arch=(x86_64)
@@ -43,13 +43,13 @@
   vala
 )
 provides=(libgala.so)
-source=(git+https://github.com/elementary/gala.git#commit=c49189b8e7dc1edb31873d9c0636380b733dd4dc)
+source=(git+https://github.com/elementary/gala.git#tag=d659157b650a1f77364cfa2b55e801b10ae0cbb2)
 sha256sums=(SKIP)
 
 pkgver() {
   cd gala
 
-  git describe --tags | sed 's/-/.r/; s/-g/./'
+  git describe --tags
 }
 
 build() {


[arch-commits] Commit in gala/trunk (PKGBUILD)

2020-03-18 Thread Maxime Gauduin via arch-commits
Date: Wednesday, March 18, 2020 @ 20:18:39
  Author: alucryd
Revision: 600685

upgpkg: gala 3.2.0.r73.c49189b8-1

Modified:
  gala/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 20:17:27 UTC (rev 600684)
+++ PKGBUILD2020-03-18 20:18:39 UTC (rev 600685)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=gala
-pkgver=3.2.0
+pkgver=3.2.0.r73.c49189b8
 pkgrel=1
 pkgdesc='The Pantheon Window Manager'
 arch=(x86_64)
@@ -43,13 +43,13 @@
   vala
 )
 provides=(libgala.so)
-source=(git+https://github.com/elementary/gala.git#tag=548ec08d89efc1b3a259df53c412b9946db8eaa4)
+source=(git+https://github.com/elementary/gala.git#commit=c49189b8e7dc1edb31873d9c0636380b733dd4dc)
 sha256sums=(SKIP)
 
 pkgver() {
   cd gala
 
-  git describe --tags
+  git describe --tags | sed 's/-/.r/; s/-g/./'
 }
 
 build() {