* [PR PATCH] New package: nwg-look-0.1.4
@ 2022-10-22 18:07 cinerea0
2022-10-22 18:13 ` [PR PATCH] [Updated] " cinerea0
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: cinerea0 @ 2022-10-22 18:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 562 bytes --]
There is a new pull request by cinerea0 against master on the void-packages repository
https://github.com/cinerea0/void-packages nwg
https://github.com/void-linux/void-packages/pull/40111
New package: nwg-look-0.1.4
#### 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**
A patch file from https://github.com/void-linux/void-packages/pull/40111.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nwg-40111.patch --]
[-- Type: text/x-diff, Size: 1340 bytes --]
From 2b0bf76b83b30564db84308e8c84eeed039faae1 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sat, 22 Oct 2022 14:05:38 -0400
Subject: [PATCH] New package: nwg-look-0.1.4
---
srcpkgs/nwg-look/template | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
create mode 100644 srcpkgs/nwg-look/template
diff --git a/srcpkgs/nwg-look/template b/srcpkgs/nwg-look/template
new file mode 100644
index 000000000000..97659b81e768
--- /dev/null
+++ b/srcpkgs/nwg-look/template
@@ -0,0 +1,22 @@
+# Template file for 'nwg-look'
+pkgname=nwg-look
+version=0.1.4
+revision=1
+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>"
+license="MIT"
+homepage="https://github.com/nwg-piotr/nwg-look"
+distfiles="https://github.com/nwg-piotr/nwg-look/archive/refs/tags/v${version}.tar.gz"
+checksum=fff614fc11caac8a30f1dc6e107f4944313fd9e4476a4a23df3d7070f0f3a79b
+
+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
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Updated] New package: nwg-look-0.1.4
2022-10-22 18:07 [PR PATCH] New package: nwg-look-0.1.4 cinerea0
@ 2022-10-22 18:13 ` cinerea0
2023-01-21 1:58 ` github-actions
2023-01-24 16:16 ` cinerea0
2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2022-10-22 18:13 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 567 bytes --]
There is an updated pull request by cinerea0 against master on the void-packages repository
https://github.com/cinerea0/void-packages nwg
https://github.com/void-linux/void-packages/pull/40111
New package: nwg-look-0.1.4
#### 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**
A patch file from https://github.com/void-linux/void-packages/pull/40111.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nwg-40111.patch --]
[-- Type: text/x-diff, Size: 1335 bytes --]
From fe954acc2b0734b8aa4c492e6e13450a5c6345f3 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sat, 22 Oct 2022 14:13:21 -0400
Subject: [PATCH] New package: nwg-look-0.1.4
---
srcpkgs/nwg-look/template | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
create mode 100644 srcpkgs/nwg-look/template
diff --git a/srcpkgs/nwg-look/template b/srcpkgs/nwg-look/template
new file mode 100644
index 000000000000..4e60068164eb
--- /dev/null
+++ b/srcpkgs/nwg-look/template
@@ -0,0 +1,22 @@
+# Template file for 'nwg-look'
+pkgname=nwg-look
+version=0.1.4
+revision=1
+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>"
+license="MIT"
+homepage="https://github.com/nwg-piotr/nwg-look"
+distfiles="https://github.com/nwg-piotr/nwg-look/archive/refs/tags/v${version}.tar.gz"
+checksum=fff614fc11caac8a30f1dc6e107f4944313fd9e4476a4a23df3d7070f0f3a79b
+
+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
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: New package: nwg-look-0.1.4
2022-10-22 18:07 [PR PATCH] New package: nwg-look-0.1.4 cinerea0
2022-10-22 18:13 ` [PR PATCH] [Updated] " cinerea0
@ 2023-01-21 1:58 ` github-actions
2023-01-24 16:16 ` cinerea0
2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2023-01-21 1:58 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/40111#issuecomment-1399146503
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] 4+ messages in thread
* Re: New package: nwg-look-0.1.4
2022-10-22 18:07 [PR PATCH] New package: nwg-look-0.1.4 cinerea0
2022-10-22 18:13 ` [PR PATCH] [Updated] " cinerea0
2023-01-21 1:58 ` github-actions
@ 2023-01-24 16:16 ` cinerea0
2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2023-01-24 16:16 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 267 bytes --]
New comment by cinerea0 on void-packages repository
https://github.com/void-linux/void-packages/pull/40111#issuecomment-1402213470
Comment:
I'd still like to add this package to the repos. It's a convenient configuration tool for Sway in terms of themes and fonts.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-01-24 16:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-22 18:07 [PR PATCH] New package: nwg-look-0.1.4 cinerea0
2022-10-22 18:13 ` [PR PATCH] [Updated] " cinerea0
2023-01-21 1:58 ` github-actions
2023-01-24 16:16 ` cinerea0
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).