[arch-commits] Commit in mailnag-gnome-shell/repos/community-x86_64 (3 files)
Balló György
bgyorgy at archlinux.org
Wed Apr 17 19:59:13 UTC 2019
Date: Wednesday, April 17, 2019 @ 19:59:13
Author: bgyorgy
Revision: 451923
archrelease: copy trunk to community-x86_64
Added:
mailnag-gnome-shell/repos/community-x86_64/PKGBUILD
(from rev 451922, mailnag-gnome-shell/trunk/PKGBUILD)
mailnag-gnome-shell/repos/community-x86_64/fix-syntax.patch
(from rev 451922, mailnag-gnome-shell/trunk/fix-syntax.patch)
Deleted:
mailnag-gnome-shell/repos/community-x86_64/PKGBUILD
------------------+
PKGBUILD | 56 ++++++++++++++++++++++++++++++-----------------------
fix-syntax.patch | 22 ++++++++++++++++++++
2 files changed, 54 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-17 19:59:08 UTC (rev 451922)
+++ PKGBUILD 2019-04-17 19:59:13 UTC (rev 451923)
@@ -1,24 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Patrick Ulbrich <zulu99 at gmx . net>
-
-pkgname=mailnag-gnome-shell
-pkgver=3.30.0
-pkgrel=1
-pkgdesc="Mailnag GNOME Shell extension"
-arch=('x86_64')
-url="https://github.com/pulb/mailnag-gnome-shell"
-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')
-
-build() {
- cd $pkgname-$pkgver
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make prefix="$pkgdir"/usr install
-}
Copied: mailnag-gnome-shell/repos/community-x86_64/PKGBUILD (from rev 451922, mailnag-gnome-shell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-04-17 19:59:13 UTC (rev 451923)
@@ -0,0 +1,32 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Patrick Ulbrich <zulu99 at gmx . net>
+
+pkgname=mailnag-gnome-shell
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="Mailnag GNOME Shell extension"
+arch=('x86_64')
+url="https://github.com/pulb/mailnag-gnome-shell"
+license=('GPL')
+depends=('folks' 'gnome-shell' 'mailnag')
+makedepends=('vala')
+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
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make prefix="$pkgdir"/usr install
+}
Copied: mailnag-gnome-shell/repos/community-x86_64/fix-syntax.patch (from rev 451922, mailnag-gnome-shell/trunk/fix-syntax.patch)
===================================================================
--- fix-syntax.patch (rev 0)
+++ fix-syntax.patch 2019-04-17 19:59:13 UTC (rev 451923)
@@ -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