Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ghostwriter: update to 2.0.0.
@ 2021-05-10 17:15 abenson
  2021-05-12 13:29 ` [PR PATCH] [Merged]: " abenson
  0 siblings, 1 reply; 2+ messages in thread
From: abenson @ 2021-05-10 17:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages gw_2.0.0
https://github.com/void-linux/void-packages/pull/30785

ghostwriter: update to 2.0.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 8d0babab6ba96b78c885495c54d132eb7c5e8708 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Mon, 10 May 2021 12:10:47 -0500
Subject: [PATCH] ghostwriter: update to 2.0.0.

---
 srcpkgs/ghostwriter/patches/qt5-5.15.0.patch | 14 --------------
 srcpkgs/ghostwriter/template                 |  8 ++++----
 2 files changed, 4 insertions(+), 18 deletions(-)
 delete mode 100644 srcpkgs/ghostwriter/patches/qt5-5.15.0.patch

diff --git a/srcpkgs/ghostwriter/patches/qt5-5.15.0.patch b/srcpkgs/ghostwriter/patches/qt5-5.15.0.patch
deleted file mode 100644
index e84ae5cf95d1..000000000000
--- a/srcpkgs/ghostwriter/patches/qt5-5.15.0.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Source: @pullmoll
-Upstream: no
-Reason: qt5-5.15.0 requires explicit include for QPainterPath
-
---- src/MarkdownEditor.cpp	2020-02-23 01:49:46.000000000 +0100
-+++ src/MarkdownEditor.cpp	2020-07-14 02:29:29.200936217 +0200
-@@ -34,6 +34,7 @@
- #include <QUrl>
- #include <QPixmap>
- #include <QPainter>
-+#include <QPainterPath>
- #include <QFileInfo>
- #include <QDir>
- 
diff --git a/srcpkgs/ghostwriter/template b/srcpkgs/ghostwriter/template
index 4219a7f13aee..5d5e89eb6135 100644
--- a/srcpkgs/ghostwriter/template
+++ b/srcpkgs/ghostwriter/template
@@ -1,8 +1,8 @@
 # Template file for 'ghostwriter'
 pkgname=ghostwriter
-version=1.8.1
+version=2.0.0
 revision=1
-build_style=qmake
+build_style=cmake
 hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
 makedepends="hunspell-devel qt5-multimedia-devel qt5-svg-devel qt5-tools-devel
  qt5-webengine-devel qt5-location-devel qt5-webchannel-devel qt5-declarative-devel"
@@ -11,8 +11,8 @@ short_desc="Distraction-free Markdown editor"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="http://wereturtle.github.io/ghostwriter"
-distfiles="https://github.com/wereturtle/ghostwriter/archive/v${version}.tar.gz"
-checksum=2b73fed6a95ebcd45333fe4b12acb491eb4171fca8a11eea1af9bbdc73ed4b69
+distfiles="https://github.com/wereturtle/ghostwriter/archive/${version}.tar.gz"
+checksum=9ece6235fd3794c33f3b2cead83344ac01054ac4f42df42934e125137a2782bd
 
 case "$XBPS_TARGET_MACHINE" in
 	armv5tel*) broken="qtwebengine not built for this platform";;

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

* Re: [PR PATCH] [Merged]: ghostwriter: update to 2.0.0.
  2021-05-10 17:15 [PR PATCH] ghostwriter: update to 2.0.0 abenson
@ 2021-05-12 13:29 ` abenson
  0 siblings, 0 replies; 2+ messages in thread
From: abenson @ 2021-05-12 13:29 UTC (permalink / raw)
  To: ml

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

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

ghostwriter: update to 2.0.0.
https://github.com/void-linux/void-packages/pull/30785

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-05-12 13:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-10 17:15 [PR PATCH] ghostwriter: update to 2.0.0 abenson
2021-05-12 13:29 ` [PR PATCH] [Merged]: " abenson

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