Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: lumina-pdf-1.6.0
@ 2020-05-05 13:43 beanpole135
  2020-05-05 13:47 ` [PR PATCH] [Updated] " beanpole135
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: beanpole135 @ 2020-05-05 13:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/beanpole135/void-packages lumina-pdf
https://github.com/void-linux/void-packages/pull/21653

New package: lumina-pdf-1.6.0
This is the PDF viewer and presentation utility from the Lumina desktop.
It is a stand-alone tool written in Qt5. No dependency on the Lumina desktop itself.

Sponsored by: Project Trident

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

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

From 521a4a57740b0bcccbbed0aa9c75115f94534da4 Mon Sep 17 00:00:00 2001
From: Ken Moore <moorekou@gmail.com>
Date: Tue, 5 May 2020 09:40:02 -0400
Subject: [PATCH] New package: lumina-pdf-1.6.0

This is the PDF viewer and presentation utility from the Lumina desktop.
It is a stand-alone tool written in Qt5. No dependency on the Lumina desktop itself.

Sponsored by: Project Trident
---
 srcpkgs/lumina-pdf/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/lumina-pdf/template

diff --git a/srcpkgs/lumina-pdf/template b/srcpkgs/lumina-pdf/template
new file mode 100644
index 00000000000..94b5cffc9c2
--- /dev/null
+++ b/srcpkgs/lumina-pdf/template
@@ -0,0 +1,19 @@
+# Template file for 'lumina-pdf'
+pkgname=lumina-pdf
+version=1.6.0
+revision=1
+build_wrksrc="src-qt5"
+build_style=qmake
+configure_args="PREFIX=/usr L_MANDIR=/usr/share/man"
+hostmakedepends="qt5-host-tools qt5-qmake"
+makedepends="qt5-devel poppler-qt5-devel"
+short_desc="PDF reader and presentation utility from the Lumina Desktop"
+maintainer="Ken Moore <ken@project-trident.org>"
+license="BSD-3-Clause"
+homepage="https://github.com/lumina-desktop/lumina-pdf"
+distfiles="https://github.com/lumina-desktop/lumina-pdf/archive/v${version}.tar.gz"
+checksum=376f8a48b0c33bcf1603228748dd0d531eb3d59cda703a3927d950459674144b
+
+post_install() {
+	vlicense ${wrksrc}/LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: lumina-pdf-1.6.0
  2020-05-05 13:43 [PR PATCH] New package: lumina-pdf-1.6.0 beanpole135
@ 2020-05-05 13:47 ` beanpole135
  2020-05-05 13:50 ` abenson
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: beanpole135 @ 2020-05-05 13:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/beanpole135/void-packages lumina-pdf
https://github.com/void-linux/void-packages/pull/21653

New package: lumina-pdf-1.6.0
This is the PDF viewer and presentation utility from the Lumina desktop.
It is a stand-alone tool written in Qt5. No dependency on the Lumina desktop itself.

Sponsored by: Project Trident

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

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

From 11ca99c196f7b40e247071568cce7d4f6e7b9903 Mon Sep 17 00:00:00 2001
From: Ken Moore <moorekou@gmail.com>
Date: Tue, 5 May 2020 09:40:02 -0400
Subject: [PATCH] New package: lumina-pdf-1.6.0

This is the PDF viewer and presentation utility from the Lumina desktop.
It is a stand-alone tool written in Qt5. No dependency on the Lumina desktop itself.

Sponsored by: Project Trident
---
 srcpkgs/lumina-pdf/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/lumina-pdf/template

diff --git a/srcpkgs/lumina-pdf/template b/srcpkgs/lumina-pdf/template
new file mode 100644
index 00000000000..94b5cffc9c2
--- /dev/null
+++ b/srcpkgs/lumina-pdf/template
@@ -0,0 +1,19 @@
+# Template file for 'lumina-pdf'
+pkgname=lumina-pdf
+version=1.6.0
+revision=1
+build_wrksrc="src-qt5"
+build_style=qmake
+configure_args="PREFIX=/usr L_MANDIR=/usr/share/man"
+hostmakedepends="qt5-host-tools qt5-qmake"
+makedepends="qt5-devel poppler-qt5-devel"
+short_desc="PDF reader and presentation utility from the Lumina Desktop"
+maintainer="Ken Moore <ken@project-trident.org>"
+license="BSD-3-Clause"
+homepage="https://github.com/lumina-desktop/lumina-pdf"
+distfiles="https://github.com/lumina-desktop/lumina-pdf/archive/v${version}.tar.gz"
+checksum=376f8a48b0c33bcf1603228748dd0d531eb3d59cda703a3927d950459674144b
+
+post_install() {
+	vlicense ${wrksrc}/LICENSE
+}

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

* Re: New package: lumina-pdf-1.6.0
  2020-05-05 13:43 [PR PATCH] New package: lumina-pdf-1.6.0 beanpole135
  2020-05-05 13:47 ` [PR PATCH] [Updated] " beanpole135
@ 2020-05-05 13:50 ` abenson
  2020-05-05 14:02 ` beanpole135
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: abenson @ 2020-05-05 13:50 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/21653#issuecomment-624067798

Comment:
Please don't open/close PRs, it's mark it harder to track reviews. If you need to update the commit, use `git commit --amend` and `git push -f` 

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

* Re: New package: lumina-pdf-1.6.0
  2020-05-05 13:43 [PR PATCH] New package: lumina-pdf-1.6.0 beanpole135
  2020-05-05 13:47 ` [PR PATCH] [Updated] " beanpole135
  2020-05-05 13:50 ` abenson
@ 2020-05-05 14:02 ` beanpole135
  2020-05-05 14:06 ` abenson
  2020-05-05 18:56 ` [PR PATCH] [Merged]: " Hoshpak
  4 siblings, 0 replies; 6+ messages in thread
From: beanpole135 @ 2020-05-05 14:02 UTC (permalink / raw)
  To: ml

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

New comment by beanpole135 on void-packages repository

https://github.com/void-linux/void-packages/pull/21653#issuecomment-624074671

Comment:
GitHub messed something up when I opened the first PR and pulled in the previous lumina-calculator commit/branch, with the lumina-pdf subject. That is why I closed it and re-opened to ensure it used the proper branch for the PR.

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

* Re: New package: lumina-pdf-1.6.0
  2020-05-05 13:43 [PR PATCH] New package: lumina-pdf-1.6.0 beanpole135
                   ` (2 preceding siblings ...)
  2020-05-05 14:02 ` beanpole135
@ 2020-05-05 14:06 ` abenson
  2020-05-05 18:56 ` [PR PATCH] [Merged]: " Hoshpak
  4 siblings, 0 replies; 6+ messages in thread
From: abenson @ 2020-05-05 14:06 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/21653#issuecomment-624076945

Comment:
You can also use `git rebase -i HEAD~5` to interactively rebase and drop specific commits if they don't belong.

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

* Re: [PR PATCH] [Merged]: New package: lumina-pdf-1.6.0
  2020-05-05 13:43 [PR PATCH] New package: lumina-pdf-1.6.0 beanpole135
                   ` (3 preceding siblings ...)
  2020-05-05 14:06 ` abenson
@ 2020-05-05 18:56 ` Hoshpak
  4 siblings, 0 replies; 6+ messages in thread
From: Hoshpak @ 2020-05-05 18:56 UTC (permalink / raw)
  To: ml

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

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

New package: lumina-pdf-1.6.0
https://github.com/void-linux/void-packages/pull/21653

Description:
This is the PDF viewer and presentation utility from the Lumina desktop.
It is a stand-alone tool written in Qt5. No dependency on the Lumina desktop itself.

Sponsored by: Project Trident

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

end of thread, other threads:[~2020-05-05 18:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-05 13:43 [PR PATCH] New package: lumina-pdf-1.6.0 beanpole135
2020-05-05 13:47 ` [PR PATCH] [Updated] " beanpole135
2020-05-05 13:50 ` abenson
2020-05-05 14:02 ` beanpole135
2020-05-05 14:06 ` abenson
2020-05-05 18:56 ` [PR PATCH] [Merged]: " Hoshpak

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