Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] setzer: update to 55
@ 2023-05-20 14:20 chrysos349
  2023-05-23 21:44 ` [PR PATCH] [Updated] " chrysos349
  2023-06-09  6:34 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: chrysos349 @ 2023-05-20 14:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages setzer
https://github.com/void-linux/void-packages/pull/43964

setzer: update to 55
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)


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

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

From 5d6ac0dd416a8a64ff740d33e6d35c66dcf2933c Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Sat, 20 May 2023 17:18:15 +0300
Subject: [PATCH] setzer: update to 55

---
 srcpkgs/setzer/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/setzer/template b/srcpkgs/setzer/template
index 035e71b8f05d..3ac5a3d922ba 100644
--- a/srcpkgs/setzer/template
+++ b/srcpkgs/setzer/template
@@ -1,13 +1,15 @@
 # Template file for 'setzer'
 pkgname=setzer
-version=0.4.8
-revision=2
+version=55
+revision=1
 build_style=meson
 hostmakedepends="gettext"
-depends="poppler-glib virtual?tex gspell python3-gobject gtksourceview4 python3-pexpect"
+depends="poppler-glib libhandy1 gtksourceview4 python3-gobject gspell
+ python3-pexpect libwebkit2gtk41 virtual?tex"
+checkdepends="desktop-file-utils AppStream"
 short_desc="Simple yet full-featured LaTeX editor written in Python with Gtk"
 maintainer="Bleznudd <bleznudd@pm.me>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/cvfosammmm/setzer"
-distfiles="https://github.com/cvfosammmm/setzer/archive/v${version}.tar.gz"
-checksum=4e347f538a5bf9d0be73de3b91fa79d3601c94ba1faf74f191f1904ec67fa2cf
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=e0096886627159e61925b1d623c7f419193c4577b1f32acd8f6ea94a89ed0513

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

* Re: [PR PATCH] [Updated] setzer: update to 55
  2023-05-20 14:20 [PR PATCH] setzer: update to 55 chrysos349
@ 2023-05-23 21:44 ` chrysos349
  2023-06-09  6:34 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: chrysos349 @ 2023-05-23 21:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages setzer
https://github.com/void-linux/void-packages/pull/43964

setzer: update to 55
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)


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

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

From 59eb21b615dcdad33b9d5bd1c7b1a1c6c5cec05e Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Sat, 20 May 2023 17:18:15 +0300
Subject: [PATCH] setzer: update to 55

---
 srcpkgs/setzer/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/setzer/template b/srcpkgs/setzer/template
index 035e71b8f05d..1a50dd02d31b 100644
--- a/srcpkgs/setzer/template
+++ b/srcpkgs/setzer/template
@@ -1,13 +1,15 @@
 # Template file for 'setzer'
 pkgname=setzer
-version=0.4.8
-revision=2
+version=55
+revision=1
 build_style=meson
 hostmakedepends="gettext"
-depends="poppler-glib virtual?tex gspell python3-gobject gtksourceview4 python3-pexpect"
+depends="poppler-glib virtual?tex gspell python3-gobject gtksourceview4 python3-pexpect
+ libwebkit2gtk41 libhandy1"
+checkdepends="desktop-file-utils AppStream"
 short_desc="Simple yet full-featured LaTeX editor written in Python with Gtk"
 maintainer="Bleznudd <bleznudd@pm.me>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/cvfosammmm/setzer"
 distfiles="https://github.com/cvfosammmm/setzer/archive/v${version}.tar.gz"
-checksum=4e347f538a5bf9d0be73de3b91fa79d3601c94ba1faf74f191f1904ec67fa2cf
+checksum=e0096886627159e61925b1d623c7f419193c4577b1f32acd8f6ea94a89ed0513

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

* Re: [PR PATCH] [Merged]: setzer: update to 55
  2023-05-20 14:20 [PR PATCH] setzer: update to 55 chrysos349
  2023-05-23 21:44 ` [PR PATCH] [Updated] " chrysos349
@ 2023-06-09  6:34 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-06-09  6:34 UTC (permalink / raw)
  To: ml

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

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

setzer: update to 55
https://github.com/void-linux/void-packages/pull/43964

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)


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

end of thread, other threads:[~2023-06-09  6:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-20 14:20 [PR PATCH] setzer: update to 55 chrysos349
2023-05-23 21:44 ` [PR PATCH] [Updated] " chrysos349
2023-06-09  6:34 ` [PR PATCH] [Merged]: " classabbyamp

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