Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Orphan desktop packages
@ 2023-01-05 11:26 ScrelliCopter
  2023-01-05 20:47 ` zen0bit
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ScrelliCopter @ 2023-01-05 11:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ScrelliCopter/void-packages orphan
https://github.com/void-linux/void-packages/pull/41467

Orphan desktop packages
#### Testing the changes
- I tested the changes in this PR: **NO**

I no longer have an active desktop installation of void and I'm not actively updating them, so it's time I let these little dudes go.

Big thanks to all the maintainers for tirelessly making void a certified cool little distro <3

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

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

From 232eab762e622220388982032827bfa0fa303bb5 Mon Sep 17 00:00:00 2001
From: a dinosaur <ScrelliCopter@users.noreply.github.com>
Date: Thu, 5 Jan 2023 22:04:51 +1100
Subject: [PATCH 1/5] libopenmpt: Orphan package

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

diff --git a/srcpkgs/libopenmpt/template b/srcpkgs/libopenmpt/template
index 26b1536bf82b..9e1f454c175c 100644
--- a/srcpkgs/libopenmpt/template
+++ b/srcpkgs/libopenmpt/template
@@ -11,7 +11,7 @@ makedepends="zlib-devel libsndfile-devel
  $(vopt_if pulseaudio pulseaudio-devel) $(vopt_if sdl2 SDL2-devel)
  $(vopt_if portaudio portaudio-cpp-devel)"
 short_desc="Cross-platform C & C++ library to decode tracked music files (modules)"
-maintainer="a dinosaur <dino@a-dinosaur.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://lib.openmpt.org/libopenmpt/"
 changelog="https://lib.openmpt.org/doc/changelog.html"

From c65e2600062d1bce3d907aa62ec1be8d2d556070 Mon Sep 17 00:00:00 2001
From: a dinosaur <ScrelliCopter@users.noreply.github.com>
Date: Thu, 5 Jan 2023 22:05:59 +1100
Subject: [PATCH 2/5] fsearch: Orphan package

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

diff --git a/srcpkgs/fsearch/template b/srcpkgs/fsearch/template
index 1f487c1cbfd4..53f51d648aa4 100644
--- a/srcpkgs/fsearch/template
+++ b/srcpkgs/fsearch/template
@@ -6,7 +6,7 @@ build_style=meson
 hostmakedepends="gettext glib-devel pkg-config"
 makedepends="gtk+3-devel pcre2-devel"
 short_desc="Fast file search utility based on GTK+3"
-maintainer="a dinosaur <nick@a-dinosaur.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://cboxdoerfer.github.io/fsearch/"
 distfiles="https://github.com/cboxdoerfer/fsearch/archive/${version}.tar.gz"

From 78621231abd33d8290faa284495ae1c44add5f46 Mon Sep 17 00:00:00 2001
From: a dinosaur <ScrelliCopter@users.noreply.github.com>
Date: Thu, 5 Jan 2023 22:07:16 +1100
Subject: [PATCH 3/5] maxcso: Orphan package

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

diff --git a/srcpkgs/maxcso/template b/srcpkgs/maxcso/template
index d7810691128c..a3b853aaee1b 100644
--- a/srcpkgs/maxcso/template
+++ b/srcpkgs/maxcso/template
@@ -5,7 +5,7 @@ revision=1
 build_style=gnu-makefile
 makedepends="libuv-devel liblz4-devel zlib-devel"
 short_desc="Fast CSO compression/decompression tool"
-maintainer="a dinosaur <nick@a-dinosaur.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="ISC"
 homepage="https://github.com/unknownbrackets/maxcso"
 distfiles="https://github.com/unknownbrackets/maxcso/archive/v${version}.tar.gz"

From 03f658b7ae68d7b1ede7f889c2a98c0cb071e83b Mon Sep 17 00:00:00 2001
From: a dinosaur <ScrelliCopter@users.noreply.github.com>
Date: Thu, 5 Jan 2023 22:07:51 +1100
Subject: [PATCH 4/5] dumb: Orphan package

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

diff --git a/srcpkgs/dumb/template b/srcpkgs/dumb/template
index 87f5ff89890f..d2c098875935 100644
--- a/srcpkgs/dumb/template
+++ b/srcpkgs/dumb/template
@@ -7,7 +7,7 @@ configure_args="-DBUILD_SHARED_LIBS=ON -DBUILD_EXAMPLES=ON"
 hostmakedepends="allegro4-devel"
 makedepends="allegro4-devel argtable-devel SDL2-devel"
 short_desc="IT, XM, S3M and MOD player library"
-maintainer="a dinosaur <nick@a-dinosaur.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="custom:DUMB"
 homepage="https://github.com/kode54/dumb"
 distfiles="https://github.com/kode54/dumb/archive/${version}.tar.gz"

From 9c420374a061362a74cce71e82f0865e4c74435b Mon Sep 17 00:00:00 2001
From: a dinosaur <ScrelliCopter@users.noreply.github.com>
Date: Thu, 5 Jan 2023 22:08:30 +1100
Subject: [PATCH 5/5] evtest-qt: Orphan package

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

diff --git a/srcpkgs/evtest-qt/template b/srcpkgs/evtest-qt/template
index 24674e1151ed..6188d0ac7926 100644
--- a/srcpkgs/evtest-qt/template
+++ b/srcpkgs/evtest-qt/template
@@ -6,7 +6,7 @@ build_style=cmake
 hostmakedepends="qt5-qmake qt5-host-tools"
 makedepends="qt5-devel"
 short_desc="Linux Joystick Tester for Qt"
-maintainer="a dinosaur <nick@a-dinosaur.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/Grumbel/evtest-qt"
 distfiles="${homepage}/archive/v${version}.tar.gz"

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

* Re: Orphan desktop packages
  2023-01-05 11:26 [PR PATCH] Orphan desktop packages ScrelliCopter
@ 2023-01-05 20:47 ` zen0bit
  2023-01-05 20:50 ` paper42
  2023-01-05 21:13 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: zen0bit @ 2023-01-05 20:47 UTC (permalink / raw)
  To: ml

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

New comment by zen0bit on void-packages repository

https://github.com/void-linux/void-packages/pull/41467#issuecomment-1372727723

Comment:
I don't believe that you find something better...

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

* Re: Orphan desktop packages
  2023-01-05 11:26 [PR PATCH] Orphan desktop packages ScrelliCopter
  2023-01-05 20:47 ` zen0bit
@ 2023-01-05 20:50 ` paper42
  2023-01-05 21:13 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2023-01-05 20:50 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41467#issuecomment-1372730076

Comment:
> I don't believe that you find something better...

This is inappropriate and not your problem. Please don't make comments like this and let people use what fits them the most.

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

* Re: [PR PATCH] [Merged]: Orphan desktop packages
  2023-01-05 11:26 [PR PATCH] Orphan desktop packages ScrelliCopter
  2023-01-05 20:47 ` zen0bit
  2023-01-05 20:50 ` paper42
@ 2023-01-05 21:13 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2023-01-05 21:13 UTC (permalink / raw)
  To: ml

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

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

Orphan desktop packages
https://github.com/void-linux/void-packages/pull/41467

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

I no longer have an active desktop installation of void and I'm not actively updating them, so it's time I let these little dudes go.

Big thanks to all the maintainers for tirelessly making void a certified cool little distro <3

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

end of thread, other threads:[~2023-01-05 21:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-05 11:26 [PR PATCH] Orphan desktop packages ScrelliCopter
2023-01-05 20:47 ` zen0bit
2023-01-05 20:50 ` paper42
2023-01-05 21:13 ` [PR PATCH] [Merged]: " paper42

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