* [PR PATCH] New package: Sunflower-0.5
@ 2024-10-04 14:57 MIvanchev
2024-10-04 14:58 ` [PR PATCH] [Updated] " MIvanchev
` (6 more replies)
0 siblings, 7 replies; 8+ 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 [flat|nested] 8+ 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
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ 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 [flat|nested] 8+ 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
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ 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 [flat|nested] 8+ 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
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ 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 [flat|nested] 8+ 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
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ 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] 8+ 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
2025-04-04 8:18 ` MIvanchev
6 siblings, 0 replies; 8+ 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] 8+ 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
6 siblings, 0 replies; 8+ 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] 8+ 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
6 siblings, 0 replies; 8+ 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] 8+ messages in thread
end of thread, other threads:[~2025-04-04 8:18 UTC | newest]
Thread overview: 8+ 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
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).