Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bgc: remove package
@ 2021-12-30 10:39 meator
  2022-01-02 19:06 ` Piraty
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: meator @ 2021-12-30 10:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages bgc
https://github.com/void-linux/void-packages/pull/34758

bgc: remove package
<!-- Uncomment relevant sections and delete options which are not applicable -->
`https://github.com/mroutis/bgc` is dead. I wasn't able to find any alternative source.
#### 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/34758.patch is attached

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

From 653e4beee620e2aa84b73214aa9c20d20d2fe72c Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Thu, 30 Dec 2021 11:31:52 +0100
Subject: [PATCH] bgc: remove package

---
 srcpkgs/bgc/template              | 12 ------------
 srcpkgs/removed-packages/template |  3 ++-
 2 files changed, 2 insertions(+), 13 deletions(-)
 delete mode 100644 srcpkgs/bgc/template

diff --git a/srcpkgs/bgc/template b/srcpkgs/bgc/template
deleted file mode 100644
index ad6428866b5e..000000000000
--- a/srcpkgs/bgc/template
+++ /dev/null
@@ -1,12 +0,0 @@
-# Template file for 'bgc'
-pkgname=bgc
-version=1.0.1
-revision=1
-build_style=gnu-makefile
-makedepends="libX11-devel"
-short_desc="Set your background to a color, using X11"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="Unlicense"
-homepage="https://github.com/mroutis/bgc"
-distfiles="https://github.com/mroutis/bgc/archive/v${version}.tar.gz"
-checksum=4bda45295d95980f1d6210dca6d38e8578495841bad03c0b77d3fd44374edf27
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 2b16ae44131f..4bab6419b983 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -1,7 +1,7 @@
 # Template file for 'removed-packages'
 pkgname=removed-packages
 version=0.1
-revision=55
+revision=56
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
@@ -350,6 +350,7 @@ replaces="
  zou<=0.2.0_7
  zuluplay-devel<=1.1_1
  zuluplay<=1.1_1
+ bgc<=1.0.1_1
 "
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then

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

* Re: bgc: remove package
  2021-12-30 10:39 [PR PATCH] bgc: remove package meator
@ 2022-01-02 19:06 ` Piraty
  2022-01-02 19:08 ` [PR PATCH] [Merged]: " Piraty
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Piraty @ 2022-01-02 19:06 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/34758#issuecomment-1003760746

Comment:
i never used `bgc`, judging from the desc it may be what `xsetroot -solid "#000000"` does?

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

* Re: [PR PATCH] [Merged]: bgc: remove package
  2021-12-30 10:39 [PR PATCH] bgc: remove package meator
  2022-01-02 19:06 ` Piraty
@ 2022-01-02 19:08 ` Piraty
  2022-01-02 19:10 ` Piraty
  2022-01-02 20:15 ` meator
  3 siblings, 0 replies; 5+ messages in thread
From: Piraty @ 2022-01-02 19:08 UTC (permalink / raw)
  To: ml

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

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

bgc: remove package
https://github.com/void-linux/void-packages/pull/34758

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
`https://github.com/mroutis/bgc` is dead. I wasn't able to find any alternative source.
#### 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
-->


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

* Re: bgc: remove package
  2021-12-30 10:39 [PR PATCH] bgc: remove package meator
  2022-01-02 19:06 ` Piraty
  2022-01-02 19:08 ` [PR PATCH] [Merged]: " Piraty
@ 2022-01-02 19:10 ` Piraty
  2022-01-02 20:15 ` meator
  3 siblings, 0 replies; 5+ messages in thread
From: Piraty @ 2022-01-02 19:10 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/34758#issuecomment-1003761328

Comment:
meh, please respect ordering next time

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

* Re: bgc: remove package
  2021-12-30 10:39 [PR PATCH] bgc: remove package meator
                   ` (2 preceding siblings ...)
  2022-01-02 19:10 ` Piraty
@ 2022-01-02 20:15 ` meator
  3 siblings, 0 replies; 5+ messages in thread
From: meator @ 2022-01-02 20:15 UTC (permalink / raw)
  To: ml

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

New comment by meator on void-packages repository

https://github.com/void-linux/void-packages/pull/34758#issuecomment-1003769185

Comment:
Oh, sorry!

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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-30 10:39 [PR PATCH] bgc: remove package meator
2022-01-02 19:06 ` Piraty
2022-01-02 19:08 ` [PR PATCH] [Merged]: " Piraty
2022-01-02 19:10 ` Piraty
2022-01-02 20:15 ` meator

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