Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] add new package: sbs
@ 2022-08-14 22:22 ozkanonur
  2022-08-14 22:34 ` [PR REVIEW] New package: sbs-1.0.0 classabbyamp
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: ozkanonur @ 2022-08-14 22:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ozkanonur/void-packages sbs-1.0.0
https://github.com/void-linux/void-packages/pull/38677

add new package: sbs
#### 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**
 
Feh alternative simple background setter. Useful for WM users.




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

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

From a2b44b5c0ac9b6808fac4485373a00791a2715e4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Onur=20=C3=96zkan?= <work@onurozkan.dev>
Date: Mon, 15 Aug 2022 01:14:33 +0300
Subject: [PATCH] add new package: sbs
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Onur Özkan <work@onurozkan.dev>
---
 srcpkgs/sbs/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/sbs/template

diff --git a/srcpkgs/sbs/template b/srcpkgs/sbs/template
new file mode 100644
index 000000000000..701d8a1ea7d6
--- /dev/null
+++ b/srcpkgs/sbs/template
@@ -0,0 +1,20 @@
+# Template file for 'sbs'
+pkgname=sbs
+version=1.0.0
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="pkg-config"
+makedepends="imlib2-devel libXinerama-devel"
+depends="imlib2-devel libXinerama-devel"
+short_desc="single purpose non-bloat background setter"
+maintainer="Onur Ozkan <work@onurozkan.dev>"
+license="GPL-2.0-only"
+homepage="https://github.com/ozkanonur/sbs"
+changelog="https://raw.githubusercontent.com/ozkanonur/sbs/master/ChangeLog"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=aa4da5b2315046fc2059599b19c530f08bb870e63ed17111a55991b1ae911367
+
+do_install() {
+	vbin sbs
+}

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

* Re: [PR REVIEW] New package: sbs-1.0.0
  2022-08-14 22:22 [PR PATCH] add new package: sbs ozkanonur
  2022-08-14 22:34 ` [PR REVIEW] New package: sbs-1.0.0 classabbyamp
  2022-08-14 22:34 ` classabbyamp
@ 2022-08-14 22:34 ` classabbyamp
  2022-08-14 22:35 ` classabbyamp
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: classabbyamp @ 2022-08-14 22:34 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38677#discussion_r945350733

Comment:
why not let the default do_install do it? it should run `make install` just fine

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

* Re: [PR REVIEW] New package: sbs-1.0.0
  2022-08-14 22:22 [PR PATCH] add new package: sbs ozkanonur
@ 2022-08-14 22:34 ` classabbyamp
  2022-08-14 22:34 ` classabbyamp
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: classabbyamp @ 2022-08-14 22:34 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38677#discussion_r945350905

Comment:
don't use homepage here

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

* Re: [PR REVIEW] New package: sbs-1.0.0
  2022-08-14 22:22 [PR PATCH] add new package: sbs ozkanonur
  2022-08-14 22:34 ` [PR REVIEW] New package: sbs-1.0.0 classabbyamp
@ 2022-08-14 22:34 ` classabbyamp
  2022-08-14 22:34 ` classabbyamp
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: classabbyamp @ 2022-08-14 22:34 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38677#discussion_r945350691

Comment:
unnecessary, should be auto-detected

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

* Re: [PR REVIEW] New package: sbs-1.0.0
  2022-08-14 22:22 [PR PATCH] add new package: sbs ozkanonur
                   ` (2 preceding siblings ...)
  2022-08-14 22:34 ` classabbyamp
@ 2022-08-14 22:35 ` classabbyamp
  2022-08-14 22:44 ` [PR PATCH] [Updated] " ozkanonur
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: classabbyamp @ 2022-08-14 22:35 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38677#discussion_r945350691

Comment:
unnecessary, will be auto-detected

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

* Re: [PR PATCH] [Updated] New package: sbs-1.0.0
  2022-08-14 22:22 [PR PATCH] add new package: sbs ozkanonur
                   ` (3 preceding siblings ...)
  2022-08-14 22:35 ` classabbyamp
@ 2022-08-14 22:44 ` ozkanonur
  2022-08-14 22:49 ` [PR REVIEW] " ozkanonur
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ozkanonur @ 2022-08-14 22:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ozkanonur/void-packages sbs-1.0.0
https://github.com/void-linux/void-packages/pull/38677

New package: sbs-1.0.0
#### 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**
 
[feh](https://github.com/derf/feh) alternative simple background setter. Useful for WM users.




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

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

From a2b44b5c0ac9b6808fac4485373a00791a2715e4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Onur=20=C3=96zkan?= <work@onurozkan.dev>
Date: Mon, 15 Aug 2022 01:14:33 +0300
Subject: [PATCH 1/2] add new package: sbs
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Onur Özkan <work@onurozkan.dev>
---
 srcpkgs/sbs/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/sbs/template

diff --git a/srcpkgs/sbs/template b/srcpkgs/sbs/template
new file mode 100644
index 000000000000..701d8a1ea7d6
--- /dev/null
+++ b/srcpkgs/sbs/template
@@ -0,0 +1,20 @@
+# Template file for 'sbs'
+pkgname=sbs
+version=1.0.0
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="pkg-config"
+makedepends="imlib2-devel libXinerama-devel"
+depends="imlib2-devel libXinerama-devel"
+short_desc="single purpose non-bloat background setter"
+maintainer="Onur Ozkan <work@onurozkan.dev>"
+license="GPL-2.0-only"
+homepage="https://github.com/ozkanonur/sbs"
+changelog="https://raw.githubusercontent.com/ozkanonur/sbs/master/ChangeLog"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=aa4da5b2315046fc2059599b19c530f08bb870e63ed17111a55991b1ae911367
+
+do_install() {
+	vbin sbs
+}

From 533e05f5a30c8f9707e533b0321814179a8681d1 Mon Sep 17 00:00:00 2001
From: Onur <onurozkan.dev@outlook.com>
Date: Mon, 15 Aug 2022 01:44:00 +0300
Subject: [PATCH 2/2] exclude `do_install()` step

---
 srcpkgs/sbs/template | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/srcpkgs/sbs/template b/srcpkgs/sbs/template
index 701d8a1ea7d6..b38250ad501a 100644
--- a/srcpkgs/sbs/template
+++ b/srcpkgs/sbs/template
@@ -14,7 +14,3 @@ homepage="https://github.com/ozkanonur/sbs"
 changelog="https://raw.githubusercontent.com/ozkanonur/sbs/master/ChangeLog"
 distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=aa4da5b2315046fc2059599b19c530f08bb870e63ed17111a55991b1ae911367
-
-do_install() {
-	vbin sbs
-}

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

* Re: [PR REVIEW] New package: sbs-1.0.0
  2022-08-14 22:22 [PR PATCH] add new package: sbs ozkanonur
                   ` (4 preceding siblings ...)
  2022-08-14 22:44 ` [PR PATCH] [Updated] " ozkanonur
@ 2022-08-14 22:49 ` ozkanonur
  2022-08-14 22:53 ` ozkanonur
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ozkanonur @ 2022-08-14 22:49 UTC (permalink / raw)
  To: ml

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

New review comment by ozkanonur on void-packages repository

https://github.com/void-linux/void-packages/pull/38677#discussion_r945352461

Comment:
Compilation fails on `xbps-src pkg sbs` when I exclude those. Am I missing something?

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

* Re: [PR REVIEW] New package: sbs-1.0.0
  2022-08-14 22:22 [PR PATCH] add new package: sbs ozkanonur
                   ` (5 preceding siblings ...)
  2022-08-14 22:49 ` [PR REVIEW] " ozkanonur
@ 2022-08-14 22:53 ` ozkanonur
  2022-08-14 22:54 ` classabbyamp
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ozkanonur @ 2022-08-14 22:53 UTC (permalink / raw)
  To: ml

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

New review comment by ozkanonur on void-packages repository

https://github.com/void-linux/void-packages/pull/38677#discussion_r945352899

Comment:
Sorry, I couldn't get what's wrong with it. Shouldn't it be the repository link?

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

* Re: [PR REVIEW] New package: sbs-1.0.0
  2022-08-14 22:22 [PR PATCH] add new package: sbs ozkanonur
                   ` (6 preceding siblings ...)
  2022-08-14 22:53 ` ozkanonur
@ 2022-08-14 22:54 ` classabbyamp
  2022-08-14 22:55 ` classabbyamp
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: classabbyamp @ 2022-08-14 22:54 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38677#discussion_r945353047

Comment:
remove them only from depends, not makedepends

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

* Re: [PR REVIEW] New package: sbs-1.0.0
  2022-08-14 22:22 [PR PATCH] add new package: sbs ozkanonur
                   ` (7 preceding siblings ...)
  2022-08-14 22:54 ` classabbyamp
@ 2022-08-14 22:55 ` classabbyamp
  2022-08-14 22:57 ` ozkanonur
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: classabbyamp @ 2022-08-14 22:55 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38677#discussion_r945353055

Comment:
expand the variable to its value

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

* Re: [PR REVIEW] New package: sbs-1.0.0
  2022-08-14 22:22 [PR PATCH] add new package: sbs ozkanonur
                   ` (8 preceding siblings ...)
  2022-08-14 22:55 ` classabbyamp
@ 2022-08-14 22:57 ` ozkanonur
  2022-08-14 23:01 ` [PR PATCH] [Updated] " ozkanonur
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ozkanonur @ 2022-08-14 22:57 UTC (permalink / raw)
  To: ml

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

New review comment by ozkanonur on void-packages repository

https://github.com/void-linux/void-packages/pull/38677#discussion_r945353342

Comment:
Ah, got you now I was on completely different point xd

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

* Re: [PR PATCH] [Updated] New package: sbs-1.0.0
  2022-08-14 22:22 [PR PATCH] add new package: sbs ozkanonur
                   ` (9 preceding siblings ...)
  2022-08-14 22:57 ` ozkanonur
@ 2022-08-14 23:01 ` ozkanonur
  2022-08-14 23:06 ` ozkanonur
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ozkanonur @ 2022-08-14 23:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ozkanonur/void-packages sbs-1.0.0
https://github.com/void-linux/void-packages/pull/38677

New package: sbs-1.0.0
#### 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**
 
[feh](https://github.com/derf/feh) alternative simple background setter. Useful for WM users.




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

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

From a2b44b5c0ac9b6808fac4485373a00791a2715e4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Onur=20=C3=96zkan?= <work@onurozkan.dev>
Date: Mon, 15 Aug 2022 01:14:33 +0300
Subject: [PATCH 1/3] add new package: sbs
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Onur Özkan <work@onurozkan.dev>
---
 srcpkgs/sbs/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/sbs/template

diff --git a/srcpkgs/sbs/template b/srcpkgs/sbs/template
new file mode 100644
index 000000000000..701d8a1ea7d6
--- /dev/null
+++ b/srcpkgs/sbs/template
@@ -0,0 +1,20 @@
+# Template file for 'sbs'
+pkgname=sbs
+version=1.0.0
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="pkg-config"
+makedepends="imlib2-devel libXinerama-devel"
+depends="imlib2-devel libXinerama-devel"
+short_desc="single purpose non-bloat background setter"
+maintainer="Onur Ozkan <work@onurozkan.dev>"
+license="GPL-2.0-only"
+homepage="https://github.com/ozkanonur/sbs"
+changelog="https://raw.githubusercontent.com/ozkanonur/sbs/master/ChangeLog"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=aa4da5b2315046fc2059599b19c530f08bb870e63ed17111a55991b1ae911367
+
+do_install() {
+	vbin sbs
+}

From 533e05f5a30c8f9707e533b0321814179a8681d1 Mon Sep 17 00:00:00 2001
From: Onur <onurozkan.dev@outlook.com>
Date: Mon, 15 Aug 2022 01:44:00 +0300
Subject: [PATCH 2/3] exclude `do_install()` step

---
 srcpkgs/sbs/template | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/srcpkgs/sbs/template b/srcpkgs/sbs/template
index 701d8a1ea7d6..b38250ad501a 100644
--- a/srcpkgs/sbs/template
+++ b/srcpkgs/sbs/template
@@ -14,7 +14,3 @@ homepage="https://github.com/ozkanonur/sbs"
 changelog="https://raw.githubusercontent.com/ozkanonur/sbs/master/ChangeLog"
 distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=aa4da5b2315046fc2059599b19c530f08bb870e63ed17111a55991b1ae911367
-
-do_install() {
-	vbin sbs
-}

From 96fc29a80fc3b65b764f128b6c654f7890a5b634 Mon Sep 17 00:00:00 2001
From: Onur <onurozkan.dev@outlook.com>
Date: Mon, 15 Aug 2022 02:01:13 +0300
Subject: [PATCH 3/3] fix review notes

---
 srcpkgs/sbs/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sbs/template b/srcpkgs/sbs/template
index b38250ad501a..c598cb669f0e 100644
--- a/srcpkgs/sbs/template
+++ b/srcpkgs/sbs/template
@@ -6,11 +6,10 @@ build_style=gnu-makefile
 make_use_env=yes
 hostmakedepends="pkg-config"
 makedepends="imlib2-devel libXinerama-devel"
-depends="imlib2-devel libXinerama-devel"
 short_desc="single purpose non-bloat background setter"
 maintainer="Onur Ozkan <work@onurozkan.dev>"
 license="GPL-2.0-only"
 homepage="https://github.com/ozkanonur/sbs"
 changelog="https://raw.githubusercontent.com/ozkanonur/sbs/master/ChangeLog"
-distfiles="${homepage}/archive/v${version}.tar.gz"
+distfiles="https://github.com/ozkanonur/sbs/archive/v${version}.tar.gz"
 checksum=aa4da5b2315046fc2059599b19c530f08bb870e63ed17111a55991b1ae911367

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

* Re: [PR PATCH] [Updated] New package: sbs-1.0.0
  2022-08-14 22:22 [PR PATCH] add new package: sbs ozkanonur
                   ` (10 preceding siblings ...)
  2022-08-14 23:01 ` [PR PATCH] [Updated] " ozkanonur
@ 2022-08-14 23:06 ` ozkanonur
  2022-08-14 23:17 ` ozkanonur
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ozkanonur @ 2022-08-14 23:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ozkanonur/void-packages sbs-1.0.0
https://github.com/void-linux/void-packages/pull/38677

New package: sbs-1.0.0
#### 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**
 
[feh](https://github.com/derf/feh) alternative simple background setter. Useful for WM users.




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

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

From b2f83764def4971669704abd9e16e8636b77ae8b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Onur=20=C3=96zkan?= <work@onurozkan.dev>
Date: Mon, 15 Aug 2022 02:05:30 +0300
Subject: [PATCH] New package: sbs-1.0.0
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Onur Özkan <work@onurozkan.dev>
---
 srcpkgs/sbs/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/sbs/template

diff --git a/srcpkgs/sbs/template b/srcpkgs/sbs/template
new file mode 100644
index 000000000000..c598cb669f0e
--- /dev/null
+++ b/srcpkgs/sbs/template
@@ -0,0 +1,15 @@
+# Template file for 'sbs'
+pkgname=sbs
+version=1.0.0
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="pkg-config"
+makedepends="imlib2-devel libXinerama-devel"
+short_desc="single purpose non-bloat background setter"
+maintainer="Onur Ozkan <work@onurozkan.dev>"
+license="GPL-2.0-only"
+homepage="https://github.com/ozkanonur/sbs"
+changelog="https://raw.githubusercontent.com/ozkanonur/sbs/master/ChangeLog"
+distfiles="https://github.com/ozkanonur/sbs/archive/v${version}.tar.gz"
+checksum=aa4da5b2315046fc2059599b19c530f08bb870e63ed17111a55991b1ae911367

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

* Re: [PR PATCH] [Updated] New package: sbs-1.0.0
  2022-08-14 22:22 [PR PATCH] add new package: sbs ozkanonur
                   ` (11 preceding siblings ...)
  2022-08-14 23:06 ` ozkanonur
@ 2022-08-14 23:17 ` ozkanonur
  2022-08-14 23:17 ` ozkanonur
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ozkanonur @ 2022-08-14 23:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ozkanonur/void-packages sbs-1.0.0
https://github.com/void-linux/void-packages/pull/38677

New package: sbs-1.0.0
#### 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**
 
[feh](https://github.com/derf/feh) alternative simple background setter. Useful for WM users.




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

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

From b2f83764def4971669704abd9e16e8636b77ae8b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Onur=20=C3=96zkan?= <work@onurozkan.dev>
Date: Mon, 15 Aug 2022 02:05:30 +0300
Subject: [PATCH 1/2] New package: sbs-1.0.0
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Onur Özkan <work@onurozkan.dev>
---
 srcpkgs/sbs/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/sbs/template

diff --git a/srcpkgs/sbs/template b/srcpkgs/sbs/template
new file mode 100644
index 000000000000..c598cb669f0e
--- /dev/null
+++ b/srcpkgs/sbs/template
@@ -0,0 +1,15 @@
+# Template file for 'sbs'
+pkgname=sbs
+version=1.0.0
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="pkg-config"
+makedepends="imlib2-devel libXinerama-devel"
+short_desc="single purpose non-bloat background setter"
+maintainer="Onur Ozkan <work@onurozkan.dev>"
+license="GPL-2.0-only"
+homepage="https://github.com/ozkanonur/sbs"
+changelog="https://raw.githubusercontent.com/ozkanonur/sbs/master/ChangeLog"
+distfiles="https://github.com/ozkanonur/sbs/archive/v${version}.tar.gz"
+checksum=aa4da5b2315046fc2059599b19c530f08bb870e63ed17111a55991b1ae911367

From dfc7773c33beec49ba1f30c1608655dd9dc612b8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Onur=20=C3=96zkan?= <work@onurozkan.dev>
Date: Mon, 15 Aug 2022 02:16:50 +0300
Subject: [PATCH 2/2] fix `short_desc` format
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Onur Özkan <work@onurozkan.dev>
---
 srcpkgs/sbs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sbs/template b/srcpkgs/sbs/template
index c598cb669f0e..2fd695700a60 100644
--- a/srcpkgs/sbs/template
+++ b/srcpkgs/sbs/template
@@ -6,7 +6,7 @@ build_style=gnu-makefile
 make_use_env=yes
 hostmakedepends="pkg-config"
 makedepends="imlib2-devel libXinerama-devel"
-short_desc="single purpose non-bloat background setter"
+short_desc="Single purpose non-bloat background setter"
 maintainer="Onur Ozkan <work@onurozkan.dev>"
 license="GPL-2.0-only"
 homepage="https://github.com/ozkanonur/sbs"

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

* Re: [PR PATCH] [Updated] New package: sbs-1.0.0
  2022-08-14 22:22 [PR PATCH] add new package: sbs ozkanonur
                   ` (12 preceding siblings ...)
  2022-08-14 23:17 ` ozkanonur
@ 2022-08-14 23:17 ` ozkanonur
  2022-11-13  8:50 ` github-actions
  2022-11-28  2:04 ` [PR PATCH] [Closed]: " github-actions
  15 siblings, 0 replies; 17+ messages in thread
From: ozkanonur @ 2022-08-14 23:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ozkanonur/void-packages sbs-1.0.0
https://github.com/void-linux/void-packages/pull/38677

New package: sbs-1.0.0
#### 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**
 
[feh](https://github.com/derf/feh) alternative simple background setter. Useful for WM users.




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

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

From ea7f0386cf7be1a0beedbfcc4e78d1f4a36496a1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Onur=20=C3=96zkan?= <work@onurozkan.dev>
Date: Mon, 15 Aug 2022 02:17:28 +0300
Subject: [PATCH] New package: sbs-1.0.0
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Onur Özkan <work@onurozkan.dev>
---
 srcpkgs/sbs/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/sbs/template

diff --git a/srcpkgs/sbs/template b/srcpkgs/sbs/template
new file mode 100644
index 000000000000..2fd695700a60
--- /dev/null
+++ b/srcpkgs/sbs/template
@@ -0,0 +1,15 @@
+# Template file for 'sbs'
+pkgname=sbs
+version=1.0.0
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="pkg-config"
+makedepends="imlib2-devel libXinerama-devel"
+short_desc="Single purpose non-bloat background setter"
+maintainer="Onur Ozkan <work@onurozkan.dev>"
+license="GPL-2.0-only"
+homepage="https://github.com/ozkanonur/sbs"
+changelog="https://raw.githubusercontent.com/ozkanonur/sbs/master/ChangeLog"
+distfiles="https://github.com/ozkanonur/sbs/archive/v${version}.tar.gz"
+checksum=aa4da5b2315046fc2059599b19c530f08bb870e63ed17111a55991b1ae911367

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

* Re: New package: sbs-1.0.0
  2022-08-14 22:22 [PR PATCH] add new package: sbs ozkanonur
                   ` (13 preceding siblings ...)
  2022-08-14 23:17 ` ozkanonur
@ 2022-11-13  8:50 ` github-actions
  2022-11-28  2:04 ` [PR PATCH] [Closed]: " github-actions
  15 siblings, 0 replies; 17+ messages in thread
From: github-actions @ 2022-11-13  8:50 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/38677#issuecomment-1312675307

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] 17+ messages in thread

* Re: [PR PATCH] [Closed]: New package: sbs-1.0.0
  2022-08-14 22:22 [PR PATCH] add new package: sbs ozkanonur
                   ` (14 preceding siblings ...)
  2022-11-13  8:50 ` github-actions
@ 2022-11-28  2:04 ` github-actions
  15 siblings, 0 replies; 17+ messages in thread
From: github-actions @ 2022-11-28  2:04 UTC (permalink / raw)
  To: ml

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

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

New package: sbs-1.0.0
https://github.com/void-linux/void-packages/pull/38677

Description:
#### 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**
 
[feh](https://github.com/derf/feh) alternative simple background setter. Useful for WM users.




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

end of thread, other threads:[~2022-11-28  2:04 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-14 22:22 [PR PATCH] add new package: sbs ozkanonur
2022-08-14 22:34 ` [PR REVIEW] New package: sbs-1.0.0 classabbyamp
2022-08-14 22:34 ` classabbyamp
2022-08-14 22:34 ` classabbyamp
2022-08-14 22:35 ` classabbyamp
2022-08-14 22:44 ` [PR PATCH] [Updated] " ozkanonur
2022-08-14 22:49 ` [PR REVIEW] " ozkanonur
2022-08-14 22:53 ` ozkanonur
2022-08-14 22:54 ` classabbyamp
2022-08-14 22:55 ` classabbyamp
2022-08-14 22:57 ` ozkanonur
2022-08-14 23:01 ` [PR PATCH] [Updated] " ozkanonur
2022-08-14 23:06 ` ozkanonur
2022-08-14 23:17 ` ozkanonur
2022-08-14 23:17 ` ozkanonur
2022-11-13  8:50 ` github-actions
2022-11-28  2:04 ` [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).