Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Diffuse branch
@ 2022-11-15  7:25 drichline
  2022-11-15  7:26 ` [PR PATCH] [Closed]: " drichline
  2022-11-15  7:35 ` drichline
  0 siblings, 2 replies; 4+ messages in thread
From: drichline @ 2022-11-15  7:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/drichline/void-packages diffuse-branch
https://github.com/void-linux/void-packages/pull/40538

Diffuse branch
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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

From 018b257e1dc75b3f0db30f1f2d94370003fb8a1f Mon Sep 17 00:00:00 2001
From: Dakota Richline <43507179+drichline@users.noreply.github.com>
Date: Sat, 15 Oct 2022 14:37:55 -0400
Subject: [PATCH 1/2] New package: diffuse-0.7.5

---
 srcpkgs/diffuse/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/diffuse/template

diff --git a/srcpkgs/diffuse/template b/srcpkgs/diffuse/template
new file mode 100644
index 000000000000..5f05301ad2e3
--- /dev/null
+++ b/srcpkgs/diffuse/template
@@ -0,0 +1,14 @@
+# Template file for 'diffuse'
+pkgname=diffuse
+version=0.7.5
+revision=1
+build_style=meson
+hostmakedepends="gettext"
+makedepends="python3-cairo-devel python3-gobject-devel"
+depends="gtk+3 python3-gobject python3-cairo"
+short_desc="Graphical tool for merging and comparing text files"
+maintainer="Dakota Richline <drichline@protonmail.com>"
+license="GPL-2.0-only, FSFAP"
+homepage="https://github.com/MightyCreak/diffuse"
+distfiles="https://github.com/MightyCreak/diffuse/archive/refs/tags/v${version}.tar.gz"
+checksum=df34a7b2842956dc397d8e72f4d744dc50d403b515c5611f54bd137f3554eeb3

From b1e552df131880688ad9c801e115a631e3e8a2ea Mon Sep 17 00:00:00 2001
From: Dakota Richline <43507179+drichline@users.noreply.github.com>
Date: Tue, 15 Nov 2022 02:22:18 -0500
Subject: [PATCH 2/2] diffuse: update to 0.7.7

---
 srcpkgs/diffuse/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/diffuse/template b/srcpkgs/diffuse/template
index 5f05301ad2e3..1924b7fab7e8 100644
--- a/srcpkgs/diffuse/template
+++ b/srcpkgs/diffuse/template
@@ -1,6 +1,6 @@
 # Template file for 'diffuse'
 pkgname=diffuse
-version=0.7.5
+version=0.7.7
 revision=1
 build_style=meson
 hostmakedepends="gettext"
@@ -11,4 +11,4 @@ maintainer="Dakota Richline <drichline@protonmail.com>"
 license="GPL-2.0-only, FSFAP"
 homepage="https://github.com/MightyCreak/diffuse"
 distfiles="https://github.com/MightyCreak/diffuse/archive/refs/tags/v${version}.tar.gz"
-checksum=df34a7b2842956dc397d8e72f4d744dc50d403b515c5611f54bd137f3554eeb3
+checksum=175d8315b489c26fe5bef12769a0edc1560d384025bb1e001c8cc901b4c9e789

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

* Re: [PR PATCH] [Closed]: Diffuse branch
  2022-11-15  7:25 [PR PATCH] Diffuse branch drichline
@ 2022-11-15  7:26 ` drichline
  2022-11-15  7:35 ` drichline
  1 sibling, 0 replies; 4+ messages in thread
From: drichline @ 2022-11-15  7:26 UTC (permalink / raw)
  To: ml

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

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

Diffuse branch
https://github.com/void-linux/void-packages/pull/40538

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

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

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

* Re: Diffuse branch
  2022-11-15  7:25 [PR PATCH] Diffuse branch drichline
  2022-11-15  7:26 ` [PR PATCH] [Closed]: " drichline
@ 2022-11-15  7:35 ` drichline
  1 sibling, 0 replies; 4+ messages in thread
From: drichline @ 2022-11-15  7:35 UTC (permalink / raw)
  To: ml

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

New comment by drichline on void-packages repository

https://github.com/void-linux/void-packages/pull/40538#issuecomment-1314902368

Comment:
Sorry, I didn't mean to open this PR; the correct version is #40539 

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

* [PR PATCH] Diffuse branch
@ 2023-04-21  1:39 drichline
  0 siblings, 0 replies; 4+ messages in thread
From: drichline @ 2023-04-21  1:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/drichline/void-packages diffuse-branch
https://github.com/void-linux/void-packages/pull/43560

Diffuse branch
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

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


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

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

From df3d599bb459c0c205f9e62578ef9fad63cc9d8e Mon Sep 17 00:00:00 2001
From: Dakota Richline <drichline@protonmail.com>
Date: Fri, 7 Apr 2023 16:46:02 -0400
Subject: [PATCH 1/2] diffuse: update to 0.8.1

---
 srcpkgs/diffuse/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/diffuse/template b/srcpkgs/diffuse/template
index 1924b7fab7e8..7c4ef659778e 100644
--- a/srcpkgs/diffuse/template
+++ b/srcpkgs/diffuse/template
@@ -1,6 +1,6 @@
 # Template file for 'diffuse'
 pkgname=diffuse
-version=0.7.7
+version=0.8.1
 revision=1
 build_style=meson
 hostmakedepends="gettext"
@@ -11,4 +11,4 @@ maintainer="Dakota Richline <drichline@protonmail.com>"
 license="GPL-2.0-only, FSFAP"
 homepage="https://github.com/MightyCreak/diffuse"
 distfiles="https://github.com/MightyCreak/diffuse/archive/refs/tags/v${version}.tar.gz"
-checksum=175d8315b489c26fe5bef12769a0edc1560d384025bb1e001c8cc901b4c9e789
+checksum=f4dc40d2771853bc38fd714cb069cc965d9e2e4ed517822abdd5a54c851392ec

From a24ee09583d987c2a5265f0037fda82c5fe6bfe3 Mon Sep 17 00:00:00 2001
From: Dakota Richline <drichline@protonmail.com>
Date: Thu, 20 Apr 2023 21:35:13 -0400
Subject: [PATCH 2/2] diffuse: update to 0.8.2

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

diff --git a/srcpkgs/diffuse/template b/srcpkgs/diffuse/template
index 7c4ef659778e..b36d968d2472 100644
--- a/srcpkgs/diffuse/template
+++ b/srcpkgs/diffuse/template
@@ -1,14 +1,14 @@
 # Template file for 'diffuse'
 pkgname=diffuse
-version=0.8.1
+version=0.8.2
 revision=1
 build_style=meson
 hostmakedepends="gettext"
-makedepends="python3-cairo-devel python3-gobject-devel"
+makedepends="python3-cairo-devel python3-gobject-devel glib-devel"
 depends="gtk+3 python3-gobject python3-cairo"
 short_desc="Graphical tool for merging and comparing text files"
 maintainer="Dakota Richline <drichline@protonmail.com>"
 license="GPL-2.0-only, FSFAP"
 homepage="https://github.com/MightyCreak/diffuse"
 distfiles="https://github.com/MightyCreak/diffuse/archive/refs/tags/v${version}.tar.gz"
-checksum=f4dc40d2771853bc38fd714cb069cc965d9e2e4ed517822abdd5a54c851392ec
+checksum=2e21012d319bbb445d00ee6616080214c56fa50c92a7da653a83a7a8efb4e56a

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

end of thread, other threads:[~2023-04-21  1:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-15  7:25 [PR PATCH] Diffuse branch drichline
2022-11-15  7:26 ` [PR PATCH] [Closed]: " drichline
2022-11-15  7:35 ` drichline
2023-04-21  1:39 [PR PATCH] " drichline

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