Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sigil: update to 1.3.0
@ 2020-07-28  8:52 kartikynwa
  2020-07-28  9:06 ` [PR PATCH] [Updated] " kartikynwa
  2020-07-29 17:12 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: kartikynwa @ 2020-07-28  8:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages sigil-update
https://github.com/void-linux/void-packages/pull/23894

sigil: update to 1.3.0
Previously all the files with `python2` in the shebang were in `/usr/share/sigil/python3lib/`. So changing the `python_version` shouldn't be a problem. In the time I have spent using this template, no issues have come up either.

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

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

From fca6a3df6c7acdc72f47429841d5aacfb556ff84 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Tue, 28 Jul 2020 10:47:33 +0530
Subject: [PATCH] sigil: update to 1.3.0

---
 srcpkgs/sigil/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sigil/template b/srcpkgs/sigil/template
index 98143972241..ad80fc693f6 100644
--- a/srcpkgs/sigil/template
+++ b/srcpkgs/sigil/template
@@ -1,6 +1,6 @@
 # Template file for 'sigil'
 pkgname=sigil
-version=1.2.0
+version=1.3.0
 revision=1
 wrksrc="Sigil-${version}"
 build_style=cmake
@@ -19,8 +19,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/Sigil-Ebook/Sigil"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=34c7c5c707375b561f00341509e59ae7036e893af06859ca8dbcebd5cf125758
-python_version=2 #unverified
+checksum=ac302328f0d0e0144e67bd4cbd7834650eb219f81a623f393271bf6f0686cc56
+python_version=3
 
 case "$XBPS_TARGET_MACHINE" in
 	arm*) broken="depends on qt5-webengine";;

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

* Re: [PR PATCH] [Updated] sigil: update to 1.3.0
  2020-07-28  8:52 [PR PATCH] sigil: update to 1.3.0 kartikynwa
@ 2020-07-28  9:06 ` kartikynwa
  2020-07-29 17:12 ` [PR PATCH] [Merged]: " ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: kartikynwa @ 2020-07-28  9:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages sigil-update
https://github.com/void-linux/void-packages/pull/23894

sigil: update to 1.3.0
Previously all the files with `python2` in the shebang were in `/usr/share/sigil/python3lib/`. So changing the `python_version` shouldn't be a problem. In the time I have spent using this template, no issues have come up either.

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

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

From 621ea40a2a01ff6d6905cc7edfc209e4b7dae3d3 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Tue, 28 Jul 2020 10:47:33 +0530
Subject: [PATCH] sigil: update to 1.3.0

---
 srcpkgs/sigil/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/sigil/template b/srcpkgs/sigil/template
index 98143972241..c1392099583 100644
--- a/srcpkgs/sigil/template
+++ b/srcpkgs/sigil/template
@@ -1,6 +1,6 @@
 # Template file for 'sigil'
 pkgname=sigil
-version=1.2.0
+version=1.3.0
 revision=1
 wrksrc="Sigil-${version}"
 build_style=cmake
@@ -13,14 +13,14 @@ makedepends="zlib-devel qt5-tools-devel qt5-svg-devel
  qt5-declarative-devel qt5-location-devel qt5-webchannel-devel
  qt5-plugin-odbc qt5-plugin-mysql qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds
  boost-devel hunspell-devel python3-devel minizip-devel"
-depends="desktop-file-utils python3-lxml"
+depends="desktop-file-utils python3-lxml python3-css-parser"
 short_desc="Multi-platform EPUB ebook editor"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/Sigil-Ebook/Sigil"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=34c7c5c707375b561f00341509e59ae7036e893af06859ca8dbcebd5cf125758
-python_version=2 #unverified
+checksum=ac302328f0d0e0144e67bd4cbd7834650eb219f81a623f393271bf6f0686cc56
+python_version=3
 
 case "$XBPS_TARGET_MACHINE" in
 	arm*) broken="depends on qt5-webengine";;

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

* Re: [PR PATCH] [Merged]: sigil: update to 1.3.0
  2020-07-28  8:52 [PR PATCH] sigil: update to 1.3.0 kartikynwa
  2020-07-28  9:06 ` [PR PATCH] [Updated] " kartikynwa
@ 2020-07-29 17:12 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2020-07-29 17:12 UTC (permalink / raw)
  To: ml

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

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

sigil: update to 1.3.0
https://github.com/void-linux/void-packages/pull/23894

Description:
Previously all the files with `python2` in the shebang were in `/usr/share/sigil/python3lib/`. So changing the `python_version` shouldn't be a problem. In the time I have spent using this template, no issues have come up either.

`python3-css-parser` is required for CSS reformatting. The program throws an error if the package is not present.

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

end of thread, other threads:[~2020-07-29 17:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-28  8:52 [PR PATCH] sigil: update to 1.3.0 kartikynwa
2020-07-28  9:06 ` [PR PATCH] [Updated] " kartikynwa
2020-07-29 17:12 ` [PR PATCH] [Merged]: " ahesford

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