Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] foliate: create symlink to executable
@ 2020-04-07 16:57 not-chicken
  2020-04-08  4:02 ` [PR PATCH] [Updated] " not-chicken
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: not-chicken @ 2020-04-07 16:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 348 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-bin
https://github.com/void-linux/void-packages/pull/20732

foliate: create symlink to executable
Closes #20714 

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

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

From 3b01dec7212cf82ae3304d872be1e11a7a2d269b Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Tue, 7 Apr 2020 21:58:20 +0530
Subject: [PATCH] foliate: create symlink to executable

Closes #20714
---
 srcpkgs/foliate/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/foliate/template b/srcpkgs/foliate/template
index 6fac16f66c5..268ee408b5d 100644
--- a/srcpkgs/foliate/template
+++ b/srcpkgs/foliate/template
@@ -1,7 +1,7 @@
 # Template file for 'foliate'
 pkgname=foliate
 version=2.0.0
-revision=1
+revision=2
 archs=noarch
 build_style=meson
 hostmakedepends="pkg-config gettext gjs glib-devel desktop-file-utils appstream-glib"
@@ -12,3 +12,7 @@ license="GPL-3.0-or-later"
 homepage="https://johnfactotum.github.io/foliate/"
 distfiles="https://github.com/johnfactotum/foliate/archive/${version}.tar.gz"
 checksum=e3f7ab5242aa6d936b66d6a41147bf17c0334d7675b5e38e64829d204fd3712a
+
+post_install() {
+	ln -sv /usr/bin/com.github.johnfactotum.Foliate ${DESTDIR}/usr/bin/foliate
+}

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

* Re: [PR PATCH] [Updated] foliate: create symlink to executable
  2020-04-07 16:57 [PR PATCH] foliate: create symlink to executable not-chicken
@ 2020-04-08  4:02 ` not-chicken
  2020-04-08 14:31 ` not-chicken
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: not-chicken @ 2020-04-08  4:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 353 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-bin
https://github.com/void-linux/void-packages/pull/20732

foliate: create symlink to executable
Closes #20714 

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

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

From 8e049fe5d8282ef7a93731aa15d07ee96099dc6d Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Tue, 7 Apr 2020 21:58:20 +0530
Subject: [PATCH] foliate: create symlink to executable

Closes #20714
---
 srcpkgs/foliate/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/foliate/template b/srcpkgs/foliate/template
index 6fac16f66c5..acf9d8cf9ba 100644
--- a/srcpkgs/foliate/template
+++ b/srcpkgs/foliate/template
@@ -1,7 +1,7 @@
 # Template file for 'foliate'
 pkgname=foliate
 version=2.0.0
-revision=1
+revision=2
 archs=noarch
 build_style=meson
 hostmakedepends="pkg-config gettext gjs glib-devel desktop-file-utils appstream-glib"
@@ -12,3 +12,7 @@ license="GPL-3.0-or-later"
 homepage="https://johnfactotum.github.io/foliate/"
 distfiles="https://github.com/johnfactotum/foliate/archive/${version}.tar.gz"
 checksum=e3f7ab5242aa6d936b66d6a41147bf17c0334d7675b5e38e64829d204fd3712a
+
+post_install() {
+	ln -s com.github.johnfactotum.Foliate ${DESTDIR}/usr/bin/foliate
+}

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

* Re: [PR PATCH] [Updated] foliate: create symlink to executable
  2020-04-07 16:57 [PR PATCH] foliate: create symlink to executable not-chicken
  2020-04-08  4:02 ` [PR PATCH] [Updated] " not-chicken
@ 2020-04-08 14:31 ` not-chicken
  2020-04-08 15:07 ` [PR PATCH] [Updated] foliate: update to 2.1.0 not-chicken
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: not-chicken @ 2020-04-08 14:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 353 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-bin
https://github.com/void-linux/void-packages/pull/20732

foliate: create symlink to executable
Closes #20714 

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

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

From 410607cb429569d5db4a9e4209a72cfa52df6851 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Tue, 7 Apr 2020 21:58:20 +0530
Subject: [PATCH] foliate: update to 2.1.0

And create a symlink to executable
---
 srcpkgs/foliate/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/foliate/template b/srcpkgs/foliate/template
index 6fac16f66c5..709208bde2c 100644
--- a/srcpkgs/foliate/template
+++ b/srcpkgs/foliate/template
@@ -1,6 +1,6 @@
 # Template file for 'foliate'
 pkgname=foliate
-version=2.0.0
+version=2.1.0
 revision=1
 archs=noarch
 build_style=meson
@@ -11,4 +11,8 @@ maintainer="lorem <notloremipsum@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://johnfactotum.github.io/foliate/"
 distfiles="https://github.com/johnfactotum/foliate/archive/${version}.tar.gz"
-checksum=e3f7ab5242aa6d936b66d6a41147bf17c0334d7675b5e38e64829d204fd3712a
+checksum=9dfdec6280214e8e8e01000c7166dce3f7d7b72e6ae3d20f3761cf637b8faddf
+
+post_install() {
+	ln -s com.github.johnfactotum.Foliate ${DESTDIR}/usr/bin/foliate
+}

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

* Re: [PR PATCH] [Updated] foliate: update to 2.1.0
  2020-04-07 16:57 [PR PATCH] foliate: create symlink to executable not-chicken
  2020-04-08  4:02 ` [PR PATCH] [Updated] " not-chicken
  2020-04-08 14:31 ` not-chicken
@ 2020-04-08 15:07 ` not-chicken
  2020-04-09  3:06 ` not-chicken
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: not-chicken @ 2020-04-08 15:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 340 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-bin
https://github.com/void-linux/void-packages/pull/20732

foliate: update to 2.1.0
Closes #20714 

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

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

From 9947cbaa381d824e60d843f7ee74624c30637c24 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Tue, 7 Apr 2020 21:58:20 +0530
Subject: [PATCH] foliate: update to 2.1.0

And create a symlink to executable
---
 srcpkgs/foliate/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/foliate/template b/srcpkgs/foliate/template
index 6fac16f66c5..c3fb012ee2d 100644
--- a/srcpkgs/foliate/template
+++ b/srcpkgs/foliate/template
@@ -1,6 +1,6 @@
 # Template file for 'foliate'
 pkgname=foliate
-version=2.0.0
+version=2.1.0
 revision=1
 archs=noarch
 build_style=meson
@@ -11,4 +11,8 @@ maintainer="lorem <notloremipsum@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://johnfactotum.github.io/foliate/"
 distfiles="https://github.com/johnfactotum/foliate/archive/${version}.tar.gz"
-checksum=e3f7ab5242aa6d936b66d6a41147bf17c0334d7675b5e38e64829d204fd3712a
+checksum=fe1763f02ce8d387f9db43a55013eb7da9738929cde32e9e3004a901b2923b46
+
+post_install() {
+	ln -s com.github.johnfactotum.Foliate ${DESTDIR}/usr/bin/foliate
+}

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

* Re: [PR PATCH] [Updated] foliate: update to 2.1.0
  2020-04-07 16:57 [PR PATCH] foliate: create symlink to executable not-chicken
                   ` (2 preceding siblings ...)
  2020-04-08 15:07 ` [PR PATCH] [Updated] foliate: update to 2.1.0 not-chicken
@ 2020-04-09  3:06 ` not-chicken
  2020-04-19 14:59 ` sgn
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: not-chicken @ 2020-04-09  3:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 340 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-bin
https://github.com/void-linux/void-packages/pull/20732

foliate: update to 2.1.0
Closes #20714 

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

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

From 7f8d1a7fb3c60da093206946e23d96241ee22c65 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Tue, 7 Apr 2020 21:58:20 +0530
Subject: [PATCH] foliate: update to 2.1.1

And create a symlink to executable
---
 srcpkgs/foliate/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/foliate/template b/srcpkgs/foliate/template
index 6fac16f66c5..f16f4aa87cd 100644
--- a/srcpkgs/foliate/template
+++ b/srcpkgs/foliate/template
@@ -1,6 +1,6 @@
 # Template file for 'foliate'
 pkgname=foliate
-version=2.0.0
+version=2.1.1
 revision=1
 archs=noarch
 build_style=meson
@@ -11,4 +11,8 @@ maintainer="lorem <notloremipsum@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://johnfactotum.github.io/foliate/"
 distfiles="https://github.com/johnfactotum/foliate/archive/${version}.tar.gz"
-checksum=e3f7ab5242aa6d936b66d6a41147bf17c0334d7675b5e38e64829d204fd3712a
+checksum=6260e61886bc89b7798b9b1154daac5e0a8e17a572e8d8fea0f480ec874097cd
+
+post_install() {
+	ln -s com.github.johnfactotum.Foliate ${DESTDIR}/usr/bin/foliate
+}

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

* Re: foliate: update to 2.1.0
  2020-04-07 16:57 [PR PATCH] foliate: create symlink to executable not-chicken
                   ` (3 preceding siblings ...)
  2020-04-09  3:06 ` not-chicken
@ 2020-04-19 14:59 ` sgn
  2020-04-22  3:13 ` [WIP] " not-chicken
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sgn @ 2020-04-19 14:59 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/20732#issuecomment-616154956

Comment:
`./xbps-src check` failed.

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

* Re: [WIP] foliate: update to 2.1.0
  2020-04-07 16:57 [PR PATCH] foliate: create symlink to executable not-chicken
                   ` (4 preceding siblings ...)
  2020-04-19 14:59 ` sgn
@ 2020-04-22  3:13 ` not-chicken
  2020-04-22  6:26 ` not-chicken
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: not-chicken @ 2020-04-22  3:13 UTC (permalink / raw)
  To: ml

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

New comment by not-chicken on void-packages repository

https://github.com/void-linux/void-packages/pull/20732#issuecomment-617523212

Comment:
> `./xbps-src check` failed.

Fails due to invalid styling in appdata file. I have contacted upstream about it and marked this PR `[WIP]` for time being.

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

* Re: foliate: update to 2.1.0
  2020-04-07 16:57 [PR PATCH] foliate: create symlink to executable not-chicken
                   ` (5 preceding siblings ...)
  2020-04-22  3:13 ` [WIP] " not-chicken
@ 2020-04-22  6:26 ` not-chicken
  2020-04-22 12:06 ` sgn
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: not-chicken @ 2020-04-22  6:26 UTC (permalink / raw)
  To: ml

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

New comment by not-chicken on void-packages repository

https://github.com/void-linux/void-packages/pull/20732#issuecomment-617577577

Comment:
The file has been fixed upstream. Should I create a patch? 
To be noted that this does not have any effect on the usability of the package.

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

* Re: foliate: update to 2.1.0
  2020-04-07 16:57 [PR PATCH] foliate: create symlink to executable not-chicken
                   ` (6 preceding siblings ...)
  2020-04-22  6:26 ` not-chicken
@ 2020-04-22 12:06 ` sgn
  2020-04-22 12:26 ` not-chicken
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sgn @ 2020-04-22 12:06 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/20732#issuecomment-617737839

Comment:
On 2020-04-21 23:27:01-0700, Lorem <notifications@github.com> wrote:
> The file has been fixed upstream. Should I create a patch? 
> To be noted that this does not have any effect on the usability of the package.

I don't think it's matter much.
Thanks for looking into it.

One issue, though.

Please rebase against latest master.
And check which `python_version` should this package set.
I think it's safer to use python3, but I haven't tested it, yet.

-- 
Danh


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

* Re: foliate: update to 2.1.0
  2020-04-07 16:57 [PR PATCH] foliate: create symlink to executable not-chicken
                   ` (7 preceding siblings ...)
  2020-04-22 12:06 ` sgn
@ 2020-04-22 12:26 ` not-chicken
  2020-04-22 12:26 ` not-chicken
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: not-chicken @ 2020-04-22 12:26 UTC (permalink / raw)
  To: ml

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

New comment by not-chicken on void-packages repository

https://github.com/void-linux/void-packages/pull/20732#issuecomment-617747979

Comment:
> check which `python_version` should this package set.

As this [commit](https://github.com/johnfactotum/foliate/commit/ad3ec6fe243c05fd7c38e9316eb72e77400afcdf) is pushed after the release, I think it's gonna by python2 for now.



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

* Re: foliate: update to 2.1.0
  2020-04-07 16:57 [PR PATCH] foliate: create symlink to executable not-chicken
                   ` (8 preceding siblings ...)
  2020-04-22 12:26 ` not-chicken
@ 2020-04-22 12:26 ` not-chicken
  2020-04-22 12:29 ` [PR PATCH] [Updated] " not-chicken
  2020-04-22 12:47 ` [PR PATCH] [Closed]: " sgn
  11 siblings, 0 replies; 13+ messages in thread
From: not-chicken @ 2020-04-22 12:26 UTC (permalink / raw)
  To: ml

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

New comment by not-chicken on void-packages repository

https://github.com/void-linux/void-packages/pull/20732#issuecomment-617747979

Comment:
> check which `python_version` should this package set.

As this [commit](https://github.com/johnfactotum/foliate/commit/ad3ec6fe243c05fd7c38e9316eb72e77400afcdf) is pushed after the release, I think it's gonna be python2 for now.



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

* Re: [PR PATCH] [Updated] foliate: update to 2.1.0
  2020-04-07 16:57 [PR PATCH] foliate: create symlink to executable not-chicken
                   ` (9 preceding siblings ...)
  2020-04-22 12:26 ` not-chicken
@ 2020-04-22 12:29 ` not-chicken
  2020-04-22 12:47 ` [PR PATCH] [Closed]: " sgn
  11 siblings, 0 replies; 13+ messages in thread
From: not-chicken @ 2020-04-22 12:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 340 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-bin
https://github.com/void-linux/void-packages/pull/20732

foliate: update to 2.1.0
Closes #20714 

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

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

From 0c96f7290ec071e5ec484ce6bbcb40e7347d30d3 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Tue, 7 Apr 2020 21:58:20 +0530
Subject: [PATCH] foliate: update to 2.1.1

And create a symlink to executable
---
 srcpkgs/foliate/template | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/foliate/template b/srcpkgs/foliate/template
index 6fac16f66c5..9639a7be9d7 100644
--- a/srcpkgs/foliate/template
+++ b/srcpkgs/foliate/template
@@ -1,6 +1,6 @@
 # Template file for 'foliate'
 pkgname=foliate
-version=2.0.0
+version=2.1.1
 revision=1
 archs=noarch
 build_style=meson
@@ -11,4 +11,9 @@ maintainer="lorem <notloremipsum@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://johnfactotum.github.io/foliate/"
 distfiles="https://github.com/johnfactotum/foliate/archive/${version}.tar.gz"
-checksum=e3f7ab5242aa6d936b66d6a41147bf17c0334d7675b5e38e64829d204fd3712a
+checksum=6260e61886bc89b7798b9b1154daac5e0a8e17a572e8d8fea0f480ec874097cd
+python_version=2
+
+post_install() {
+	ln -s com.github.johnfactotum.Foliate ${DESTDIR}/usr/bin/foliate
+}

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

* Re: [PR PATCH] [Closed]: foliate: update to 2.1.0
  2020-04-07 16:57 [PR PATCH] foliate: create symlink to executable not-chicken
                   ` (10 preceding siblings ...)
  2020-04-22 12:29 ` [PR PATCH] [Updated] " not-chicken
@ 2020-04-22 12:47 ` sgn
  11 siblings, 0 replies; 13+ messages in thread
From: sgn @ 2020-04-22 12:47 UTC (permalink / raw)
  To: ml

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

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

foliate: update to 2.1.0
https://github.com/void-linux/void-packages/pull/20732

Description:
Closes #20714 

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

end of thread, other threads:[~2020-04-22 12:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-07 16:57 [PR PATCH] foliate: create symlink to executable not-chicken
2020-04-08  4:02 ` [PR PATCH] [Updated] " not-chicken
2020-04-08 14:31 ` not-chicken
2020-04-08 15:07 ` [PR PATCH] [Updated] foliate: update to 2.1.0 not-chicken
2020-04-09  3:06 ` not-chicken
2020-04-19 14:59 ` sgn
2020-04-22  3:13 ` [WIP] " not-chicken
2020-04-22  6:26 ` not-chicken
2020-04-22 12:06 ` sgn
2020-04-22 12:26 ` not-chicken
2020-04-22 12:26 ` not-chicken
2020-04-22 12:29 ` [PR PATCH] [Updated] " not-chicken
2020-04-22 12:47 ` [PR PATCH] [Closed]: " sgn

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).