Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: nwg-bar-0.1.6
@ 2024-04-01 23:25 zen0bit
  2024-04-01 23:26 ` classabbyamp
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: zen0bit @ 2024-04-01 23:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR nwg-bar
https://github.com/void-linux/void-packages/pull/49663

New package: nwg-bar-0.1.6
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x64 glibc

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

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

From 6056f0fa72051bb5037b5923eea286d68fd1225a Mon Sep 17 00:00:00 2001
From: zenobit <zenobit@disroot.org>
Date: Mon, 1 Apr 2024 10:00:54 +0200
Subject: [PATCH] New package: nwg-bar-0.1.6

---
 srcpkgs/nwg-bar/template | 50 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 50 insertions(+)
 create mode 100644 srcpkgs/nwg-bar/template

diff --git a/srcpkgs/nwg-bar/template b/srcpkgs/nwg-bar/template
new file mode 100644
index 00000000000000..680c71a35283be
--- /dev/null
+++ b/srcpkgs/nwg-bar/template
@@ -0,0 +1,50 @@
+# Template file for 'nwg-bar'
+pkgname=nwg-bar
+version=0.1.6
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=go
+go_import_path=github.com/nwg-piotr/nwg-bar
+#build_style=gnu-makefile
+#configure_args="DESTDIR=/"
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="pkg-config"
+#hostmakedepends="go pkg-config"
+makedepends="python3-gobject-devel gtk+3-devel gtk-layer-shell-devel"
+depends="gtk-layer-shell gtk+3 zlib pango libharfbuzz atk cairo gdk-pixbuf glib gtk-layer-shell fontconfig freetype glibc"
+short_desc="GTK3-based button bar for wlroots-based compositors"
+maintainer="zenobit <zenobit@disroot.org>"
+license="MIT"
+homepage="https://github.com/nwg-piotr/nwg-bar"
+#changelog=""
+distfiles="https://github.com/nwg-piotr/nwg-bar/archive/refs/tags/v${version}.tar.gz"
+checksum=badc232f9eef1a225776c7f0fe2534b49ac0a957f1a81dc24acb8f341b7719d4
+
+post_install() {
+	vlicense LICENSE
+}
+
+#pre_build() {
+#	make get
+#}
+
+#do_build() {
+#	make build
+#}
+
+#do_install() {
+#	make get
+#	make build
+#	make install
+#}
+
+#post_install() {
+#	vcopy config/* /usr/share/nwg-bar
+#	vcopy images/* /usr/share/nwg-bar/images
+#	vbin bin/nwg-bar
+#	vlicense LICENSE
+#}

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

* Re: New package: nwg-bar-0.1.6
  2024-04-01 23:25 [PR PATCH] New package: nwg-bar-0.1.6 zen0bit
@ 2024-04-01 23:26 ` classabbyamp
  2024-04-01 23:41 ` [PR PATCH] [Closed]: " zen0bit
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: classabbyamp @ 2024-04-01 23:26 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/49663#issuecomment-2030782857

Comment:
if you,re going to be adding all of nwg-shell, you should do it as one PR

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

* Re: [PR PATCH] [Closed]: New package: nwg-bar-0.1.6
  2024-04-01 23:25 [PR PATCH] New package: nwg-bar-0.1.6 zen0bit
  2024-04-01 23:26 ` classabbyamp
@ 2024-04-01 23:41 ` zen0bit
  2024-04-01 23:41 ` zen0bit
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: zen0bit @ 2024-04-01 23:41 UTC (permalink / raw)
  To: ml

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

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

New package: nwg-bar-0.1.6
https://github.com/void-linux/void-packages/pull/49663

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

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x64 glibc

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

* Re: New package: nwg-bar-0.1.6
  2024-04-01 23:25 [PR PATCH] New package: nwg-bar-0.1.6 zen0bit
  2024-04-01 23:26 ` classabbyamp
  2024-04-01 23:41 ` [PR PATCH] [Closed]: " zen0bit
@ 2024-04-01 23:41 ` zen0bit
  2024-04-01 23:54 ` zen0bit
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: zen0bit @ 2024-04-01 23:41 UTC (permalink / raw)
  To: ml

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

New comment by zen0bit on void-packages repository

https://github.com/void-linux/void-packages/pull/49663#issuecomment-2030798783

Comment:
> if you,re going to be adding all of nwg-shell, you should do it as one PR

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

* Re: New package: nwg-bar-0.1.6
  2024-04-01 23:25 [PR PATCH] New package: nwg-bar-0.1.6 zen0bit
                   ` (2 preceding siblings ...)
  2024-04-01 23:41 ` zen0bit
@ 2024-04-01 23:54 ` zen0bit
  2024-04-02  1:32 ` zen0bit
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: zen0bit @ 2024-04-01 23:54 UTC (permalink / raw)
  To: ml

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

New comment by zen0bit on void-packages repository

https://github.com/void-linux/void-packages/pull/49663#issuecomment-2030798783

Comment:
Will see how will go..

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

* Re: New package: nwg-bar-0.1.6
  2024-04-01 23:25 [PR PATCH] New package: nwg-bar-0.1.6 zen0bit
                   ` (3 preceding siblings ...)
  2024-04-01 23:54 ` zen0bit
@ 2024-04-02  1:32 ` zen0bit
  2024-04-02  1:32 ` zen0bit
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: zen0bit @ 2024-04-02  1:32 UTC (permalink / raw)
  To: ml

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

New comment by zen0bit on void-packages repository

https://github.com/void-linux/void-packages/pull/49663#issuecomment-2030914634

Comment:
> if you,re going to be adding all of nwg-shell, you should do it as one PR

But most of apps could be used even without nwg-shell. Some already in Void...

So better push them separately?

Packaging all in one PR will make troubleshooting way longer.

It will stop me on first problem.

(Like first check)

PS: I wanna initialy push nwg-shell later, after most of parts will be merged (if)

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

* Re: New package: nwg-bar-0.1.6
  2024-04-01 23:25 [PR PATCH] New package: nwg-bar-0.1.6 zen0bit
                   ` (4 preceding siblings ...)
  2024-04-02  1:32 ` zen0bit
@ 2024-04-02  1:32 ` zen0bit
  2024-04-02  1:45 ` classabbyamp
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: zen0bit @ 2024-04-02  1:32 UTC (permalink / raw)
  To: ml

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

New comment by zen0bit on void-packages repository

https://github.com/void-linux/void-packages/pull/49663#issuecomment-2030914634

Comment:
> if you,re going to be adding all of nwg-shell, you should do it as one PR

But most of apps could be used even without nwg-shell. Some already in Void...

So better push them separately?

Packaging all in one PR will make troubleshooting way longer.

It will stop me on first problem.

(Like first check)

PS: I want initialy push nwg-shell later, after most of parts will be merged (if)

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

* Re: New package: nwg-bar-0.1.6
  2024-04-01 23:25 [PR PATCH] New package: nwg-bar-0.1.6 zen0bit
                   ` (5 preceding siblings ...)
  2024-04-02  1:32 ` zen0bit
@ 2024-04-02  1:45 ` classabbyamp
  2024-04-02  4:16 ` [PR PATCH] [Updated] " zen0bit
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: classabbyamp @ 2024-04-02  1:45 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/49663#issuecomment-2030924904

Comment:
test locally instead of relying on CI, it will make things much faster

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

* Re: [PR PATCH] [Updated] New package: nwg-bar-0.1.6
  2024-04-01 23:25 [PR PATCH] New package: nwg-bar-0.1.6 zen0bit
                   ` (6 preceding siblings ...)
  2024-04-02  1:45 ` classabbyamp
@ 2024-04-02  4:16 ` zen0bit
  2024-04-02  4:19 ` zen0bit
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: zen0bit @ 2024-04-02  4:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR nwg-bar
https://github.com/void-linux/void-packages/pull/49663

New package: nwg-bar-0.1.6
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x64 glibc

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

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

From a4e250781cb8a6f4b12ba4a0fe39599578387d31 Mon Sep 17 00:00:00 2001
From: zenobit <zenobit@disroot.org>
Date: Mon, 1 Apr 2024 10:00:54 +0200
Subject: [PATCH] New package: nwg-bar-0.1.6

---
 srcpkgs/nwg-bar/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/nwg-bar/template

diff --git a/srcpkgs/nwg-bar/template b/srcpkgs/nwg-bar/template
new file mode 100644
index 00000000000000..00a61cb566ce83
--- /dev/null
+++ b/srcpkgs/nwg-bar/template
@@ -0,0 +1,20 @@
+# Template file for 'nwg-bar'
+pkgname=nwg-bar
+version=0.1.6
+revision=1
+build_style=go
+go_import_path=github.com/nwg-piotr/nwg-bar
+hostmakedepends="pkg-config"
+makedepends="python3-gobject-devel gtk+3-devel gtk-layer-shell-devel"
+depends="gtk-layer-shell gtk+3 zlib pango libharfbuzz atk cairo gdk-pixbuf glib gtk-layer-shell fontconfig freetype glibc"
+short_desc="GTK3-based button bar for wlroots-based compositors"
+maintainer="zenobit <zenobit@disroot.org>"
+license="MIT"
+homepage="https://github.com/nwg-piotr/nwg-bar"
+#changelog=""
+distfiles="https://github.com/nwg-piotr/nwg-bar/archive/refs/tags/v${version}.tar.gz"
+checksum=badc232f9eef1a225776c7f0fe2534b49ac0a957f1a81dc24acb8f341b7719d4
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: nwg-bar-0.1.6
  2024-04-01 23:25 [PR PATCH] New package: nwg-bar-0.1.6 zen0bit
                   ` (7 preceding siblings ...)
  2024-04-02  4:16 ` [PR PATCH] [Updated] " zen0bit
@ 2024-04-02  4:19 ` zen0bit
  2024-04-02  6:36 ` classabbyamp
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: zen0bit @ 2024-04-02  4:19 UTC (permalink / raw)
  To: ml

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

New comment by zen0bit on void-packages repository

https://github.com/void-linux/void-packages/pull/49663#issuecomment-2031043008

Comment:
> test locally instead of relying on CI, it will make things much faster

Sure I am doing it, but not for all platforms...

What about pushing parts of nwg-shell separately? Since they can be used standalone anyway...



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

* Re: New package: nwg-bar-0.1.6
  2024-04-01 23:25 [PR PATCH] New package: nwg-bar-0.1.6 zen0bit
                   ` (8 preceding siblings ...)
  2024-04-02  4:19 ` zen0bit
@ 2024-04-02  6:36 ` classabbyamp
  2024-04-02  6:37 ` [PR PATCH] [Closed]: " classabbyamp
  2024-04-02  6:38 ` classabbyamp
  11 siblings, 0 replies; 13+ messages in thread
From: classabbyamp @ 2024-04-02  6:36 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/49663#issuecomment-2031184174

Comment:
> What about pushing parts of nwg-shell separately? Since they can be used standalone anyway...

opening so many PRs is very spammy, make it all one PR

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

* Re: [PR PATCH] [Closed]: New package: nwg-bar-0.1.6
  2024-04-01 23:25 [PR PATCH] New package: nwg-bar-0.1.6 zen0bit
                   ` (9 preceding siblings ...)
  2024-04-02  6:36 ` classabbyamp
@ 2024-04-02  6:37 ` classabbyamp
  2024-04-02  6:38 ` classabbyamp
  11 siblings, 0 replies; 13+ messages in thread
From: classabbyamp @ 2024-04-02  6:37 UTC (permalink / raw)
  To: ml

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

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

New package: nwg-bar-0.1.6
https://github.com/void-linux/void-packages/pull/49663

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

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x64 glibc

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

* Re: New package: nwg-bar-0.1.6
  2024-04-01 23:25 [PR PATCH] New package: nwg-bar-0.1.6 zen0bit
                   ` (10 preceding siblings ...)
  2024-04-02  6:37 ` [PR PATCH] [Closed]: " classabbyamp
@ 2024-04-02  6:38 ` classabbyamp
  11 siblings, 0 replies; 13+ messages in thread
From: classabbyamp @ 2024-04-02  6:38 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/49663#issuecomment-2031187326

Comment:
consolidate in #49664 

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

end of thread, other threads:[~2024-04-02  6:38 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-01 23:25 [PR PATCH] New package: nwg-bar-0.1.6 zen0bit
2024-04-01 23:26 ` classabbyamp
2024-04-01 23:41 ` [PR PATCH] [Closed]: " zen0bit
2024-04-01 23:41 ` zen0bit
2024-04-01 23:54 ` zen0bit
2024-04-02  1:32 ` zen0bit
2024-04-02  1:32 ` zen0bit
2024-04-02  1:45 ` classabbyamp
2024-04-02  4:16 ` [PR PATCH] [Updated] " zen0bit
2024-04-02  4:19 ` zen0bit
2024-04-02  6:36 ` classabbyamp
2024-04-02  6:37 ` [PR PATCH] [Closed]: " classabbyamp
2024-04-02  6:38 ` 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).