* [PR PATCH] New template: ocean-sound-theme
@ 2024-08-14 14:10 hunt3r0one
2024-08-14 15:43 ` [PR REVIEW] " Johnnynator
` (8 more replies)
0 siblings, 9 replies; 10+ messages in thread
From: hunt3r0one @ 2024-08-14 14:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1094 bytes --]
There is a new pull request by hunt3r0one against master on the void-packages repository
https://github.com/hunt3r0one/void-packages master
https://github.com/void-linux/void-packages/pull/51845
New template: ocean-sound-theme
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### 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**
<!-- 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/51845.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-51845.patch --]
[-- Type: text/x-diff, Size: 1197 bytes --]
From 7fd1071391d51cdaaeb5b9d9f0a4a16ffacc1f3c Mon Sep 17 00:00:00 2001
From: Hunter Ellett <hunter2k1@disroot.org>
Date: Wed, 14 Aug 2024 09:09:42 -0500
Subject: [PATCH] New template: ocean-sound-theme
---
srcpkgs/ocean-sound-theme/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/ocean-sound-theme/template
diff --git a/srcpkgs/ocean-sound-theme/template b/srcpkgs/ocean-sound-theme/template
new file mode 100644
index 00000000000000..2e78b6c2eb0d14
--- /dev/null
+++ b/srcpkgs/ocean-sound-theme/template
@@ -0,0 +1,17 @@
+# Template file for 'sound-theme-ocean'
+pkgname=ocean-sound-theme
+version=6.1.4
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules qt6-tools qt6-base"
+makedepends="qt6-tools-devel"
+short_desc="Ocean Sound Theme for Plasma"
+maintainer="Hunter Ellett <hunter2k1@disroot.org>"
+license="custom:multiple"
+homepage="https://invent.kde.org/plasma/ocean-sound-theme"
+distfiles="https://invent.kde.org/plasma/${pkgname}/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
+checksum=68d98cfd8517ffec455b6ba33bd8ecb581dc29287b6fe916088514d8390a7912
+
+post_install() {
+ vlicense LICENSES/BSD-2-Clause.txt
+}
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR REVIEW] New template: ocean-sound-theme
2024-08-14 14:10 [PR PATCH] New template: ocean-sound-theme hunt3r0one
2024-08-14 15:43 ` [PR REVIEW] " Johnnynator
@ 2024-08-14 15:43 ` Johnnynator
2024-08-15 12:38 ` ahesford
` (6 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Johnnynator @ 2024-08-14 15:43 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 338 bytes --]
New review comment by Johnnynator on void-packages repository
https://github.com/void-linux/void-packages/pull/51845#discussion_r1717170990
Comment:
```suggestion
license="CC-BY-SA-4.0"
```
(CI stuff is `CC0-1.0` but not used from us, CMake stuff is `BSD-2-Clause` but not installed, so not really important for the final package)
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR REVIEW] New template: ocean-sound-theme
2024-08-14 14:10 [PR PATCH] New template: ocean-sound-theme hunt3r0one
@ 2024-08-14 15:43 ` Johnnynator
2024-08-14 15:43 ` Johnnynator
` (7 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Johnnynator @ 2024-08-14 15:43 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 242 bytes --]
New review comment by Johnnynator on void-packages repository
https://github.com/void-linux/void-packages/pull/51845#discussion_r1717163091
Comment:
```suggestion
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
```
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: New template: ocean-sound-theme
2024-08-14 14:10 [PR PATCH] New template: ocean-sound-theme hunt3r0one
2024-08-14 15:43 ` [PR REVIEW] " Johnnynator
2024-08-14 15:43 ` Johnnynator
@ 2024-08-15 12:38 ` ahesford
2024-08-17 15:39 ` [PR PATCH] [Updated] " hunt3r0one
` (5 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: ahesford @ 2024-08-15 12:38 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 215 bytes --]
New comment by ahesford on void-packages repository
https://github.com/void-linux/void-packages/pull/51845#issuecomment-2291192583
Comment:
The commit message should be
New package: ocean-sound-theme-6.1.4
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] New template: ocean-sound-theme
2024-08-14 14:10 [PR PATCH] New template: ocean-sound-theme hunt3r0one
` (2 preceding siblings ...)
2024-08-15 12:38 ` ahesford
@ 2024-08-17 15:39 ` hunt3r0one
2024-08-17 15:42 ` hunt3r0one
` (4 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: hunt3r0one @ 2024-08-17 15:39 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1150 bytes --]
There is an updated pull request by hunt3r0one against master on the void-packages repository
https://github.com/hunt3r0one/void-packages master
https://github.com/void-linux/void-packages/pull/51845
New template: ocean-sound-theme
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### 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**
<!-- 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
This is the default sound theme for KDE Plasma 6.
A patch file from https://github.com/void-linux/void-packages/pull/51845.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-51845.patch --]
[-- Type: text/x-diff, Size: 1165 bytes --]
From 65a1b642ac93a1e3f7e0dca2258e1f47fee21c44 Mon Sep 17 00:00:00 2001
From: Hunter Ellett <hunter2k1@disroot.org>
Date: Wed, 14 Aug 2024 09:09:42 -0500
Subject: [PATCH] New package: ocean-sound-theme-6.1.4
---
srcpkgs/ocean-sound-theme/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/ocean-sound-theme/template
diff --git a/srcpkgs/ocean-sound-theme/template b/srcpkgs/ocean-sound-theme/template
new file mode 100644
index 00000000000000..04d338ba1eef4b
--- /dev/null
+++ b/srcpkgs/ocean-sound-theme/template
@@ -0,0 +1,17 @@
+# Template file for 'ocean-sound-theme'
+pkgname=ocean-sound-theme
+version=6.1.4
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules qt6-tools qt6-base"
+makedepends="qt6-tools-devel"
+short_desc="Ocean Sound Theme for Plasma"
+maintainer="Hunter Ellett <hunter2k1@disroot.org>"
+license="CC-BY-SA-4.0"
+homepage="https://invent.kde.org/plasma/ocean-sound-theme"
+distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=68d98cfd8517ffec455b6ba33bd8ecb581dc29287b6fe916088514d8390a7912
+
+post_install() {
+ vlicense LICENSES/BSD-2-Clause.txt
+}
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] New template: ocean-sound-theme
2024-08-14 14:10 [PR PATCH] New template: ocean-sound-theme hunt3r0one
` (3 preceding siblings ...)
2024-08-17 15:39 ` [PR PATCH] [Updated] " hunt3r0one
@ 2024-08-17 15:42 ` hunt3r0one
2024-08-18 17:58 ` [PR PATCH] [Updated] New package: ocean-sound-theme-6.1.4 hunt3r0one
` (3 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: hunt3r0one @ 2024-08-17 15:42 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1150 bytes --]
There is an updated pull request by hunt3r0one against master on the void-packages repository
https://github.com/hunt3r0one/void-packages master
https://github.com/void-linux/void-packages/pull/51845
New template: ocean-sound-theme
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### 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**
<!-- 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
This is the default sound theme for KDE Plasma 6.
A patch file from https://github.com/void-linux/void-packages/pull/51845.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-51845.patch --]
[-- Type: text/x-diff, Size: 1165 bytes --]
From 5d7b07cbadacc164733b50a6374a78d43368080c Mon Sep 17 00:00:00 2001
From: Hunter Ellett <hunter2k1@disroot.org>
Date: Wed, 14 Aug 2024 09:09:42 -0500
Subject: [PATCH] New package: ocean-sound-theme-6.1.4
---
srcpkgs/ocean-sound-theme/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/ocean-sound-theme/template
diff --git a/srcpkgs/ocean-sound-theme/template b/srcpkgs/ocean-sound-theme/template
new file mode 100644
index 00000000000000..189fc262bcd9e9
--- /dev/null
+++ b/srcpkgs/ocean-sound-theme/template
@@ -0,0 +1,17 @@
+# Template file for 'ocean-sound-theme'
+pkgname=ocean-sound-theme
+version=6.1.4
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules qt6-tools qt6-base"
+makedepends="qt6-tools-devel"
+short_desc="Ocean Sound Theme for Plasma"
+maintainer="Hunter Ellett <hunter2k1@disroot.org>"
+license="CC-BY-SA-4.0"
+homepage="https://invent.kde.org/plasma/ocean-sound-theme"
+distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=a20004cfacb8b0dce9e5deb72d755ee96bfd18eb7307a0a1b829c32fdca56f5c
+
+post_install() {
+ vlicense LICENSES/BSD-2-Clause.txt
+}
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] New package: ocean-sound-theme-6.1.4
2024-08-14 14:10 [PR PATCH] New template: ocean-sound-theme hunt3r0one
` (4 preceding siblings ...)
2024-08-17 15:42 ` hunt3r0one
@ 2024-08-18 17:58 ` hunt3r0one
2024-11-17 2:06 ` github-actions
` (2 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: hunt3r0one @ 2024-08-18 17:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1155 bytes --]
There is an updated pull request by hunt3r0one against master on the void-packages repository
https://github.com/hunt3r0one/void-packages master
https://github.com/void-linux/void-packages/pull/51845
New package: ocean-sound-theme-6.1.4
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### 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**
<!-- 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
This is the default sound theme for KDE Plasma 6.
A patch file from https://github.com/void-linux/void-packages/pull/51845.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-51845.patch --]
[-- Type: text/x-diff, Size: 1165 bytes --]
From 5d7b07cbadacc164733b50a6374a78d43368080c Mon Sep 17 00:00:00 2001
From: Hunter Ellett <hunter2k1@disroot.org>
Date: Wed, 14 Aug 2024 09:09:42 -0500
Subject: [PATCH] New package: ocean-sound-theme-6.1.4
---
srcpkgs/ocean-sound-theme/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/ocean-sound-theme/template
diff --git a/srcpkgs/ocean-sound-theme/template b/srcpkgs/ocean-sound-theme/template
new file mode 100644
index 00000000000000..189fc262bcd9e9
--- /dev/null
+++ b/srcpkgs/ocean-sound-theme/template
@@ -0,0 +1,17 @@
+# Template file for 'ocean-sound-theme'
+pkgname=ocean-sound-theme
+version=6.1.4
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules qt6-tools qt6-base"
+makedepends="qt6-tools-devel"
+short_desc="Ocean Sound Theme for Plasma"
+maintainer="Hunter Ellett <hunter2k1@disroot.org>"
+license="CC-BY-SA-4.0"
+homepage="https://invent.kde.org/plasma/ocean-sound-theme"
+distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=a20004cfacb8b0dce9e5deb72d755ee96bfd18eb7307a0a1b829c32fdca56f5c
+
+post_install() {
+ vlicense LICENSES/BSD-2-Clause.txt
+}
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: New package: ocean-sound-theme-6.1.4
2024-08-14 14:10 [PR PATCH] New template: ocean-sound-theme hunt3r0one
` (5 preceding siblings ...)
2024-08-18 17:58 ` [PR PATCH] [Updated] New package: ocean-sound-theme-6.1.4 hunt3r0one
@ 2024-11-17 2:06 ` github-actions
2024-12-01 2:13 ` [PR PATCH] [Closed]: " github-actions
2025-01-30 0:09 ` hunt3r0one
8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2024-11-17 2:06 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/51845#issuecomment-2480890002
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] 10+ messages in thread
* Re: [PR PATCH] [Closed]: New package: ocean-sound-theme-6.1.4
2024-08-14 14:10 [PR PATCH] New template: ocean-sound-theme hunt3r0one
` (6 preceding siblings ...)
2024-11-17 2:06 ` github-actions
@ 2024-12-01 2:13 ` github-actions
2025-01-30 0:09 ` hunt3r0one
8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2024-12-01 2:13 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 994 bytes --]
There's a closed pull request on the void-packages repository
New package: ocean-sound-theme-6.1.4
https://github.com/void-linux/void-packages/pull/51845
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### 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**
<!-- 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
This is the default sound theme for KDE Plasma 6.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: New package: ocean-sound-theme-6.1.4
2024-08-14 14:10 [PR PATCH] New template: ocean-sound-theme hunt3r0one
` (7 preceding siblings ...)
2024-12-01 2:13 ` [PR PATCH] [Closed]: " github-actions
@ 2025-01-30 0:09 ` hunt3r0one
8 siblings, 0 replies; 10+ messages in thread
From: hunt3r0one @ 2025-01-30 0:09 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 176 bytes --]
New comment by hunt3r0one on void-packages repository
https://github.com/void-linux/void-packages/pull/51845#issuecomment-2623215434
Comment:
How come it was never accepted?
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2025-01-30 0:09 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-14 14:10 [PR PATCH] New template: ocean-sound-theme hunt3r0one
2024-08-14 15:43 ` [PR REVIEW] " Johnnynator
2024-08-14 15:43 ` Johnnynator
2024-08-15 12:38 ` ahesford
2024-08-17 15:39 ` [PR PATCH] [Updated] " hunt3r0one
2024-08-17 15:42 ` hunt3r0one
2024-08-18 17:58 ` [PR PATCH] [Updated] New package: ocean-sound-theme-6.1.4 hunt3r0one
2024-11-17 2:06 ` github-actions
2024-12-01 2:13 ` [PR PATCH] [Closed]: " github-actions
2025-01-30 0:09 ` hunt3r0one
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).