Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fnott: update to 1.5.0
@ 2024-04-29 22:28 tranzystorekk
  2024-04-30  7:20 ` [PR PATCH] [Updated] " tranzystorekk
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tranzystorekk @ 2024-04-29 22:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages fnott
https://github.com/void-linux/void-packages/pull/50121

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

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

cc @travankor

<!--
#### 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, (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/50121.patch is attached

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

From a9422f29c84726a104282a462126e921fce612d2 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 30 Apr 2024 00:26:55 +0200
Subject: [PATCH] fnott: update to 1.5.0

---
 srcpkgs/fnott/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/fnott/template b/srcpkgs/fnott/template
index 1298a5ad8f4bb8..f1383f8f7e363b 100644
--- a/srcpkgs/fnott/template
+++ b/srcpkgs/fnott/template
@@ -1,8 +1,9 @@
 # Template file for 'fnott'
 pkgname=fnott
-version=1.4.1
+version=1.5.0
 revision=1
 build_style=meson
+configure_args="-Ddocs=enabled"
 hostmakedepends="pkg-config scdoc wayland-devel"
 makedepends="fcft-devel tllist wayland-devel wayland-protocols"
 short_desc="Keyboard driven and lightweight notification daemon"
@@ -11,7 +12,7 @@ license="MIT"
 homepage="https://codeberg.org/dnkl/fnott/"
 changelog="https://codeberg.org/dnkl/fnott/raw/branch/master/CHANGELOG.md"
 distfiles="https://codeberg.org/dnkl/fnott/archive/${version}.tar.gz"
-checksum=20da05357aa83b3541b6c02bb162af10c89519602bc91fdfaa190239ce303300
+checksum=0d55adb362d632225e8a1f574ce57f477fba1abac62a3937ddb651de69e4652b
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] fnott: update to 1.5.0
  2024-04-29 22:28 [PR PATCH] fnott: update to 1.5.0 tranzystorekk
@ 2024-04-30  7:20 ` tranzystorekk
  2024-05-04 19:47 ` tranzystorekk
  2024-05-04 20:19 ` [PR PATCH] [Merged]: fnott: update to 1.6.0 cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: tranzystorekk @ 2024-04-30  7:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages fnott
https://github.com/void-linux/void-packages/pull/50121

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

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

cc @travankor

<!--
#### 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, (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/50121.patch is attached

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

From b11e6170ca330503a62e82f54f3931b5c167889a Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 30 Apr 2024 00:26:55 +0200
Subject: [PATCH] fnott: update to 1.5.0

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

diff --git a/srcpkgs/fnott/template b/srcpkgs/fnott/template
index 1298a5ad8f4bb8..ac7eb8f5fe57d0 100644
--- a/srcpkgs/fnott/template
+++ b/srcpkgs/fnott/template
@@ -1,6 +1,6 @@
 # Template file for 'fnott'
 pkgname=fnott
-version=1.4.1
+version=1.5.0
 revision=1
 build_style=meson
 hostmakedepends="pkg-config scdoc wayland-devel"
@@ -11,7 +11,7 @@ license="MIT"
 homepage="https://codeberg.org/dnkl/fnott/"
 changelog="https://codeberg.org/dnkl/fnott/raw/branch/master/CHANGELOG.md"
 distfiles="https://codeberg.org/dnkl/fnott/archive/${version}.tar.gz"
-checksum=20da05357aa83b3541b6c02bb162af10c89519602bc91fdfaa190239ce303300
+checksum=0d55adb362d632225e8a1f574ce57f477fba1abac62a3937ddb651de69e4652b
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] fnott: update to 1.5.0
  2024-04-29 22:28 [PR PATCH] fnott: update to 1.5.0 tranzystorekk
  2024-04-30  7:20 ` [PR PATCH] [Updated] " tranzystorekk
@ 2024-05-04 19:47 ` tranzystorekk
  2024-05-04 20:19 ` [PR PATCH] [Merged]: fnott: update to 1.6.0 cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: tranzystorekk @ 2024-05-04 19:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages fnott
https://github.com/void-linux/void-packages/pull/50121

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

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

cc @travankor

<!--
#### 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, (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/50121.patch is attached

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

From ed39d7bb9657a19e765422577f8026e7c049d5bd Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 30 Apr 2024 00:26:55 +0200
Subject: [PATCH] fnott: update to 1.6.0

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

diff --git a/srcpkgs/fnott/template b/srcpkgs/fnott/template
index 1298a5ad8f4bb8..ccd07fd0d71260 100644
--- a/srcpkgs/fnott/template
+++ b/srcpkgs/fnott/template
@@ -1,6 +1,6 @@
 # Template file for 'fnott'
 pkgname=fnott
-version=1.4.1
+version=1.6.0
 revision=1
 build_style=meson
 hostmakedepends="pkg-config scdoc wayland-devel"
@@ -11,7 +11,7 @@ license="MIT"
 homepage="https://codeberg.org/dnkl/fnott/"
 changelog="https://codeberg.org/dnkl/fnott/raw/branch/master/CHANGELOG.md"
 distfiles="https://codeberg.org/dnkl/fnott/archive/${version}.tar.gz"
-checksum=20da05357aa83b3541b6c02bb162af10c89519602bc91fdfaa190239ce303300
+checksum=fc8a0a9b75995a10afeaf3a670fb30986b21a4f48bd67a7018802de10debc83f
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: fnott: update to 1.6.0
  2024-04-29 22:28 [PR PATCH] fnott: update to 1.5.0 tranzystorekk
  2024-04-30  7:20 ` [PR PATCH] [Updated] " tranzystorekk
  2024-05-04 19:47 ` tranzystorekk
@ 2024-05-04 20:19 ` cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2024-05-04 20:19 UTC (permalink / raw)
  To: ml

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

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

fnott: update to 1.6.0
https://github.com/void-linux/void-packages/pull/50121

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

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

cc @travankor

<!--
#### 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, (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:[~2024-05-04 20:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-29 22:28 [PR PATCH] fnott: update to 1.5.0 tranzystorekk
2024-04-30  7:20 ` [PR PATCH] [Updated] " tranzystorekk
2024-05-04 19:47 ` tranzystorekk
2024-05-04 20:19 ` [PR PATCH] [Merged]: fnott: update to 1.6.0 cinerea0

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