Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: Sunflower-0.5
@ 2024-10-04 14:57 MIvanchev
  2024-10-04 14:58 ` [PR PATCH] [Updated] " MIvanchev
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: MIvanchev @ 2024-10-04 14:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages Sunflower
https://github.com/void-linux/void-packages/pull/52491

New package: Sunflower-0.5
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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


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

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

From 78cfba3f2ff1707a94f28956aac5fb811e8912a3 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Fri, 4 Oct 2024 16:56:04 +0200
Subject: [PATCH] New package: Sunflower-0.5

Solves 25062.
---
 srcpkgs/Sunflower/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/Sunflower/template

diff --git a/srcpkgs/Sunflower/template b/srcpkgs/Sunflower/template
new file mode 100644
index 00000000000000..a6e4bab5d44b5e
--- /dev/null
+++ b/srcpkgs/Sunflower/template
@@ -0,0 +1,18 @@
+# Template file for 'Sunflower'
+pkgname=Sunflower
+_rev=63
+version=0.5
+revision=1
+build_style=python3-module
+hostmakedepends="libnotify-devel vte3-devel python3-setuptools python3-chardet"
+depends="gtk+3 vte3 python3 $(vopt-if audio_metadata python3-mutagen)"
+short_desc="Small, customizable dual-panel file manager with support for plugins"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="GPL-3.0-or-later"
+homepage="https://sunflower-fm.org"
+distfiles="https://github.com/MeanEYE/Sunflower/archive/refs/tags/${version}-${_rev}.tar.gz"
+checksum=cfffdd6c6b7628104200768ae6e594f8547073a82e016bb13efec6d73358ec30
+
+build_options="audio_metadata"
+build_options_default="audio_metadata"
+desc_option_setup_audio_metadata="Support for audio tags in the advance rename plugin"

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

* Re: [PR PATCH] [Updated] New package: Sunflower-0.5
  2024-10-04 14:57 [PR PATCH] New package: Sunflower-0.5 MIvanchev
@ 2024-10-04 14:58 ` MIvanchev
  2024-10-04 15:02 ` MIvanchev
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: MIvanchev @ 2024-10-04 14:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages Sunflower
https://github.com/void-linux/void-packages/pull/52491

New package: Sunflower-0.5
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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


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

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

From 3b0cf2465431d92a21a025b87c14190b527c1a84 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Fri, 4 Oct 2024 16:56:04 +0200
Subject: [PATCH] New package: Sunflower-0.5

Solves #25062.
---
 srcpkgs/Sunflower/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/Sunflower/template

diff --git a/srcpkgs/Sunflower/template b/srcpkgs/Sunflower/template
new file mode 100644
index 00000000000000..a6e4bab5d44b5e
--- /dev/null
+++ b/srcpkgs/Sunflower/template
@@ -0,0 +1,18 @@
+# Template file for 'Sunflower'
+pkgname=Sunflower
+_rev=63
+version=0.5
+revision=1
+build_style=python3-module
+hostmakedepends="libnotify-devel vte3-devel python3-setuptools python3-chardet"
+depends="gtk+3 vte3 python3 $(vopt-if audio_metadata python3-mutagen)"
+short_desc="Small, customizable dual-panel file manager with support for plugins"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="GPL-3.0-or-later"
+homepage="https://sunflower-fm.org"
+distfiles="https://github.com/MeanEYE/Sunflower/archive/refs/tags/${version}-${_rev}.tar.gz"
+checksum=cfffdd6c6b7628104200768ae6e594f8547073a82e016bb13efec6d73358ec30
+
+build_options="audio_metadata"
+build_options_default="audio_metadata"
+desc_option_setup_audio_metadata="Support for audio tags in the advance rename plugin"

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

* Re: [PR PATCH] [Updated] New package: Sunflower-0.5
  2024-10-04 14:57 [PR PATCH] New package: Sunflower-0.5 MIvanchev
  2024-10-04 14:58 ` [PR PATCH] [Updated] " MIvanchev
@ 2024-10-04 15:02 ` MIvanchev
  2024-10-04 16:07 ` MIvanchev
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: MIvanchev @ 2024-10-04 15:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages Sunflower
https://github.com/void-linux/void-packages/pull/52491

New package: Sunflower-0.5
Solves #25062 

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

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

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


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

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

From 319b4e9d43fa505942dd6ec3d635355c0e6061b1 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Fri, 4 Oct 2024 16:56:04 +0200
Subject: [PATCH] New package: Sunflower-0.5

Solves #25062.
---
 srcpkgs/Sunflower/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/Sunflower/template

diff --git a/srcpkgs/Sunflower/template b/srcpkgs/Sunflower/template
new file mode 100644
index 00000000000000..236fef4da27c45
--- /dev/null
+++ b/srcpkgs/Sunflower/template
@@ -0,0 +1,18 @@
+# Template file for 'Sunflower'
+pkgname=Sunflower
+_rev=63
+version=0.5
+revision=1
+build_style=python3-module
+hostmakedepends="libnotify-devel vte3-devel python3-setuptools python3-chardet python3-gobject"
+depends="gtk+3 vte3 python3 $(vopt-if audio_metadata python3-mutagen)"
+short_desc="Small, customizable dual-panel file manager with support for plugins"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="GPL-3.0-or-later"
+homepage="https://sunflower-fm.org"
+distfiles="https://github.com/MeanEYE/Sunflower/archive/refs/tags/${version}-${_rev}.tar.gz"
+checksum=cfffdd6c6b7628104200768ae6e594f8547073a82e016bb13efec6d73358ec30
+
+build_options="audio_metadata"
+build_options_default="audio_metadata"
+desc_option_setup_audio_metadata="Support for audio tags in the advance rename plugin"

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

* Re: [PR PATCH] [Updated] New package: Sunflower-0.5
  2024-10-04 14:57 [PR PATCH] New package: Sunflower-0.5 MIvanchev
  2024-10-04 14:58 ` [PR PATCH] [Updated] " MIvanchev
  2024-10-04 15:02 ` MIvanchev
@ 2024-10-04 16:07 ` MIvanchev
  2025-01-03  1:59 ` github-actions
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: MIvanchev @ 2024-10-04 16:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages Sunflower
https://github.com/void-linux/void-packages/pull/52491

New package: Sunflower-0.5
Solves #25062 

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

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

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


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

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

From 25b119ce69fa670bf8ea1057f89b2732de0daccd Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Fri, 4 Oct 2024 16:56:04 +0200
Subject: [PATCH] New package: Sunflower-0.5

Solves #25062.
---
 srcpkgs/Sunflower/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/Sunflower/template

diff --git a/srcpkgs/Sunflower/template b/srcpkgs/Sunflower/template
new file mode 100644
index 00000000000000..707db215f536c1
--- /dev/null
+++ b/srcpkgs/Sunflower/template
@@ -0,0 +1,18 @@
+# Template file for 'Sunflower'
+pkgname=Sunflower
+_rev=63
+version=0.5
+revision=1
+build_style=python3-module
+hostmakedepends="libnotify-devel vte3-devel python3-setuptools python3-chardet python3-gobject"
+depends="gtk+3 vte3 python3 $(vopt-if audio_metadata python3-mutagen)"
+short_desc="Small, customizable dual-panel file manager with support for plugins"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="GPL-3.0-or-later"
+homepage="https://sunflower-fm.org"
+distfiles="https://github.com/MeanEYE/Sunflower/archive/refs/tags/${version}-${_rev}.tar.gz"
+checksum=cfffdd6c6b7628104200768ae6e594f8547073a82e016bb13efec6d73358ec30
+
+build_options="audio_metadata"
+build_options_default="audio_metadata"
+desc_option_setup_audio_metadata="Support for audio tags in the advanced rename tool"

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

* Re: New package: Sunflower-0.5
  2024-10-04 14:57 [PR PATCH] New package: Sunflower-0.5 MIvanchev
                   ` (2 preceding siblings ...)
  2024-10-04 16:07 ` MIvanchev
@ 2025-01-03  1:59 ` github-actions
  2025-01-03  9:55 ` MIvanchev
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: github-actions @ 2025-01-03  1:59 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/52491#issuecomment-2568604100

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: New package: Sunflower-0.5
  2024-10-04 14:57 [PR PATCH] New package: Sunflower-0.5 MIvanchev
                   ` (3 preceding siblings ...)
  2025-01-03  1:59 ` github-actions
@ 2025-01-03  9:55 ` MIvanchev
  2025-04-04  2:05 ` github-actions
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: MIvanchev @ 2025-01-03  9:55 UTC (permalink / raw)
  To: ml

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

New comment by MIvanchev on void-packages repository

https://github.com/void-linux/void-packages/pull/52491#issuecomment-2568966407

Comment:
Bump

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

* Re: New package: Sunflower-0.5
  2024-10-04 14:57 [PR PATCH] New package: Sunflower-0.5 MIvanchev
                   ` (4 preceding siblings ...)
  2025-01-03  9:55 ` MIvanchev
@ 2025-04-04  2:05 ` github-actions
  2025-04-04  8:18 ` MIvanchev
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: github-actions @ 2025-04-04  2:05 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/52491#issuecomment-2777375812

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: New package: Sunflower-0.5
  2024-10-04 14:57 [PR PATCH] New package: Sunflower-0.5 MIvanchev
                   ` (5 preceding siblings ...)
  2025-04-04  2:05 ` github-actions
@ 2025-04-04  8:18 ` MIvanchev
  2025-06-02  1:30 ` [PR REVIEW] " Duncaen
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: MIvanchev @ 2025-04-04  8:18 UTC (permalink / raw)
  To: ml

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

New comment by MIvanchev on void-packages repository

https://github.com/void-linux/void-packages/pull/52491#issuecomment-2777905840

Comment:
Bump.

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

* Re: [PR REVIEW] New package: Sunflower-0.5
  2024-10-04 14:57 [PR PATCH] New package: Sunflower-0.5 MIvanchev
                   ` (6 preceding siblings ...)
  2025-04-04  8:18 ` MIvanchev
@ 2025-06-02  1:30 ` Duncaen
  2025-06-02  9:43 ` [PR PATCH] [Updated] " MIvanchev
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Duncaen @ 2025-06-02  1:30 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/52491#discussion_r2119839922

Comment:
`_rev` should probably be part of the version, you can replace the `-` with something like `pl` and then replace it when fetching the distfile:

```
version=0.5pl63
distfiles="https://github.com/MeanEYE/Sunflower/archive/refs/tags/${version/pl/-}.tar.gz"
```

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

* Re: [PR PATCH] [Updated] New package: Sunflower-0.5
  2024-10-04 14:57 [PR PATCH] New package: Sunflower-0.5 MIvanchev
                   ` (7 preceding siblings ...)
  2025-06-02  1:30 ` [PR REVIEW] " Duncaen
@ 2025-06-02  9:43 ` MIvanchev
  2025-06-02  9:55 ` MIvanchev
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: MIvanchev @ 2025-06-02  9:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages Sunflower
https://github.com/void-linux/void-packages/pull/52491

New package: Sunflower-0.5
Solves #25062 

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

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

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


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

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

From db2559c76a7e28bb7ffbe4a65ab1ce7ae5491c61 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Fri, 4 Oct 2024 16:56:04 +0200
Subject: [PATCH] New package: Sunflower-0.5

Solves #25062.
---
 srcpkgs/Sunflower/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/Sunflower/template

diff --git a/srcpkgs/Sunflower/template b/srcpkgs/Sunflower/template
new file mode 100644
index 00000000000000..2232be12918602
--- /dev/null
+++ b/srcpkgs/Sunflower/template
@@ -0,0 +1,17 @@
+# Template file for 'Sunflower'
+pkgname=Sunflower
+version=0.5pl63
+revision=1
+build_style=python3-module
+hostmakedepends="libnotify-devel vte3-devel python3-setuptools python3-chardet python3-gobject"
+depends="gtk+3 vte3 python3 $(vopt-if audio_metadata python3-mutagen)"
+short_desc="Small, customizable dual-panel file manager with support for plugins"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="GPL-3.0-or-later"
+homepage="https://sunflower-fm.org"
+distfiles="https://github.com/MeanEYE/Sunflower/archive/refs/tags/${version/pl/-}.tar.gz"
+checksum=cfffdd6c6b7628104200768ae6e594f8547073a82e016bb13efec6d73358ec30
+
+build_options="audio_metadata"
+build_options_default="audio_metadata"
+desc_option_audio_metadata="Support for audio tags in the advanced rename tool"

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

* Re: [PR PATCH] [Updated] New package: Sunflower-0.5
  2024-10-04 14:57 [PR PATCH] New package: Sunflower-0.5 MIvanchev
                   ` (8 preceding siblings ...)
  2025-06-02  9:43 ` [PR PATCH] [Updated] " MIvanchev
@ 2025-06-02  9:55 ` MIvanchev
  2025-06-02  9:57 ` MIvanchev
  2025-06-08 17:58 ` [PR PATCH] [Merged]: " Duncaen
  11 siblings, 0 replies; 13+ messages in thread
From: MIvanchev @ 2025-06-02  9:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages Sunflower
https://github.com/void-linux/void-packages/pull/52491

New package: Sunflower-0.5
Solves #25062 

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

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

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


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

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

From f26cf156682ce45f67d6049a8a6de986fb0b1191 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Fri, 4 Oct 2024 16:56:04 +0200
Subject: [PATCH] New package: Sunflower-0.5

Solves #25062.
---
 srcpkgs/Sunflower/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/Sunflower/template

diff --git a/srcpkgs/Sunflower/template b/srcpkgs/Sunflower/template
new file mode 100644
index 00000000000000..520f949f8255a6
--- /dev/null
+++ b/srcpkgs/Sunflower/template
@@ -0,0 +1,18 @@
+# Template file for 'Sunflower'
+pkgname=Sunflower
+version=0.5pl63
+revision=1
+build_style=python3-module
+hostmakedepends="libnotify-devel vte3-devel python3-setuptools python3-chardet python3-gobject"
+depends="gtk+3 vte3 python3 python3-gobject python3-chardet
+  $(vopt-if audio_metadata python3-mutagen)"
+short_desc="Small, customizable dual-panel file manager with support for plugins"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="GPL-3.0-or-later"
+homepage="https://sunflower-fm.org"
+distfiles="https://github.com/MeanEYE/Sunflower/archive/refs/tags/${version/pl/-}.tar.gz"
+checksum=cfffdd6c6b7628104200768ae6e594f8547073a82e016bb13efec6d73358ec30
+
+build_options="audio_metadata"
+build_options_default="audio_metadata"
+desc_option_audio_metadata="Support for audio tags in the advanced rename tool"

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

* Re: [PR PATCH] [Updated] New package: Sunflower-0.5
  2024-10-04 14:57 [PR PATCH] New package: Sunflower-0.5 MIvanchev
                   ` (9 preceding siblings ...)
  2025-06-02  9:55 ` MIvanchev
@ 2025-06-02  9:57 ` MIvanchev
  2025-06-08 17:58 ` [PR PATCH] [Merged]: " Duncaen
  11 siblings, 0 replies; 13+ messages in thread
From: MIvanchev @ 2025-06-02  9:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages Sunflower
https://github.com/void-linux/void-packages/pull/52491

New package: Sunflower-0.5
Solves #25062 

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

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

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


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

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

From ef5ac64e9cbd3c63682e411efa64cbb08a459c09 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Fri, 4 Oct 2024 16:56:04 +0200
Subject: [PATCH] New package: Sunflower-0.5

Solves #25062.
---
 srcpkgs/Sunflower/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/Sunflower/template

diff --git a/srcpkgs/Sunflower/template b/srcpkgs/Sunflower/template
new file mode 100644
index 00000000000000..f1182582538e31
--- /dev/null
+++ b/srcpkgs/Sunflower/template
@@ -0,0 +1,18 @@
+# Template file for 'Sunflower'
+pkgname=Sunflower
+version=0.5pl63
+revision=1
+build_style=python3-module
+hostmakedepends="libnotify-devel vte3-devel python3-setuptools python3-chardet python3-gobject"
+depends="gtk+3 vte3 python3 python3-gobject python3-chardet
+	$(vopt-if audio_metadata python3-mutagen)"
+short_desc="Small, customizable dual-panel file manager with support for plugins"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="GPL-3.0-or-later"
+homepage="https://sunflower-fm.org"
+distfiles="https://github.com/MeanEYE/Sunflower/archive/refs/tags/${version/pl/-}.tar.gz"
+checksum=cfffdd6c6b7628104200768ae6e594f8547073a82e016bb13efec6d73358ec30
+
+build_options="audio_metadata"
+build_options_default="audio_metadata"
+desc_option_audio_metadata="Support for audio tags in the advanced rename tool"

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

* Re: [PR PATCH] [Merged]: New package: Sunflower-0.5
  2024-10-04 14:57 [PR PATCH] New package: Sunflower-0.5 MIvanchev
                   ` (10 preceding siblings ...)
  2025-06-02  9:57 ` MIvanchev
@ 2025-06-08 17:58 ` Duncaen
  11 siblings, 0 replies; 13+ messages in thread
From: Duncaen @ 2025-06-08 17:58 UTC (permalink / raw)
  To: ml

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

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

New package: Sunflower-0.5
https://github.com/void-linux/void-packages/pull/52491

Description:
Solves #25062 

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

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

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


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

end of thread, other threads:[~2025-06-08 17:58 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-04 14:57 [PR PATCH] New package: Sunflower-0.5 MIvanchev
2024-10-04 14:58 ` [PR PATCH] [Updated] " MIvanchev
2024-10-04 15:02 ` MIvanchev
2024-10-04 16:07 ` MIvanchev
2025-01-03  1:59 ` github-actions
2025-01-03  9:55 ` MIvanchev
2025-04-04  2:05 ` github-actions
2025-04-04  8:18 ` MIvanchev
2025-06-02  1:30 ` [PR REVIEW] " Duncaen
2025-06-02  9:43 ` [PR PATCH] [Updated] " MIvanchev
2025-06-02  9:55 ` MIvanchev
2025-06-02  9:57 ` MIvanchev
2025-06-08 17:58 ` [PR PATCH] [Merged]: " Duncaen

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