Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Orphan nemo and pmbootstrap
@ 2024-01-30  7:29 JamiKettunen
  2024-01-30  8:32 ` Eloitor
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: JamiKettunen @ 2024-01-30  7:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JamiKettunen/void-packages orphan-pkgs
https://github.com/void-linux/void-packages/pull/48441

Orphan nemo and pmbootstrap
I cannot maintain `nemo` since it's stuck with zero feedback on #47725 (Cinnamon 6.0) and my interest starting to shift away from tiling window managers/nemo to other things.

`pmbootstrap` on the other hand I almost never used from the repo myself already since I typically have a git version of it around for contribution to upstream as well as [`envkernel.sh`](https://wiki.postmarketos.org/wiki/Compiling_kernels_with_envkernel.sh) which isn't shipped regardless.

If someone else is interested in maintaining these you're welcome to adopt :)

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

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

From 4674145c68e960bc8b217124ffa62bb0aa25d920 Mon Sep 17 00:00:00 2001
From: Jami Kettunen <jami.kettunen@protonmail.com>
Date: Mon, 29 Jan 2024 18:06:40 +0200
Subject: [PATCH 1/2] pmbootstrap: orphan package

---
 srcpkgs/pmbootstrap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index 3c274d8d9baed..892dadf014964 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -6,7 +6,7 @@ build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="git openssl python3"
 short_desc="Package build and device flashing tool for postmarketOS"
-maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://postmarketos.org"
 changelog="https://git.sr.ht/~postmarketos/pmbootstrap/refs"

From 4e2966eb7de564b8d57cc0408d975e1ad9d7b375 Mon Sep 17 00:00:00 2001
From: Jami Kettunen <jami.kettunen@protonmail.com>
Date: Mon, 29 Jan 2024 18:07:03 +0200
Subject: [PATCH 2/2] nemo: orphan package

---
 srcpkgs/nemo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nemo/template b/srcpkgs/nemo/template
index f4fbde7c6452c..af04526a6ac82 100644
--- a/srcpkgs/nemo/template
+++ b/srcpkgs/nemo/template
@@ -10,7 +10,7 @@ makedepends="cinnamon-desktop-devel dconf-devel exempi-devel gvfs-devel
  libexif-devel libnotify-devel xapps-devel libgsf-devel gtk+3-devel"
 depends="cinnamon-translations dconf gvfs"
 short_desc="Cinnamon file manager (nautilus fork)"
-maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.0-or-later"
 homepage="https://github.com/linuxmint/nemo"
 changelog="https://raw.githubusercontent.com/linuxmint/nemo/5.8-maintenance/debian/changelog"

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

* Re: Orphan nemo and pmbootstrap
  2024-01-30  7:29 [PR PATCH] Orphan nemo and pmbootstrap JamiKettunen
@ 2024-01-30  8:32 ` Eloitor
  2024-01-30  8:40 ` [PR PATCH] [Updated] " JamiKettunen
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Eloitor @ 2024-01-30  8:32 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/48441#issuecomment-1916317488

Comment:
I want to adopt pmbootstrap, I'll put myself as maintainer in #48282

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

* Re: [PR PATCH] [Updated] Orphan nemo and pmbootstrap
  2024-01-30  7:29 [PR PATCH] Orphan nemo and pmbootstrap JamiKettunen
  2024-01-30  8:32 ` Eloitor
@ 2024-01-30  8:40 ` JamiKettunen
  2024-02-15  3:53 ` [PR PATCH] [Updated] Orphan nemo classabbyamp
  2024-02-15  3:54 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: JamiKettunen @ 2024-01-30  8:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JamiKettunen/void-packages orphan-pkgs
https://github.com/void-linux/void-packages/pull/48441

Orphan nemo and pmbootstrap
I cannot maintain `nemo` since it's stuck with zero feedback on #47725 (Cinnamon 6.0) and my interest starting to shift away from tiling window managers/nemo to other things.

`pmbootstrap` on the other hand I almost never used from the repo myself already since I typically have a git version of it around for contribution to upstream as well as [`envkernel.sh`](https://wiki.postmarketos.org/wiki/Compiling_kernels_with_envkernel.sh) which isn't shipped regardless.

If someone else is interested in maintaining these you're welcome to adopt :)

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

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

From 46bad7fc77c958e1dadcedea7f6b5df45c03447b Mon Sep 17 00:00:00 2001
From: Jami Kettunen <jami.kettunen@protonmail.com>
Date: Mon, 29 Jan 2024 18:07:03 +0200
Subject: [PATCH] nemo: orphan package

---
 srcpkgs/nemo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nemo/template b/srcpkgs/nemo/template
index f4fbde7c6452c..af04526a6ac82 100644
--- a/srcpkgs/nemo/template
+++ b/srcpkgs/nemo/template
@@ -10,7 +10,7 @@ makedepends="cinnamon-desktop-devel dconf-devel exempi-devel gvfs-devel
  libexif-devel libnotify-devel xapps-devel libgsf-devel gtk+3-devel"
 depends="cinnamon-translations dconf gvfs"
 short_desc="Cinnamon file manager (nautilus fork)"
-maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.0-or-later"
 homepage="https://github.com/linuxmint/nemo"
 changelog="https://raw.githubusercontent.com/linuxmint/nemo/5.8-maintenance/debian/changelog"

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

* Re: [PR PATCH] [Updated] Orphan nemo
  2024-01-30  7:29 [PR PATCH] Orphan nemo and pmbootstrap JamiKettunen
  2024-01-30  8:32 ` Eloitor
  2024-01-30  8:40 ` [PR PATCH] [Updated] " JamiKettunen
@ 2024-02-15  3:53 ` classabbyamp
  2024-02-15  3:54 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-02-15  3:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JamiKettunen/void-packages orphan-pkgs
https://github.com/void-linux/void-packages/pull/48441

Orphan nemo
I cannot maintain `nemo` since it's stuck with zero feedback on #47725 (Cinnamon 6.0) and my interest starting to shift away from tiling window managers/nemo to other things.

If someone else is interested in maintaining it you're welcome to adopt :)

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

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

From baac6b22f58c13e55a61a7ca13a8c3ffc9f39d3d Mon Sep 17 00:00:00 2001
From: Jami Kettunen <jami.kettunen@protonmail.com>
Date: Mon, 29 Jan 2024 18:07:03 +0200
Subject: [PATCH] nemo: orphan package

---
 srcpkgs/nemo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nemo/template b/srcpkgs/nemo/template
index f4fbde7c6452c..af04526a6ac82 100644
--- a/srcpkgs/nemo/template
+++ b/srcpkgs/nemo/template
@@ -10,7 +10,7 @@ makedepends="cinnamon-desktop-devel dconf-devel exempi-devel gvfs-devel
  libexif-devel libnotify-devel xapps-devel libgsf-devel gtk+3-devel"
 depends="cinnamon-translations dconf gvfs"
 short_desc="Cinnamon file manager (nautilus fork)"
-maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.0-or-later"
 homepage="https://github.com/linuxmint/nemo"
 changelog="https://raw.githubusercontent.com/linuxmint/nemo/5.8-maintenance/debian/changelog"

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

* Re: [PR PATCH] [Merged]: Orphan nemo
  2024-01-30  7:29 [PR PATCH] Orphan nemo and pmbootstrap JamiKettunen
                   ` (2 preceding siblings ...)
  2024-02-15  3:53 ` [PR PATCH] [Updated] Orphan nemo classabbyamp
@ 2024-02-15  3:54 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-02-15  3:54 UTC (permalink / raw)
  To: ml

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

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

Orphan nemo
https://github.com/void-linux/void-packages/pull/48441

Description:
I cannot maintain `nemo` since it's stuck with zero feedback on #47725 (Cinnamon 6.0) and my interest starting to shift away from tiling window managers/nemo to other things.

If someone else is interested in maintaining it you're welcome to adopt :)

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

end of thread, other threads:[~2024-02-15  3:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-30  7:29 [PR PATCH] Orphan nemo and pmbootstrap JamiKettunen
2024-01-30  8:32 ` Eloitor
2024-01-30  8:40 ` [PR PATCH] [Updated] " JamiKettunen
2024-02-15  3:53 ` [PR PATCH] [Updated] Orphan nemo classabbyamp
2024-02-15  3:54 ` [PR PATCH] [Merged]: " classabbyamp

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