[arch-commits] Commit in mailnag-gnome-shell/repos/community-x86_64 (3 files)

Balló György bgyorgy at archlinux.org
Wed Jun 19 01:08:22 UTC 2019


    Date: Wednesday, June 19, 2019 @ 01:08:21
  Author: bgyorgy
Revision: 482262

archrelease: copy trunk to community-x86_64

Added:
  mailnag-gnome-shell/repos/community-x86_64/PKGBUILD
    (from rev 482261, mailnag-gnome-shell/trunk/PKGBUILD)
Deleted:
  mailnag-gnome-shell/repos/community-x86_64/PKGBUILD
  mailnag-gnome-shell/repos/community-x86_64/fix-syntax.patch

------------------+
 PKGBUILD         |   56 ++++++++++++++++++++++-------------------------------
 fix-syntax.patch |   22 --------------------
 2 files changed, 24 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-19 01:08:18 UTC (rev 482261)
+++ PKGBUILD	2019-06-19 01:08:21 UTC (rev 482262)
@@ -1,32 +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.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/PKGBUILD (from rev 482261, mailnag-gnome-shell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-19 01:08:21 UTC (rev 482262)
@@ -0,0 +1,24 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Patrick Ulbrich <zulu99 at gmx . net>
+
+pkgname=mailnag-gnome-shell
+pkgver=3.32.1
+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=('876441f751dd0e80be6e0e485df1cf53ca9e8c2086d26bbd4fbca53fd95f8530')
+
+build() {
+	cd $pkgname-$pkgver
+	make
+}
+
+package() {
+	cd $pkgname-$pkgver
+	make prefix="$pkgdir"/usr install
+}

Deleted: fix-syntax.patch
===================================================================
--- fix-syntax.patch	2019-06-19 01:08:18 UTC (rev 482261)
+++ fix-syntax.patch	2019-06-19 01:08:21 UTC (rev 482262)
@@ -1,22 +0,0 @@
-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