Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wf-shell: install wf-shell.ini.example
@ 2020-04-07 16:28 mamins1376
  2020-04-07 16:30 ` xtraeme
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mamins1376 @ 2020-04-07 16:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mamins1376/void-packages fix/wf-shell
https://github.com/void-linux/void-packages/pull/20731

wf-shell: install wf-shell.ini.example
Example configuration needs to be provided, missing currently.
This change installs `/usr/share/examples/wf-shell/wf-shell.ini.example` also.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fix/wf-shell-20731.patch --]
[-- Type: text/x-diff, Size: 657 bytes --]

From a289a71e43f4ad2cf3f4adfeea0a438f109e6e5c Mon Sep 17 00:00:00 2001
From: Mohammad Amin Sameti <mamins1376@gmail.com>
Date: Tue, 7 Apr 2020 20:55:46 +0430
Subject: [PATCH] wf-shell: install wf-shell.ini.example

---
 srcpkgs/wf-shell/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/wf-shell/template b/srcpkgs/wf-shell/template
index bc1e57881b8..692390e6e70 100644
--- a/srcpkgs/wf-shell/template
+++ b/srcpkgs/wf-shell/template
@@ -18,4 +18,5 @@ checksum="bc03e5232d72f69bf6ba634f688f5e896715d846b7b6344136e9eb88dd6a9aa0"
 
 post_install() {
 	vlicense LICENSE
+	vinstall wf-shell.ini.example 644 usr/share/examples/${pkgname}/
 }

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

* Re: wf-shell: install wf-shell.ini.example
  2020-04-07 16:28 [PR PATCH] wf-shell: install wf-shell.ini.example mamins1376
@ 2020-04-07 16:30 ` xtraeme
  2020-04-07 18:18 ` [PR PATCH] [Updated] " mamins1376
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: xtraeme @ 2020-04-07 16:30 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/pull/20731#issuecomment-610489689

Comment:
missing revbump

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

* Re: [PR PATCH] [Updated] wf-shell: install wf-shell.ini.example
  2020-04-07 16:28 [PR PATCH] wf-shell: install wf-shell.ini.example mamins1376
  2020-04-07 16:30 ` xtraeme
@ 2020-04-07 18:18 ` mamins1376
  2020-04-07 18:20 ` mamins1376
  2020-04-07 19:14 ` [PR PATCH] [Merged]: " Hoshpak
  3 siblings, 0 replies; 5+ messages in thread
From: mamins1376 @ 2020-04-07 18:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mamins1376/void-packages fix/wf-shell
https://github.com/void-linux/void-packages/pull/20731

wf-shell: install wf-shell.ini.example
Example configuration needs to be provided, missing currently.
This change installs `/usr/share/examples/wf-shell/wf-shell.ini.example` also.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fix/wf-shell-20731.patch --]
[-- Type: text/x-diff, Size: 848 bytes --]

From 6aac3b7870e384c06e6bcbfbfd574d8a3e15281e Mon Sep 17 00:00:00 2001
From: Mohammad Amin Sameti <mamins1376@gmail.com>
Date: Tue, 7 Apr 2020 20:55:46 +0430
Subject: [PATCH] wf-shell: install wf-shell.ini.example

---
 srcpkgs/wf-shell/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/wf-shell/template b/srcpkgs/wf-shell/template
index bc1e57881b8..af62c3c5207 100644
--- a/srcpkgs/wf-shell/template
+++ b/srcpkgs/wf-shell/template
@@ -1,7 +1,7 @@
 # Template file for 'wf-shell'
 pkgname=wf-shell
 version=0.4.0
-revision=2
+revision=3
 build_style=meson
 build_helper="gir"
 hostmakedepends="gobject-introspection pkg-config wayland-devel"
@@ -18,4 +18,5 @@ checksum="bc03e5232d72f69bf6ba634f688f5e896715d846b7b6344136e9eb88dd6a9aa0"
 
 post_install() {
 	vlicense LICENSE
+	vsconf wf-shell.ini.example
 }

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

* Re: wf-shell: install wf-shell.ini.example
  2020-04-07 16:28 [PR PATCH] wf-shell: install wf-shell.ini.example mamins1376
  2020-04-07 16:30 ` xtraeme
  2020-04-07 18:18 ` [PR PATCH] [Updated] " mamins1376
@ 2020-04-07 18:20 ` mamins1376
  2020-04-07 19:14 ` [PR PATCH] [Merged]: " Hoshpak
  3 siblings, 0 replies; 5+ messages in thread
From: mamins1376 @ 2020-04-07 18:20 UTC (permalink / raw)
  To: ml

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

New comment by mamins1376 on void-packages repository

https://github.com/void-linux/void-packages/pull/20731#issuecomment-610544955

Comment:
> missing revbump

originally i thought it's not worth it to reship the whole thing just because of this; but bumped anyway.

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

* Re: [PR PATCH] [Merged]: wf-shell: install wf-shell.ini.example
  2020-04-07 16:28 [PR PATCH] wf-shell: install wf-shell.ini.example mamins1376
                   ` (2 preceding siblings ...)
  2020-04-07 18:20 ` mamins1376
@ 2020-04-07 19:14 ` Hoshpak
  3 siblings, 0 replies; 5+ messages in thread
From: Hoshpak @ 2020-04-07 19:14 UTC (permalink / raw)
  To: ml

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

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

wf-shell: install wf-shell.ini.example
https://github.com/void-linux/void-packages/pull/20731

Description:
Example configuration needs to be provided, missing currently.
This change installs `/usr/share/examples/wf-shell/wf-shell.ini.example` also.

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

end of thread, other threads:[~2020-04-07 19:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-07 16:28 [PR PATCH] wf-shell: install wf-shell.ini.example mamins1376
2020-04-07 16:30 ` xtraeme
2020-04-07 18:18 ` [PR PATCH] [Updated] " mamins1376
2020-04-07 18:20 ` mamins1376
2020-04-07 19:14 ` [PR PATCH] [Merged]: " Hoshpak

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