Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR PATCH] [Updated] New package: buzz-1.1.10
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13775@inbox.vuxu.org>
  2019-09-07  3:18 ` [PR PATCH] [Updated] New package: buzz-1.1.10 voidlinux-github
@ 2019-09-07  3:18 ` voidlinux-github
  2020-01-02  6:38 ` [PR PATCH] [Closed]: " voidlinux-github
  2 siblings, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-09-07  3:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 321 bytes --]

There is an updated pull request by renatoaguiar against master on the void-packages repository

https://github.com/renatoaguiar/void-packages buzz
https://github.com/void-linux/void-packages/pull/13775

New package: buzz-1.1.10


A patch file from https://github.com/void-linux/void-packages/pull/13775.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-buzz-13775.patch --]
[-- Type: text/x-diff, Size: 1181 bytes --]

From 1a4a26e56eb89bd2284a5fbdc167c804092d5109 Mon Sep 17 00:00:00 2001
From: Renato Aguiar <renato@renag.me>
Date: Sun, 18 Aug 2019 15:25:19 -0700
Subject: [PATCH] New package: buzz-1.1.10

---
 srcpkgs/buzz/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/buzz/template

diff --git a/srcpkgs/buzz/template b/srcpkgs/buzz/template
new file mode 100644
index 00000000000..37b0bf732c7
--- /dev/null
+++ b/srcpkgs/buzz/template
@@ -0,0 +1,22 @@
+# Template file for 'buzz'
+pkgname=buzz
+version=1.1.10
+revision=1
+build_style=cargo
+hostmakedepends="git pkg-config"
+makedepends="cairo-devel dbus-devel libressl-devel pango-devel atk-devel gdk-pixbuf-devel gtk+3-devel libappindicator-devel libdbusmenu-gtk3-devel clang"
+short_desc="System tray application for notifying about unseen e-mail"
+maintainer="Renato Aguiar <renato@renag.me>"
+license="MIT, Apache-2.0"
+homepage="https://github.com/jonhoo/buzz"
+
+do_fetch() {
+	git clone https://github.com/jonhoo/buzz.git ${wrksrc}
+	cd ${wrksrc}
+	git reset --hard feb82747eff0c2ffca1d3990c8800cb9433d9f3e
+}
+
+post_install() {
+	vlicense LICENSE-MIT
+	vlicense LICENSE-APACHE
+}

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Closed]: New package: buzz-1.1.10
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13775@inbox.vuxu.org>
  2019-09-07  3:18 ` [PR PATCH] [Updated] New package: buzz-1.1.10 voidlinux-github
  2019-09-07  3:18 ` voidlinux-github
@ 2020-01-02  6:38 ` voidlinux-github
  2 siblings, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-02  6:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 158 bytes --]

There's a closed pull request on the void-packages repository

New package: buzz-1.1.10
https://github.com/void-linux/void-packages/pull/13775

Description:


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] New package: buzz-1.1.10
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13775@inbox.vuxu.org>
@ 2019-09-07  3:18 ` voidlinux-github
  2019-09-07  3:18 ` voidlinux-github
  2020-01-02  6:38 ` [PR PATCH] [Closed]: " voidlinux-github
  2 siblings, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-09-07  3:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 321 bytes --]

There is an updated pull request by renatoaguiar against master on the void-packages repository

https://github.com/renatoaguiar/void-packages buzz
https://github.com/void-linux/void-packages/pull/13775

New package: buzz-1.1.10


A patch file from https://github.com/void-linux/void-packages/pull/13775.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-buzz-13775.patch --]
[-- Type: text/x-diff, Size: 1181 bytes --]

From 1a4a26e56eb89bd2284a5fbdc167c804092d5109 Mon Sep 17 00:00:00 2001
From: Renato Aguiar <renato@renag.me>
Date: Sun, 18 Aug 2019 15:25:19 -0700
Subject: [PATCH] New package: buzz-1.1.10

---
 srcpkgs/buzz/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/buzz/template

diff --git a/srcpkgs/buzz/template b/srcpkgs/buzz/template
new file mode 100644
index 00000000000..37b0bf732c7
--- /dev/null
+++ b/srcpkgs/buzz/template
@@ -0,0 +1,22 @@
+# Template file for 'buzz'
+pkgname=buzz
+version=1.1.10
+revision=1
+build_style=cargo
+hostmakedepends="git pkg-config"
+makedepends="cairo-devel dbus-devel libressl-devel pango-devel atk-devel gdk-pixbuf-devel gtk+3-devel libappindicator-devel libdbusmenu-gtk3-devel clang"
+short_desc="System tray application for notifying about unseen e-mail"
+maintainer="Renato Aguiar <renato@renag.me>"
+license="MIT, Apache-2.0"
+homepage="https://github.com/jonhoo/buzz"
+
+do_fetch() {
+	git clone https://github.com/jonhoo/buzz.git ${wrksrc}
+	cd ${wrksrc}
+	git reset --hard feb82747eff0c2ffca1d3990c8800cb9433d9f3e
+}
+
+post_install() {
+	vlicense LICENSE-MIT
+	vlicense LICENSE-APACHE
+}

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-02  6:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13775@inbox.vuxu.org>
2019-09-07  3:18 ` [PR PATCH] [Updated] New package: buzz-1.1.10 voidlinux-github
2019-09-07  3:18 ` voidlinux-github
2020-01-02  6:38 ` [PR PATCH] [Closed]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).