Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] hexter: update to 1.1.1.
@ 2021-07-21 12:49 UsernameRandomlyGenerated
  2021-07-21 19:16 ` [PR REVIEW] " ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: UsernameRandomlyGenerated @ 2021-07-21 12:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/UsernameRandomlyGenerated/void-packages hexter111
https://github.com/void-linux/void-packages/pull/32093

hexter: update to 1.1.1.
<!-- 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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] 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/32093.patch is attached

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

From 87b0cc2609d42fe03f58eee7001e54cee584e663 Mon Sep 17 00:00:00 2001
From: UsernameRandomlyGenerated <coredavid@tutanota.com>
Date: Wed, 21 Jul 2021 14:48:19 +0200
Subject: [PATCH] hexter: update to 1.1.1.

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

diff --git a/srcpkgs/hexter/template b/srcpkgs/hexter/template
index b2e8dc6b03c1..c6dcfe64df00 100644
--- a/srcpkgs/hexter/template
+++ b/srcpkgs/hexter/template
@@ -1,7 +1,7 @@
 # Template file for 'hexter'
 pkgname=hexter
-version=1.1.0
-revision=2
+version=1.1.1
+revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="gtk+-devel dssi-devel liblo-devel ladspa-sdk alsa-lib-devel"
@@ -10,4 +10,4 @@ maintainer="Olga Ustuzhanina <me@laserbat.pw>"
 license="GPL-2.0-or-later"
 homepage="http://dssi.sourceforge.net/hexter.html"
 distfiles="https://github.com/smbolton/${pkgname}/releases/download/version_${version}/${pkgname}-${version}.tar.bz2"
-checksum=286ec0caaaa52da790f688e6a97e535fc5c8865faa18b0a3f62009dee787422d
+checksum=9965db09b88c16726ec0dc4085e9be07ac1d8e46eae923f37141656e1424254d

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

* Re: [PR REVIEW] hexter: update to 1.1.1.
  2021-07-21 12:49 [PR PATCH] hexter: update to 1.1.1 UsernameRandomlyGenerated
@ 2021-07-21 19:16 ` ericonr
  2021-07-22 11:55 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
  2021-07-22 13:40 ` [PR PATCH] [Closed]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-07-21 19:16 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32093#discussion_r674259723

Comment:
Please fix homepage (it's a redirect) and expand pkgname in `distfiles`.

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

* Re: [PR PATCH] [Updated] hexter: update to 1.1.1.
  2021-07-21 12:49 [PR PATCH] hexter: update to 1.1.1 UsernameRandomlyGenerated
  2021-07-21 19:16 ` [PR REVIEW] " ericonr
@ 2021-07-22 11:55 ` UsernameRandomlyGenerated
  2021-07-22 13:40 ` [PR PATCH] [Closed]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: UsernameRandomlyGenerated @ 2021-07-22 11:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/UsernameRandomlyGenerated/void-packages hexter111
https://github.com/void-linux/void-packages/pull/32093

hexter: update to 1.1.1.
<!-- 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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] 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/32093.patch is attached

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

From 233d6eea0592f5935f750f4a5103f184a10abfbe Mon Sep 17 00:00:00 2001
From: UsernameRandomlyGenerated <coredavid@tutanota.com>
Date: Wed, 21 Jul 2021 14:48:19 +0200
Subject: [PATCH] hexter: update to 1.1.1.

---
 srcpkgs/hexter/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/hexter/template b/srcpkgs/hexter/template
index b2e8dc6b03c1..ed4e467cde4d 100644
--- a/srcpkgs/hexter/template
+++ b/srcpkgs/hexter/template
@@ -1,13 +1,13 @@
 # Template file for 'hexter'
 pkgname=hexter
-version=1.1.0
-revision=2
+version=1.1.1
+revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="gtk+-devel dssi-devel liblo-devel ladspa-sdk alsa-lib-devel"
 short_desc="Yamaha DX7 modeling DSSI plugin"
 maintainer="Olga Ustuzhanina <me@laserbat.pw>"
 license="GPL-2.0-or-later"
-homepage="http://dssi.sourceforge.net/hexter.html"
-distfiles="https://github.com/smbolton/${pkgname}/releases/download/version_${version}/${pkgname}-${version}.tar.bz2"
-checksum=286ec0caaaa52da790f688e6a97e535fc5c8865faa18b0a3f62009dee787422d
+homepage="http://smbolton.com/hexter.html"
+distfiles="https://github.com/smbolton/hexter/releases/download/version_${version}/hexter-${version}.tar.bz2"
+checksum=9965db09b88c16726ec0dc4085e9be07ac1d8e46eae923f37141656e1424254d

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

* Re: [PR PATCH] [Closed]: hexter: update to 1.1.1.
  2021-07-21 12:49 [PR PATCH] hexter: update to 1.1.1 UsernameRandomlyGenerated
  2021-07-21 19:16 ` [PR REVIEW] " ericonr
  2021-07-22 11:55 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
@ 2021-07-22 13:40 ` ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2021-07-22 13:40 UTC (permalink / raw)
  To: ml

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

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

hexter: update to 1.1.1.
https://github.com/void-linux/void-packages/pull/32093

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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] 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] 4+ messages in thread

end of thread, other threads:[~2021-07-22 13:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-21 12:49 [PR PATCH] hexter: update to 1.1.1 UsernameRandomlyGenerated
2021-07-21 19:16 ` [PR REVIEW] " ericonr
2021-07-22 11:55 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
2021-07-22 13:40 ` [PR PATCH] [Closed]: " 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).