Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] foliate: update to 1.3.0
@ 2019-06-19  6:13 voidlinux-github
  2019-06-19  9:38 ` voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-19  6:13 UTC (permalink / raw)
  To: ml

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

There is a new pull request by not-chicken against master on the void-packages repository

https://github.com/not-chicken/void-packages foliate
https://github.com/void-linux/void-packages/pull/12546

foliate: update to 1.3.0


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

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

From 13414e5c7909587accb2a4e8992a13ab241c66e5 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Wed, 19 Jun 2019 11:41:50 +0530
Subject: [PATCH] foliate: update to 1.3.0

---
 srcpkgs/foliate/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/foliate/template b/srcpkgs/foliate/template
index be19cd13db9..0987dc33b4f 100644
--- a/srcpkgs/foliate/template
+++ b/srcpkgs/foliate/template
@@ -1,6 +1,6 @@
 # Template file for 'foliate'
 pkgname=foliate
-version=1.2.1
+version=1.3.0
 revision=1
 build_style=meson
 hostmakedepends="pkg-config gjs glib-devel ninja"
@@ -10,4 +10,4 @@ maintainer="lorem <notloremipsum@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://johnfactotum.github.io/foliate/"
 distfiles="https://github.com/johnfactotum/${pkgname}/archive/${version}.tar.gz"
-checksum=0acfad4717f15da3242d42c07d89f63c71e455da8ef1227252960ab8b02504d1
+checksum=800dd610313c934f2708462d6dcf5238ae92909b1ceb27da0d4aea4831285bed

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

* Re: foliate: update to 1.3.0
  2019-06-19  6:13 [PR PATCH] foliate: update to 1.3.0 voidlinux-github
@ 2019-06-19  9:38 ` voidlinux-github
  2019-06-19 10:00 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-19  9:38 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/pull/12546#issuecomment-503486620
Comment:
This package should be `noarch`

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

* Re: [PR PATCH] [Updated] foliate: update to 1.3.0
  2019-06-19  6:13 [PR PATCH] foliate: update to 1.3.0 voidlinux-github
  2019-06-19  9:38 ` voidlinux-github
@ 2019-06-19 10:00 ` voidlinux-github
  2019-06-19 10:00 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-19 10:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/not-chicken/void-packages foliate
https://github.com/void-linux/void-packages/pull/12546

foliate: update to 1.3.0


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

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

From 2b551697463b7536631f7656976abea0a1a579c0 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Wed, 19 Jun 2019 11:41:50 +0530
Subject: [PATCH] foliate: update to 1.3.0

---
 srcpkgs/foliate/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/foliate/template b/srcpkgs/foliate/template
index be19cd13db9..7c64e42c250 100644
--- a/srcpkgs/foliate/template
+++ b/srcpkgs/foliate/template
@@ -1,7 +1,8 @@
 # Template file for 'foliate'
 pkgname=foliate
-version=1.2.1
+version=1.3.0
 revision=1
+archs=noarch
 build_style=meson
 hostmakedepends="pkg-config gjs glib-devel ninja"
 depends="webkit2gtk libsoup gjs"
@@ -10,4 +11,4 @@ maintainer="lorem <notloremipsum@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://johnfactotum.github.io/foliate/"
 distfiles="https://github.com/johnfactotum/${pkgname}/archive/${version}.tar.gz"
-checksum=0acfad4717f15da3242d42c07d89f63c71e455da8ef1227252960ab8b02504d1
+checksum=800dd610313c934f2708462d6dcf5238ae92909b1ceb27da0d4aea4831285bed

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

* Re: [PR PATCH] [Updated] foliate: update to 1.3.0
  2019-06-19  6:13 [PR PATCH] foliate: update to 1.3.0 voidlinux-github
  2019-06-19  9:38 ` voidlinux-github
  2019-06-19 10:00 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-19 10:00 ` voidlinux-github
  2019-06-19 10:09 ` voidlinux-github
  2019-06-19 19:11 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-19 10:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/not-chicken/void-packages foliate
https://github.com/void-linux/void-packages/pull/12546

foliate: update to 1.3.0


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

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

From 2b551697463b7536631f7656976abea0a1a579c0 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Wed, 19 Jun 2019 11:41:50 +0530
Subject: [PATCH] foliate: update to 1.3.0

---
 srcpkgs/foliate/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/foliate/template b/srcpkgs/foliate/template
index be19cd13db9..7c64e42c250 100644
--- a/srcpkgs/foliate/template
+++ b/srcpkgs/foliate/template
@@ -1,7 +1,8 @@
 # Template file for 'foliate'
 pkgname=foliate
-version=1.2.1
+version=1.3.0
 revision=1
+archs=noarch
 build_style=meson
 hostmakedepends="pkg-config gjs glib-devel ninja"
 depends="webkit2gtk libsoup gjs"
@@ -10,4 +11,4 @@ maintainer="lorem <notloremipsum@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://johnfactotum.github.io/foliate/"
 distfiles="https://github.com/johnfactotum/${pkgname}/archive/${version}.tar.gz"
-checksum=0acfad4717f15da3242d42c07d89f63c71e455da8ef1227252960ab8b02504d1
+checksum=800dd610313c934f2708462d6dcf5238ae92909b1ceb27da0d4aea4831285bed

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

* Re: foliate: update to 1.3.0
  2019-06-19  6:13 [PR PATCH] foliate: update to 1.3.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-06-19 10:00 ` voidlinux-github
@ 2019-06-19 10:09 ` voidlinux-github
  2019-06-19 19:11 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-19 10:09 UTC (permalink / raw)
  To: ml

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

New comment by not-chicken on void-packages repository

https://github.com/void-linux/void-packages/pull/12546#issuecomment-503497245
Comment:
Thanks, fixed.

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

* Re: [PR PATCH] [Merged]: foliate: update to 1.3.0
  2019-06-19  6:13 [PR PATCH] foliate: update to 1.3.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-06-19 10:09 ` voidlinux-github
@ 2019-06-19 19:11 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-19 19:11 UTC (permalink / raw)
  To: ml

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

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

foliate: update to 1.3.0
https://github.com/void-linux/void-packages/pull/12546
Description: 

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

end of thread, other threads:[~2019-06-19 19:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-19  6:13 [PR PATCH] foliate: update to 1.3.0 voidlinux-github
2019-06-19  9:38 ` voidlinux-github
2019-06-19 10:00 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-19 10:00 ` voidlinux-github
2019-06-19 10:09 ` voidlinux-github
2019-06-19 19:11 ` [PR PATCH] [Merged]: " 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).