Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] orphan some packages
@ 2022-01-29 23:17 steinex
  2022-01-30  0:57 ` [PR PATCH] [Updated] " steinex
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: steinex @ 2022-01-29 23:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages orphan
https://github.com/void-linux/void-packages/pull/35303

orphan some packages
<!-- Uncomment relevant sections and delete options which are not applicable -->
Spring clean some packages of mine that I don't use anymore. I moved on to Wayland so stuff like i3 and other X related things here and some smaller packages I can't test anymore in a meaningful way.

Hope they find a loving new home.

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From c3c8749bdcf16c3260c3feedbb57c1f9c6e0c3c3 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:49:24 +0100
Subject: [PATCH 01/18] clearine: orphan package

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

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 9ab51e8d1d87..b8a9c9688b15 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -7,7 +7,7 @@ pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-cairo"
 short_desc="GTK3-based logout-window overlay for independent windowmanager"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/yuune/clearine"
 distfiles="https://github.com/yuune/clearine/archive/${version}.tar.gz"

From 8c91d5df08ef849b74be03c5f7cbcc960abd3edf Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:50:03 +0100
Subject: [PATCH 02/18] i3: orphan package

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

diff --git a/srcpkgs/i3/template b/srcpkgs/i3/template
index 66d0da022f9a..1fcafbee98b1 100644
--- a/srcpkgs/i3/template
+++ b/srcpkgs/i3/template
@@ -10,7 +10,7 @@ makedepends="pcre-devel yajl-devel libxcb-devel libev-devel
  xcb-util-xrm-devel"
 conf_files="/etc/i3/config /etc/i3/config.keycodes"
 short_desc="Improved tiling window manager"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://i3wm.org/"
 distfiles="${homepage}/downloads/${pkgname}-${version}.tar.xz"

From 173f2ba6cc2a53456affb3e9900afb1a6ffd84df Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:50:30 +0100
Subject: [PATCH 03/18] i3lock: orphan package

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

diff --git a/srcpkgs/i3lock/template b/srcpkgs/i3lock/template
index 385e00edabbc..b0245825af09 100644
--- a/srcpkgs/i3lock/template
+++ b/srcpkgs/i3lock/template
@@ -8,7 +8,7 @@ makedepends="libev-devel cairo-devel pam-devel libxkbcommon-devel
  xcb-util-devel xcb-util-image-devel xcb-util-xrm-devel"
 conf_files="/etc/pam.d/i3lock"
 short_desc="Improved screenlocker based upon XCB and PAM"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://i3wm.org/i3lock/"
 distfiles="https://i3wm.org/i3lock/i3lock-${version}.tar.bz2"

From e421c9d6f6b3a4873c1377f64c5ee3dbeadf13f5 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:51:18 +0100
Subject: [PATCH 04/18] i3wsr: orphan package

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

diff --git a/srcpkgs/i3wsr/template b/srcpkgs/i3wsr/template
index b60efabda90b..9afa9218bcfc 100644
--- a/srcpkgs/i3wsr/template
+++ b/srcpkgs/i3wsr/template
@@ -6,7 +6,7 @@ build_style=cargo
 hostmakedepends="python3"
 makedepends="libxcb-devel"
 short_desc="Change i3 workspace names based on content"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/roosta/i3wsr"
 distfiles="https://github.com/roosta/i3wsr/archive/v${version}.tar.gz"

From 4e3709f47c4b0fda5637ec5d319a3e3dd1a17719 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:55:21 +0100
Subject: [PATCH 05/18] libevdevPlus: orphan package

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

diff --git a/srcpkgs/libevdevPlus/template b/srcpkgs/libevdevPlus/template
index cf693a6e776c..1a86ea84520e 100644
--- a/srcpkgs/libevdevPlus/template
+++ b/srcpkgs/libevdevPlus/template
@@ -4,7 +4,7 @@ version=0.1.1
 revision=1
 build_style=cmake
 short_desc="Easy-to-use event device library in C++"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/YukiWorkshop/libevdevPlus"
 distfiles="${homepage}/archive/v${version}.tar.gz"

From 9bfd6a54d5ec492fb19b52f382751be656861ff2 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:56:01 +0100
Subject: [PATCH 06/18] libuInputPlus: orphan package

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

diff --git a/srcpkgs/libuInputPlus/template b/srcpkgs/libuInputPlus/template
index 52670164b7cf..9f9faa390c23 100644
--- a/srcpkgs/libuInputPlus/template
+++ b/srcpkgs/libuInputPlus/template
@@ -4,7 +4,7 @@ version=0.1.4
 revision=1
 build_style=cmake
 short_desc="Easy-to-use uinput library in C++"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/YukiWorkshop/libuInputPlus"
 distfiles="${homepage}/archive/v${version}.tar.gz"

From 7e26086841dc0a30b7b631460db5e99bce79743a Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:57:38 +0100
Subject: [PATCH 07/18] perl-File-DesktopEntry: orphan package

---
 srcpkgs/perl-File-DesktopEntry/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/perl-File-DesktopEntry/template b/srcpkgs/perl-File-DesktopEntry/template
index 576ae8b11dd2..e13b33ac0b05 100644
--- a/srcpkgs/perl-File-DesktopEntry/template
+++ b/srcpkgs/perl-File-DesktopEntry/template
@@ -8,7 +8,7 @@ hostmakedepends="perl"
 makedepends="${hostmakedepends} perl-File-BaseDir perl-URI"
 depends="${makedepends}"
 short_desc="Perl module to handle .desktop files"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="Artistic-1.0-Perl, GPL-1.0-or-later"
 homepage="https://metacpan.org/release/File-DesktopEntry"
 distfiles="${CPAN_SITE}/File/${pkgname/perl-/}-${version}.tar.gz"

From aba9d7f4db69c3f08a1c26b8cbb41607bf1b841c Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:58:06 +0100
Subject: [PATCH 08/18] perl-Linux-Inotify2: orphan package

---
 srcpkgs/perl-Linux-Inotify2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/perl-Linux-Inotify2/template b/srcpkgs/perl-Linux-Inotify2/template
index f90af2f84717..e35cd220e9d9 100644
--- a/srcpkgs/perl-Linux-Inotify2/template
+++ b/srcpkgs/perl-Linux-Inotify2/template
@@ -8,7 +8,7 @@ hostmakedepends="perl"
 makedepends="${hostmakedepends}"
 depends="${hostmakedepends}"
 short_desc="Perl wrapper for Inotify"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="Artistic-1.0-Perl, GPL-1.0-or-later"
 homepage="https://metacpan.org/pod/Linux::Inotify2"
 distfiles="${CPAN_SITE}/Linux/${pkgname/perl-/}-${version}.tar.gz"

From 92e2678d79fec073a94f08b92c64fd3bb02c8f2e Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:58:36 +0100
Subject: [PATCH 09/18] picom: orphan package

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

diff --git a/srcpkgs/picom/template b/srcpkgs/picom/template
index be19242f1f9d..e4f4fafbda24 100644
--- a/srcpkgs/picom/template
+++ b/srcpkgs/picom/template
@@ -10,7 +10,7 @@ makedepends="MesaLib-devel dbus-devel libconfig-devel libev-devel pcre-devel
  libxdg-basedir-devel uthash"
 depends="desktop-file-utils"
 short_desc="Lightweight compositor for X11 (previously a compton fork)"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT, MPL-2.0"
 homepage="https://github.com/yshui/picom/"
 distfiles="https://github.com/yshui/picom/archive/v${version}.tar.gz"

From f43d177426d010c5f3fc74d4e46fc8e93c471946 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:59:34 +0100
Subject: [PATCH 10/18] redshift: orphan package

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

diff --git a/srcpkgs/redshift/template b/srcpkgs/redshift/template
index c3a85f299bf9..5bb4b0e3142c 100644
--- a/srcpkgs/redshift/template
+++ b/srcpkgs/redshift/template
@@ -9,7 +9,7 @@ makedepends="libXxf86vm-devel libdrm-devel $(vopt_if geoclue2 'geoclue2
  glib-devel')"
 depends="$(vopt_if geoclue2 'geoclue2')"
 short_desc="Adjusts the color temperature of your screen to your surroundings"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://jonls.dk/redshift/"
 distfiles="https://github.com/jonls/redshift/releases/download/v${version}/redshift-${version}.tar.xz"

From cfd3e1bd55963afd440dec46cb61db1379e1415c Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:00:27 +0100
Subject: [PATCH 11/18] ruby-clocale: orphan package

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

diff --git a/srcpkgs/ruby-clocale/template b/srcpkgs/ruby-clocale/template
index dafff2630e6c..a921bc084bc0 100644
--- a/srcpkgs/ruby-clocale/template
+++ b/srcpkgs/ruby-clocale/template
@@ -4,7 +4,7 @@ version=0.0.4
 revision=4
 build_style=gemspec
 short_desc="Ruby gem that wraps C locale functions"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/avdv/clocale"
 distfiles="https://rubygems.org/downloads/clocale-${version}.gem"

From d1d629e6b4178cd99505866f398690b2002b66b8 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:01:48 +0100
Subject: [PATCH 12/18] ruby-filesize: orphan package

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

diff --git a/srcpkgs/ruby-filesize/template b/srcpkgs/ruby-filesize/template
index 9acb1415fe18..0d2c06a995d1 100644
--- a/srcpkgs/ruby-filesize/template
+++ b/srcpkgs/ruby-filesize/template
@@ -4,7 +4,7 @@ version=0.2.0
 revision=5
 build_style=gem
 short_desc="Small class for handling filesizes"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/dominikh/filesize"
 checksum=0f5db8629d628b60857dd8e7b8d52f427e6b7b9dc49265bfda71c0d383cbe79e

From 79e04fc8abeeeeacdc31204371e283ee9a143ea4 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:02:18 +0100
Subject: [PATCH 13/18] ruby-manpages: orphan package

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

diff --git a/srcpkgs/ruby-manpages/template b/srcpkgs/ruby-manpages/template
index 4b6625ab628e..4fbc854f82f6 100644
--- a/srcpkgs/ruby-manpages/template
+++ b/srcpkgs/ruby-manpages/template
@@ -4,7 +4,7 @@ version=0.6.1
 revision=5
 build_style=gem
 short_desc="Gem to add man pages support to ruby gems"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/bitboxer/manpages"
 checksum=cdbad16823c8510c15a93d4cdbd46e7b4290aff8b10f3d4b70caa8e62c8de686

From 08775207663dcf7df190d61237da32bf76e7376e Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:02:42 +0100
Subject: [PATCH 14/18] ruby-rainbow: orphan package

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

diff --git a/srcpkgs/ruby-rainbow/template b/srcpkgs/ruby-rainbow/template
index a2c89bc5e143..6bc1fb209420 100644
--- a/srcpkgs/ruby-rainbow/template
+++ b/srcpkgs/ruby-rainbow/template
@@ -4,7 +4,7 @@ version=3.0.0
 revision=5
 build_style=gem
 short_desc="Colorize printed text on ANSI terminals"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/sickill/rainbow"
 checksum=13ce4ffc3c94fb7a842117ecabdcdc5ff7fa27bec15ea44137b9f9abe575622d

From 7710f86e8b09914a1d2eb4a2c510ed87eddc5165 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:03:31 +0100
Subject: [PATCH 15/18] scrot: orphan package

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

diff --git a/srcpkgs/scrot/template b/srcpkgs/scrot/template
index 6c1336c260ef..4c5110250e50 100644
--- a/srcpkgs/scrot/template
+++ b/srcpkgs/scrot/template
@@ -7,7 +7,7 @@ make_install_args="docsdir=/usr/share/doc/scrot"
 hostmakedepends="automake autoconf-archive pkg-config"
 makedepends="libXcomposite-devel libXcursor-devel imlib2-devel libXext-devel"
 short_desc="Simple command-line screenshot utility for X"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/resurrecting-open-source-projects/scrot"
 distfiles="https://github.com/resurrecting-open-source-projects/scrot/archive/${version}.tar.gz"

From bd8afba036242876366802d28b178a236f600aa6 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:04:38 +0100
Subject: [PATCH 16/18] tint2: orphan package

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

diff --git a/srcpkgs/tint2/template b/srcpkgs/tint2/template
index 2b61ce862a43..16edfa43a6e7 100644
--- a/srcpkgs/tint2/template
+++ b/srcpkgs/tint2/template
@@ -10,7 +10,7 @@ makedepends="gtk+3-devel imlib2-devel librsvg-devel libXcomposite-devel
  libXdamage-devel libXinerama-devel libXrandr-devel startup-notification-devel"
 depends="desktop-file-utils"
 short_desc="Simple panel/taskbar made for modern X window managers"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://gitlab.com/o9000/tint2"
 changelog="https://gitlab.com/o9000/tint2/-/raw/master/ChangeLog"

From 17900d01d410da75001717edffb7e46b6bd20ec4 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:05:11 +0100
Subject: [PATCH 17/18] xfce4-notifyd: orphan package

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

diff --git a/srcpkgs/xfce4-notifyd/template b/srcpkgs/xfce4-notifyd/template
index 75138eec557f..c942926800a6 100644
--- a/srcpkgs/xfce4-notifyd/template
+++ b/srcpkgs/xfce4-notifyd/template
@@ -8,7 +8,7 @@ hostmakedepends="pkg-config intltool glib-devel dbus-glib-devel"
 makedepends="libnotify-devel xfce4-panel-devel"
 depends="hicolor-icon-theme desktop-file-utils"
 short_desc="Simple, visually-appealing notification daemon for Xfce"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://goodies.xfce.org/projects/applications/xfce4-notifyd"
 distfiles="https://archive.xfce.org/src/apps/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"

From a6a84eba236e8fb1a906fe18ceeac81e6f3b765b Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:05:38 +0100
Subject: [PATCH 18/18] xfce4-screenshooter: orphan package

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

diff --git a/srcpkgs/xfce4-screenshooter/template b/srcpkgs/xfce4-screenshooter/template
index 6aac6215dc15..eefc07611427 100644
--- a/srcpkgs/xfce4-screenshooter/template
+++ b/srcpkgs/xfce4-screenshooter/template
@@ -8,7 +8,7 @@ hostmakedepends="pkg-config intltool glib-devel"
 makedepends="libxfce4ui-devel xfce4-panel-devel exo-devel libsoup-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="Plugin that makes screenshots for the Xfce panel"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://goodies.xfce.org/projects/applications/xfce4-screenshooter"
 distfiles="https://archive.xfce.org/src/apps/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"

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

end of thread, other threads:[~2022-02-01 21:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-29 23:17 [PR PATCH] orphan some packages steinex
2022-01-30  0:57 ` [PR PATCH] [Updated] " steinex
2022-01-30 12:29 ` steinex
2022-01-30 12:32 ` steinex
2022-01-30 12:36 ` steinex
2022-01-30 12:53 ` steinex
2022-01-30 13:07 ` tibequadorian
2022-01-30 13:08 ` tibequadorian
2022-01-30 13:09 ` steinex
2022-02-01 21:16 ` [PR PATCH] [Merged]: " leahneukirchen

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