Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: quilter-2.0.2
Date: Fri, 01 Nov 2019 22:22:43 +0100	[thread overview]
Message-ID: <20191101212243.AeYn7cEL_Tg_wJemYOK-zngBVeYt6aKlPRRbtqa-SXU@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16003@inbox.vuxu.org>

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

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

https://github.com/NeelChotai/void-packages quilter
https://github.com/void-linux/void-packages/pull/16003

New package: quilter-2.0.2
Quilter is a minimalistic markdown editor built for elementary OS.

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

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

From ec11da8dd2f1ef6bd09bad4dfa2ed8f777a31c22 Mon Sep 17 00:00:00 2001
From: Neel <neel@neelchotai.com>
Date: Thu, 31 Oct 2019 16:29:30 +0000
Subject: [PATCH 1/3] New package: quilter-2.0.2

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

diff --git a/srcpkgs/quilter/template b/srcpkgs/quilter/template
new file mode 100644
index 00000000000..ea4d8b8f180
--- /dev/null
+++ b/srcpkgs/quilter/template
@@ -0,0 +1,13 @@
+# Template file for 'quilter'
+pkgname=quilter
+version=2.0.2
+revision=1
+build_style=meson
+hostmakedepends="ninja meson pkg-config"
+makedepends="vala granite-devel gtk+3 gtksourceview-devel webkit2gtk-devel discount-devel gtkspell3-devel glib-devel"
+short_desc="Beautiful markdown editorr"
+maintainer="Neel <neel@neelchotai.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/lainsce/quilter"
+distfiles="https://github.com/lainsce/quilter/archive/${version}.tar.gz"
+checksum=4573135191394afa622f2486a1497c3ab597c8599e8f12be32e32d3292ef2c93

From 1cb80dc3f4852a5e381de4e21a12aac3bb7e63db Mon Sep 17 00:00:00 2001
From: NeelChotai <neel_chotai@hotmail.com>
Date: Thu, 31 Oct 2019 16:41:32 +0000
Subject: [PATCH 2/3] Added archs

---
 srcpkgs/quilter/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/quilter/template b/srcpkgs/quilter/template
index ea4d8b8f180..191f85fed0f 100644
--- a/srcpkgs/quilter/template
+++ b/srcpkgs/quilter/template
@@ -2,6 +2,7 @@
 pkgname=quilter
 version=2.0.2
 revision=1
+archs="i686 x86_64"
 build_style=meson
 hostmakedepends="ninja meson pkg-config"
 makedepends="vala granite-devel gtk+3 gtksourceview-devel webkit2gtk-devel discount-devel gtkspell3-devel glib-devel"

From 7bb9452d8fee79fa6e3357086817ec69753ce5c6 Mon Sep 17 00:00:00 2001
From: NeelChotai <neel_chotai@hotmail.com>
Date: Fri, 1 Nov 2019 21:22:41 +0000
Subject: [PATCH 3/3] Removed archs

---
 srcpkgs/quilter/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/quilter/template b/srcpkgs/quilter/template
index 191f85fed0f..ea4d8b8f180 100644
--- a/srcpkgs/quilter/template
+++ b/srcpkgs/quilter/template
@@ -2,7 +2,6 @@
 pkgname=quilter
 version=2.0.2
 revision=1
-archs="i686 x86_64"
 build_style=meson
 hostmakedepends="ninja meson pkg-config"
 makedepends="vala granite-devel gtk+3 gtksourceview-devel webkit2gtk-devel discount-devel gtkspell3-devel glib-devel"

  parent reply	other threads:[~2019-11-01 21:22 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-31 16:31 [PR PATCH] " voidlinux-github
2019-10-31 16:41 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-31 16:41 ` voidlinux-github
2019-11-01 21:22 ` voidlinux-github
2019-11-01 21:22 ` voidlinux-github [this message]
2019-11-01 22:02 ` [PR PATCH] [Updated] [WIP] " voidlinux-github
2019-11-01 22:02 ` voidlinux-github
2019-11-01 22:22 ` voidlinux-github
2019-11-01 22:22 ` voidlinux-github
2019-11-03 15:06 ` voidlinux-github
2019-11-03 15:22 ` [PR PATCH] [Updated] " voidlinux-github
2019-11-03 15:22 ` voidlinux-github
2019-11-05  1:09 ` voidlinux-github
2019-11-05  8:07 ` voidlinux-github
2019-11-05  8:07 ` [PR PATCH] [Closed]: " voidlinux-github
2019-11-05  8:08 ` voidlinux-github
2019-11-05  8:09 ` voidlinux-github
2019-12-26 20:59 ` [WIP] New package: quilter-2.0.3 voidlinux-github
2019-12-26 20:59 ` [PR PATCH] [Closed]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191101212243.AeYn7cEL_Tg_wJemYOK-zngBVeYt6aKlPRRbtqa-SXU@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).