* [PR PATCH] nwg-look: update to 1.0.2
@ 2025-02-07 4:15 baturax
2025-02-07 4:31 ` [PR PATCH] [Updated] " baturax
` (8 more replies)
0 siblings, 9 replies; 10+ messages in thread
From: baturax @ 2025-02-07 4:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1098 bytes --]
There is a new pull request by baturax against master on the void-packages repository
https://github.com/baturax/void-packages master
https://github.com/void-linux/void-packages/pull/54242
nwg-look: update to 1.0.2
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### 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**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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) x86_64
A patch file from https://github.com/void-linux/void-packages/pull/54242.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-54242.patch --]
[-- Type: text/x-diff, Size: 1671 bytes --]
From 228d68bbe54ce4c601ee3c71725b70c635babb2c Mon Sep 17 00:00:00 2001
From: Batu <bai@baturax.com>
Date: Fri, 7 Feb 2025 07:14:20 +0300
Subject: [PATCH] update to 1.0.2
---
srcpkgs/nwg-look/template | 22 +++++++++-------------
1 file changed, 9 insertions(+), 13 deletions(-)
diff --git a/srcpkgs/nwg-look/template b/srcpkgs/nwg-look/template
index dd231228d159b0..60a513fb954efd 100644
--- a/srcpkgs/nwg-look/template
+++ b/srcpkgs/nwg-look/template
@@ -1,28 +1,24 @@
# Template file for 'nwg-look'
pkgname=nwg-look
-version=0.2.7
-revision=2
+version=1.0.2
+revision=3
build_style=go
go_import_path=github.com/nwg-piotr/nwg-look
hostmakedepends="pkg-config"
makedepends="cairo-devel gtk+3-devel libglib-devel pango-devel"
depends="xcur2png"
short_desc="GTK3 settings editor adapted to work in the wlroots environment"
-maintainer="cinerea0 <cinerea0@protonmail.com>"
+maintainer="bai <bai@baturax.com>"
license="MIT"
homepage="https://github.com/nwg-piotr/nwg-look"
changelog="https://github.com/nwg-piotr/nwg-look/releases"
distfiles="https://github.com/nwg-piotr/nwg-look/archive/refs/tags/v${version}.tar.gz"
-checksum=20a7773b1bae7ae013efa359e73dcefc89bfb516d45bba4375f59c8a9216c9c3
+checksum=fc73b3f8a55c8b3a77853694f31be851422943692d495ec80ba895e9cd4b4cfd
-post_install() {
- vinstall stuff/main.glade 644 /usr/share/nwg-look
- vinstall stuff/nwg-look.desktop 644 /usr/share/applications
- vinstall stuff/nwg-look.svg 644 /usr/share/pixmaps
-
- for lang in langs/*.json; do
- vinstall ${lang} 644 /usr/share/nwg-look/langs
- done
+do_build() {
+ make build
+}
- vlicense LICENSE
+do_install() {
+ make install PREFIX="${DESTDIR}/usr"
}
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] nwg-look: update to 1.0.2
2025-02-07 4:15 [PR PATCH] nwg-look: update to 1.0.2 baturax
@ 2025-02-07 4:31 ` baturax
2025-02-07 5:14 ` [PR REVIEW] " oreo639
` (7 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: baturax @ 2025-02-07 4:31 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1103 bytes --]
There is an updated pull request by baturax against master on the void-packages repository
https://github.com/baturax/void-packages master
https://github.com/void-linux/void-packages/pull/54242
nwg-look: update to 1.0.2
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### 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**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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) x86_64
A patch file from https://github.com/void-linux/void-packages/pull/54242.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-54242.patch --]
[-- Type: text/x-diff, Size: 2950 bytes --]
From 228d68bbe54ce4c601ee3c71725b70c635babb2c Mon Sep 17 00:00:00 2001
From: Batu <bai@baturax.com>
Date: Fri, 7 Feb 2025 07:14:20 +0300
Subject: [PATCH 1/2] update to 1.0.2
---
srcpkgs/nwg-look/template | 22 +++++++++-------------
1 file changed, 9 insertions(+), 13 deletions(-)
diff --git a/srcpkgs/nwg-look/template b/srcpkgs/nwg-look/template
index dd231228d159b0..60a513fb954efd 100644
--- a/srcpkgs/nwg-look/template
+++ b/srcpkgs/nwg-look/template
@@ -1,28 +1,24 @@
# Template file for 'nwg-look'
pkgname=nwg-look
-version=0.2.7
-revision=2
+version=1.0.2
+revision=3
build_style=go
go_import_path=github.com/nwg-piotr/nwg-look
hostmakedepends="pkg-config"
makedepends="cairo-devel gtk+3-devel libglib-devel pango-devel"
depends="xcur2png"
short_desc="GTK3 settings editor adapted to work in the wlroots environment"
-maintainer="cinerea0 <cinerea0@protonmail.com>"
+maintainer="bai <bai@baturax.com>"
license="MIT"
homepage="https://github.com/nwg-piotr/nwg-look"
changelog="https://github.com/nwg-piotr/nwg-look/releases"
distfiles="https://github.com/nwg-piotr/nwg-look/archive/refs/tags/v${version}.tar.gz"
-checksum=20a7773b1bae7ae013efa359e73dcefc89bfb516d45bba4375f59c8a9216c9c3
+checksum=fc73b3f8a55c8b3a77853694f31be851422943692d495ec80ba895e9cd4b4cfd
-post_install() {
- vinstall stuff/main.glade 644 /usr/share/nwg-look
- vinstall stuff/nwg-look.desktop 644 /usr/share/applications
- vinstall stuff/nwg-look.svg 644 /usr/share/pixmaps
-
- for lang in langs/*.json; do
- vinstall ${lang} 644 /usr/share/nwg-look/langs
- done
+do_build() {
+ make build
+}
- vlicense LICENSE
+do_install() {
+ make install PREFIX="${DESTDIR}/usr"
}
From 6eed2a3802e96c3c9de4acff1197f6d814dcfa06 Mon Sep 17 00:00:00 2001
From: Batu <bai@baturax.com>
Date: Fri, 7 Feb 2025 07:31:55 +0300
Subject: [PATCH 2/2] update to 2024.3.2.2
---
srcpkgs/intellij-idea-ultimate-edition/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/intellij-idea-ultimate-edition/template b/srcpkgs/intellij-idea-ultimate-edition/template
index ae9c3e106844d1..23d60c57c434a9 100644
--- a/srcpkgs/intellij-idea-ultimate-edition/template
+++ b/srcpkgs/intellij-idea-ultimate-edition/template
@@ -1,7 +1,7 @@
# Template file for 'intellij-idea-ultimate-edition'
pkgname=intellij-idea-ultimate-edition
-version=2024.3
-revision=1
+version=2024.3.2.2
+revision=2
archs="x86_64"
depends="virtual?java-environment giflib libXtst hicolor-icon-theme"
short_desc="Java integrated development environment by JetBrains"
@@ -9,7 +9,7 @@ maintainer="Piekay <piekay@github.de>"
license="custom:Commercial"
homepage="https://www.jetbrains.org/"
distfiles="https://download.jetbrains.com/idea/ideaIU-${version}.tar.gz"
-checksum=c0627c42510bdd25b82127db62997fe6b7b98cc7e30987a83fa0b419692a15c1
+checksum=7094daa174aa74c163ecbc3958405c99b209333ca23e5accd02ed8100c015e38
repository=nonfree
restricted=yes
nopie=yes
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR REVIEW] nwg-look: update to 1.0.2
2025-02-07 4:15 [PR PATCH] nwg-look: update to 1.0.2 baturax
2025-02-07 4:31 ` [PR PATCH] [Updated] " baturax
2025-02-07 5:14 ` [PR REVIEW] " oreo639
@ 2025-02-07 5:14 ` oreo639
2025-02-07 5:18 ` oreo639
` (5 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: oreo639 @ 2025-02-07 5:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 704 bytes --]
New review comment by oreo639 on void-packages repository
https://github.com/void-linux/void-packages/pull/54242#discussion_r1945963438
Comment:
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md
> If a template is orphaned (maintained by orphan@voidlinux.org) or the current maintainer has not contributed to Void in over a year, template maintainership can be adopted by someone else. To ensure a template gets the care it needs, template adopters should be familiar with the package and have an established history of contributions to Void. Those who have contributed several updates, especially for the template in question, are good candidates for template maintainership.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR REVIEW] nwg-look: update to 1.0.2
2025-02-07 4:15 [PR PATCH] nwg-look: update to 1.0.2 baturax
2025-02-07 4:31 ` [PR PATCH] [Updated] " baturax
@ 2025-02-07 5:14 ` oreo639
2025-02-07 5:14 ` oreo639
` (6 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: oreo639 @ 2025-02-07 5:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 191 bytes --]
New review comment by oreo639 on void-packages repository
https://github.com/void-linux/void-packages/pull/54242#discussion_r1945956588
Comment:
Why is this being updated in a nwg-look pr?
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR REVIEW] nwg-look: update to 1.0.2
2025-02-07 4:15 [PR PATCH] nwg-look: update to 1.0.2 baturax
` (2 preceding siblings ...)
2025-02-07 5:14 ` oreo639
@ 2025-02-07 5:18 ` oreo639
2025-02-07 5:18 ` baturax
` (4 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: oreo639 @ 2025-02-07 5:18 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 295 bytes --]
New review comment by oreo639 on void-packages repository
https://github.com/void-linux/void-packages/pull/54242#discussion_r1945966835
Comment:
This breaks compiling with multiple jobs `-j`, which the do_build in the go build style implements (and `make build` just calls `go build` anyway).
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR REVIEW] nwg-look: update to 1.0.2
2025-02-07 4:15 [PR PATCH] nwg-look: update to 1.0.2 baturax
` (3 preceding siblings ...)
2025-02-07 5:18 ` oreo639
@ 2025-02-07 5:18 ` baturax
2025-02-07 5:19 ` oreo639
` (3 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: baturax @ 2025-02-07 5:18 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 264 bytes --]
New review comment by baturax on void-packages repository
https://github.com/void-linux/void-packages/pull/54242#discussion_r1945967395
Comment:
> Why is this being updated in a nwg-look pr?
dunno i was trying to make it another pr but it was added here auto
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR REVIEW] nwg-look: update to 1.0.2
2025-02-07 4:15 [PR PATCH] nwg-look: update to 1.0.2 baturax
` (4 preceding siblings ...)
2025-02-07 5:18 ` baturax
@ 2025-02-07 5:19 ` oreo639
2025-02-07 5:19 ` oreo639
` (2 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: oreo639 @ 2025-02-07 5:19 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 315 bytes --]
New review comment by oreo639 on void-packages repository
https://github.com/void-linux/void-packages/pull/54242#discussion_r1945966835
Comment:
This breaks compiling with multiple jobs `-j` and passing ldflags, which the do_build in the go build style implements (and `make build` just calls `go build` anyway).
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR REVIEW] nwg-look: update to 1.0.2
2025-02-07 4:15 [PR PATCH] nwg-look: update to 1.0.2 baturax
` (5 preceding siblings ...)
2025-02-07 5:19 ` oreo639
@ 2025-02-07 5:19 ` oreo639
2025-02-07 5:21 ` [PR PATCH] [Updated] " baturax
2025-02-08 6:04 ` [PR PATCH] [Closed]: " baturax
8 siblings, 0 replies; 10+ messages in thread
From: oreo639 @ 2025-02-07 5:19 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 322 bytes --]
New review comment by oreo639 on void-packages repository
https://github.com/void-linux/void-packages/pull/54242#discussion_r1945966835
Comment:
This breaks compiling with multiple jobs `-j` and breaks passing ldflags, which the do_build in the go build style implements (and `make build` just calls `go build` anyway).
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] nwg-look: update to 1.0.2
2025-02-07 4:15 [PR PATCH] nwg-look: update to 1.0.2 baturax
` (6 preceding siblings ...)
2025-02-07 5:19 ` oreo639
@ 2025-02-07 5:21 ` baturax
2025-02-08 6:04 ` [PR PATCH] [Closed]: " baturax
8 siblings, 0 replies; 10+ messages in thread
From: baturax @ 2025-02-07 5:21 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1103 bytes --]
There is an updated pull request by baturax against master on the void-packages repository
https://github.com/baturax/void-packages master
https://github.com/void-linux/void-packages/pull/54242
nwg-look: update to 1.0.2
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### 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**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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) x86_64
A patch file from https://github.com/void-linux/void-packages/pull/54242.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-54242.patch --]
[-- Type: text/x-diff, Size: 3805 bytes --]
From 228d68bbe54ce4c601ee3c71725b70c635babb2c Mon Sep 17 00:00:00 2001
From: Batu <bai@baturax.com>
Date: Fri, 7 Feb 2025 07:14:20 +0300
Subject: [PATCH 1/3] update to 1.0.2
---
srcpkgs/nwg-look/template | 22 +++++++++-------------
1 file changed, 9 insertions(+), 13 deletions(-)
diff --git a/srcpkgs/nwg-look/template b/srcpkgs/nwg-look/template
index dd231228d159b0..60a513fb954efd 100644
--- a/srcpkgs/nwg-look/template
+++ b/srcpkgs/nwg-look/template
@@ -1,28 +1,24 @@
# Template file for 'nwg-look'
pkgname=nwg-look
-version=0.2.7
-revision=2
+version=1.0.2
+revision=3
build_style=go
go_import_path=github.com/nwg-piotr/nwg-look
hostmakedepends="pkg-config"
makedepends="cairo-devel gtk+3-devel libglib-devel pango-devel"
depends="xcur2png"
short_desc="GTK3 settings editor adapted to work in the wlroots environment"
-maintainer="cinerea0 <cinerea0@protonmail.com>"
+maintainer="bai <bai@baturax.com>"
license="MIT"
homepage="https://github.com/nwg-piotr/nwg-look"
changelog="https://github.com/nwg-piotr/nwg-look/releases"
distfiles="https://github.com/nwg-piotr/nwg-look/archive/refs/tags/v${version}.tar.gz"
-checksum=20a7773b1bae7ae013efa359e73dcefc89bfb516d45bba4375f59c8a9216c9c3
+checksum=fc73b3f8a55c8b3a77853694f31be851422943692d495ec80ba895e9cd4b4cfd
-post_install() {
- vinstall stuff/main.glade 644 /usr/share/nwg-look
- vinstall stuff/nwg-look.desktop 644 /usr/share/applications
- vinstall stuff/nwg-look.svg 644 /usr/share/pixmaps
-
- for lang in langs/*.json; do
- vinstall ${lang} 644 /usr/share/nwg-look/langs
- done
+do_build() {
+ make build
+}
- vlicense LICENSE
+do_install() {
+ make install PREFIX="${DESTDIR}/usr"
}
From 6eed2a3802e96c3c9de4acff1197f6d814dcfa06 Mon Sep 17 00:00:00 2001
From: Batu <bai@baturax.com>
Date: Fri, 7 Feb 2025 07:31:55 +0300
Subject: [PATCH 2/3] update to 2024.3.2.2
---
srcpkgs/intellij-idea-ultimate-edition/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/intellij-idea-ultimate-edition/template b/srcpkgs/intellij-idea-ultimate-edition/template
index ae9c3e106844d1..23d60c57c434a9 100644
--- a/srcpkgs/intellij-idea-ultimate-edition/template
+++ b/srcpkgs/intellij-idea-ultimate-edition/template
@@ -1,7 +1,7 @@
# Template file for 'intellij-idea-ultimate-edition'
pkgname=intellij-idea-ultimate-edition
-version=2024.3
-revision=1
+version=2024.3.2.2
+revision=2
archs="x86_64"
depends="virtual?java-environment giflib libXtst hicolor-icon-theme"
short_desc="Java integrated development environment by JetBrains"
@@ -9,7 +9,7 @@ maintainer="Piekay <piekay@github.de>"
license="custom:Commercial"
homepage="https://www.jetbrains.org/"
distfiles="https://download.jetbrains.com/idea/ideaIU-${version}.tar.gz"
-checksum=c0627c42510bdd25b82127db62997fe6b7b98cc7e30987a83fa0b419692a15c1
+checksum=7094daa174aa74c163ecbc3958405c99b209333ca23e5accd02ed8100c015e38
repository=nonfree
restricted=yes
nopie=yes
From ed8d82a8ba89209f88bc770643310940dda2be8b Mon Sep 17 00:00:00 2001
From: Batu <bai@baturax.com>
Date: Fri, 7 Feb 2025 08:21:14 +0300
Subject: [PATCH 3/3] Update template
---
srcpkgs/nwg-look/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/nwg-look/template b/srcpkgs/nwg-look/template
index 60a513fb954efd..f7e2c228f3f5e6 100644
--- a/srcpkgs/nwg-look/template
+++ b/srcpkgs/nwg-look/template
@@ -8,7 +8,7 @@ hostmakedepends="pkg-config"
makedepends="cairo-devel gtk+3-devel libglib-devel pango-devel"
depends="xcur2png"
short_desc="GTK3 settings editor adapted to work in the wlroots environment"
-maintainer="bai <bai@baturax.com>"
+maintainer="cinerea0 <cinerea0@protonmail.com>"
license="MIT"
homepage="https://github.com/nwg-piotr/nwg-look"
changelog="https://github.com/nwg-piotr/nwg-look/releases"
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Closed]: nwg-look: update to 1.0.2
2025-02-07 4:15 [PR PATCH] nwg-look: update to 1.0.2 baturax
` (7 preceding siblings ...)
2025-02-07 5:21 ` [PR PATCH] [Updated] " baturax
@ 2025-02-08 6:04 ` baturax
8 siblings, 0 replies; 10+ messages in thread
From: baturax @ 2025-02-08 6:04 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 948 bytes --]
There's a closed pull request on the void-packages repository
nwg-look: update to 1.0.2
https://github.com/void-linux/void-packages/pull/54242
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### 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**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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) x86_64
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2025-02-08 6:04 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-07 4:15 [PR PATCH] nwg-look: update to 1.0.2 baturax
2025-02-07 4:31 ` [PR PATCH] [Updated] " baturax
2025-02-07 5:14 ` [PR REVIEW] " oreo639
2025-02-07 5:14 ` oreo639
2025-02-07 5:18 ` oreo639
2025-02-07 5:18 ` baturax
2025-02-07 5:19 ` oreo639
2025-02-07 5:19 ` oreo639
2025-02-07 5:21 ` [PR PATCH] [Updated] " baturax
2025-02-08 6:04 ` [PR PATCH] [Closed]: " baturax
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).