[arch-commits] Commit in mailnag-gnome-shell/trunk (PKGBUILD fix-syntax.patch)

Balló György bgyorgy at archlinux.org
Wed Apr 17 19:59:08 UTC 2019


    Date: Wednesday, April 17, 2019 @ 19:59:08
  Author: bgyorgy
Revision: 451922

upgpkg: mailnag-gnome-shell 3.32.0-1

Update to new version

Added:
  mailnag-gnome-shell/trunk/fix-syntax.patch
Modified:
  mailnag-gnome-shell/trunk/PKGBUILD

------------------+
 PKGBUILD         |   14 +++++++++++---
 fix-syntax.patch |   22 ++++++++++++++++++++++
 2 files changed, 33 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-17 19:48:03 UTC (rev 451921)
+++ PKGBUILD	2019-04-17 19:59:08 UTC (rev 451922)
@@ -2,7 +2,7 @@
 # Contributor: Patrick Ulbrich <zulu99 at gmx . net>
 
 pkgname=mailnag-gnome-shell
-pkgver=3.30.0
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="Mailnag GNOME Shell extension"
 arch=('x86_64')
@@ -10,9 +10,17 @@
 license=('GPL')
 depends=('folks' 'gnome-shell' 'mailnag')
 makedepends=('vala')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pulb/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('eff8b03c587c86daa427dd2ab689d7797e95c85ee9b7bb3fb51ff53417f13644')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pulb/$pkgname/archive/v$pkgver.tar.gz"
+        fix-syntax.patch)
+sha256sums=('e96fa0e48ab0f958b5082176a35d655c78345b272cc61b2a8f33ad11230d3f58'
+            'fce14359b4b7041de4fd2759a964bae6d2c4f9a0216573a5f3f9be770e28736e')
 
+prepare() {
+	cd $pkgname-$pkgver
+	# Fix build
+	patch -Np1 -i ../fix-syntax.patch
+}
+
 build() {
 	cd $pkgname-$pkgver
 	make

Added: fix-syntax.patch
===================================================================
--- fix-syntax.patch	                        (rev 0)
+++ fix-syntax.patch	2019-04-17 19:59:08 UTC (rev 451922)
@@ -0,0 +1,22 @@
+From f40fe4232da38d74353920755413996b9577c6cb Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= <ballogyor at gmail.com>
+Date: Wed, 17 Apr 2019 21:55:42 +0200
+Subject: [PATCH] Use correct syntax for array parameter
+
+---
+ aggregate-avatars.vala | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/aggregate-avatars.vala b/aggregate-avatars.vala
+index d73ee32..2d0e33d 100644
+--- a/aggregate-avatars.vala
++++ b/aggregate-avatars.vala
+@@ -25,7 +25,7 @@
+  
+ using Folks;
+ 
+-static int main(string args[])
++static int main(string[] args)
+ {
+ 	MainLoop mainloop = new MainLoop();
+ 	var aggregator = IndividualAggregator.dup();



More information about the arch-commits mailing list