Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: oxygen-sounds-5.25.5
@ 2022-10-07  6:58 fries1234
  2022-10-15  3:57 ` [PR PATCH] [Updated] " fries1234
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: fries1234 @ 2022-10-07  6:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fries1234/void-packages oxygen-sounds
https://github.com/void-linux/void-packages/pull/39789

New package: oxygen-sounds-5.25.5
<!-- 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-musl

This sound theme is used by KDE Plasma for its sounds.



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

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

From cc0a57dbbe3b2e5121a9acfffa152fb3d34fe14c Mon Sep 17 00:00:00 2001
From: Fries <fries@tar.black>
Date: Thu, 6 Oct 2022 23:53:04 -0700
Subject: [PATCH] New package: oxygen-sounds-5.25.5

---
 srcpkgs/oxygen-sounds/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/oxygen-sounds/template

diff --git a/srcpkgs/oxygen-sounds/template b/srcpkgs/oxygen-sounds/template
new file mode 100644
index 000000000000..51c2fdb1f3b4
--- /dev/null
+++ b/srcpkgs/oxygen-sounds/template
@@ -0,0 +1,12 @@
+# Template file for 'oxygen-sounds'
+pkgname=oxygen-sounds
+version=5.25.5
+revision=1
+build_style=cmake
+makedepends="extra-cmake-modules"
+short_desc="Oxygen sound theme for the Plasma Desktop"
+maintainer="Fries <fries@tar.black>"
+license="LGPL-2.1-or-later"
+homepage="https://invent.kde.org/plasma/oxygen"
+distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=c13578ca747224fc3751f5fbd1c8846254034846517cbab69df67f8d191b3613

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

* Re: [PR PATCH] [Updated] New package: oxygen-sounds-5.25.5
  2022-10-07  6:58 [PR PATCH] New package: oxygen-sounds-5.25.5 fries1234
@ 2022-10-15  3:57 ` fries1234
  2022-10-15  3:58 ` New package: oxygen-sounds-5.26.0 fries1234
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: fries1234 @ 2022-10-15  3:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fries1234/void-packages oxygen-sounds
https://github.com/void-linux/void-packages/pull/39789

New package: oxygen-sounds-5.25.5
<!-- 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-musl

This sound theme is used by KDE Plasma for its sounds.



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

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

From 4b1bd6963e25f6b7bb7cf8bf1105395e9602ce76 Mon Sep 17 00:00:00 2001
From: Fries <fries@tar.black>
Date: Thu, 6 Oct 2022 23:53:04 -0700
Subject: [PATCH] New package: oxygen-sounds-5.26.0

---
 srcpkgs/oxygen-sounds/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/oxygen-sounds/template

diff --git a/srcpkgs/oxygen-sounds/template b/srcpkgs/oxygen-sounds/template
new file mode 100644
index 000000000000..1de56cbd2a11
--- /dev/null
+++ b/srcpkgs/oxygen-sounds/template
@@ -0,0 +1,12 @@
+# Template file for 'oxygen-sounds'
+pkgname=oxygen-sounds
+version=5.26.0
+revision=1
+build_style=cmake
+makedepends="extra-cmake-modules"
+short_desc="Oxygen sound theme for the Plasma Desktop"
+maintainer="Fries <fries@tar.black>"
+license="LGPL-2.1-or-later"
+homepage="https://invent.kde.org/plasma/oxygen"
+distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=87b41d0ce41ff30d5d09a59fef5395bf22bcd8d9b2501398e63412d6acb48773

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

* Re: New package: oxygen-sounds-5.26.0
  2022-10-07  6:58 [PR PATCH] New package: oxygen-sounds-5.25.5 fries1234
  2022-10-15  3:57 ` [PR PATCH] [Updated] " fries1234
@ 2022-10-15  3:58 ` fries1234
  2022-10-15  8:38 ` [PR REVIEW] " paper42
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: fries1234 @ 2022-10-15  3:58 UTC (permalink / raw)
  To: ml

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

New comment by fries1234 on void-packages repository

https://github.com/void-linux/void-packages/pull/39789#issuecomment-1279650449

Comment:
since plasma 5.26 came out, i bumped the package to its 5.26 version. i tested it and it does build and work.

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

* Re: [PR REVIEW] New package: oxygen-sounds-5.26.0
  2022-10-07  6:58 [PR PATCH] New package: oxygen-sounds-5.25.5 fries1234
  2022-10-15  3:57 ` [PR PATCH] [Updated] " fries1234
  2022-10-15  3:58 ` New package: oxygen-sounds-5.26.0 fries1234
@ 2022-10-15  8:38 ` paper42
  2022-10-15  8:38 ` paper42
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2022-10-15  8:38 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/39789#discussion_r996275047

Comment:
```suggestion
distfiles="${KDE_SITE}/plasma/${version}/oxygen-sounds-${version}.tar.xz"
```

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

* Re: [PR REVIEW] New package: oxygen-sounds-5.26.0
  2022-10-07  6:58 [PR PATCH] New package: oxygen-sounds-5.25.5 fries1234
                   ` (2 preceding siblings ...)
  2022-10-15  8:38 ` [PR REVIEW] " paper42
@ 2022-10-15  8:38 ` paper42
  2022-10-15 19:05 ` [PR PATCH] [Updated] " fries1234
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2022-10-15  8:38 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/39789#discussion_r996275071

Comment:
```suggestion
homepage="https://invent.kde.org/plasma/oxygen-sounds"
```

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

* Re: [PR PATCH] [Updated] New package: oxygen-sounds-5.26.0
  2022-10-07  6:58 [PR PATCH] New package: oxygen-sounds-5.25.5 fries1234
                   ` (3 preceding siblings ...)
  2022-10-15  8:38 ` paper42
@ 2022-10-15 19:05 ` fries1234
  2022-10-15 22:03 ` fries1234
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: fries1234 @ 2022-10-15 19:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fries1234/void-packages oxygen-sounds
https://github.com/void-linux/void-packages/pull/39789

New package: oxygen-sounds-5.26.0
<!-- 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-musl

This sound theme is used by KDE Plasma for its sounds.



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

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

From 94db37afcaa1d80410d040de82922736a5363c7b Mon Sep 17 00:00:00 2001
From: Fries <fries@tar.black>
Date: Sat, 15 Oct 2022 12:05:04 -0700
Subject: [PATCH] New package: oxygen-sounds-5.26.0

---
 srcpkgs/oxygen-sounds/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/oxygen-sounds/template

diff --git a/srcpkgs/oxygen-sounds/template b/srcpkgs/oxygen-sounds/template
new file mode 100644
index 000000000000..34c40450b51b
--- /dev/null
+++ b/srcpkgs/oxygen-sounds/template
@@ -0,0 +1,12 @@
+# Template file for 'oxygen-sounds'
+pkgname=oxygen-sounds
+version=5.26.0
+revision=1
+build_style=cmake
+makedepends="extra-cmake-modules"
+short_desc="Oxygen sound theme for the Plasma Desktop"
+maintainer="Fries <fries@tar.black>"
+license="LGPL-2.1-or-later"
+homepage="https://invent.kde.org/plasma/oxygen-sounds"
+distfiles="${KDE_SITE}/plasma/${version}/oxygen-sounds-${version}.tar.xz"
+checksum=87b41d0ce41ff30d5d09a59fef5395bf22bcd8d9b2501398e63412d6acb48773

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

* Re: [PR PATCH] [Updated] New package: oxygen-sounds-5.26.0
  2022-10-07  6:58 [PR PATCH] New package: oxygen-sounds-5.25.5 fries1234
                   ` (4 preceding siblings ...)
  2022-10-15 19:05 ` [PR PATCH] [Updated] " fries1234
@ 2022-10-15 22:03 ` fries1234
  2022-10-15 22:04 ` fries1234
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: fries1234 @ 2022-10-15 22:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fries1234/void-packages oxygen-sounds
https://github.com/void-linux/void-packages/pull/39789

New package: oxygen-sounds-5.26.0
<!-- 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-musl

This sound theme is used by KDE Plasma for its sounds.



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

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

From 5fbe7afdc7c5a707a1dd92d34be63a0c62b8cf2d Mon Sep 17 00:00:00 2001
From: Fries <fries@tar.black>
Date: Sat, 15 Oct 2022 12:05:04 -0700
Subject: [PATCH] New package: oxygen-sounds-5.26.0

---
 srcpkgs/oxygen-sounds/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/oxygen-sounds/template

diff --git a/srcpkgs/oxygen-sounds/template b/srcpkgs/oxygen-sounds/template
new file mode 100644
index 000000000000..34c40450b51b
--- /dev/null
+++ b/srcpkgs/oxygen-sounds/template
@@ -0,0 +1,12 @@
+# Template file for 'oxygen-sounds'
+pkgname=oxygen-sounds
+version=5.26.0
+revision=1
+build_style=cmake
+makedepends="extra-cmake-modules"
+short_desc="Oxygen sound theme for the Plasma Desktop"
+maintainer="Fries <fries@tar.black>"
+license="LGPL-2.1-or-later"
+homepage="https://invent.kde.org/plasma/oxygen-sounds"
+distfiles="${KDE_SITE}/plasma/${version}/oxygen-sounds-${version}.tar.xz"
+checksum=87b41d0ce41ff30d5d09a59fef5395bf22bcd8d9b2501398e63412d6acb48773

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

* Re: New package: oxygen-sounds-5.26.0
  2022-10-07  6:58 [PR PATCH] New package: oxygen-sounds-5.25.5 fries1234
                   ` (5 preceding siblings ...)
  2022-10-15 22:03 ` fries1234
@ 2022-10-15 22:04 ` fries1234
  2023-01-14  1:55 ` github-actions
  2023-01-28  2:00 ` [PR PATCH] [Closed]: " github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: fries1234 @ 2022-10-15 22:04 UTC (permalink / raw)
  To: ml

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

New comment by fries1234 on void-packages repository

https://github.com/void-linux/void-packages/pull/39789#issuecomment-1279840311

Comment:
ok i have rebased the branch so the CI should work now i think

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

* Re: New package: oxygen-sounds-5.26.0
  2022-10-07  6:58 [PR PATCH] New package: oxygen-sounds-5.25.5 fries1234
                   ` (6 preceding siblings ...)
  2022-10-15 22:04 ` fries1234
@ 2023-01-14  1:55 ` github-actions
  2023-01-28  2:00 ` [PR PATCH] [Closed]: " github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2023-01-14  1:55 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/39789#issuecomment-1382630551

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: oxygen-sounds-5.26.0
  2022-10-07  6:58 [PR PATCH] New package: oxygen-sounds-5.25.5 fries1234
                   ` (7 preceding siblings ...)
  2023-01-14  1:55 ` github-actions
@ 2023-01-28  2:00 ` github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2023-01-28  2:00 UTC (permalink / raw)
  To: ml

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

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

New package: oxygen-sounds-5.26.0
https://github.com/void-linux/void-packages/pull/39789

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-musl

This sound theme is used by KDE Plasma for its sounds.



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

end of thread, other threads:[~2023-01-28  2:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-07  6:58 [PR PATCH] New package: oxygen-sounds-5.25.5 fries1234
2022-10-15  3:57 ` [PR PATCH] [Updated] " fries1234
2022-10-15  3:58 ` New package: oxygen-sounds-5.26.0 fries1234
2022-10-15  8:38 ` [PR REVIEW] " paper42
2022-10-15  8:38 ` paper42
2022-10-15 19:05 ` [PR PATCH] [Updated] " fries1234
2022-10-15 22:03 ` fries1234
2022-10-15 22:04 ` fries1234
2023-01-14  1:55 ` github-actions
2023-01-28  2:00 ` [PR PATCH] [Closed]: " github-actions

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