Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Add a manpage for j4-dmenu-desktop
@ 2021-07-15 14:03 meator
  2021-08-29  9:14 ` [PR PATCH] [Updated] " meator
  2021-08-30 17:53 ` [PR PATCH] [Merged]: " Chocimier
  0 siblings, 2 replies; 3+ messages in thread
From: meator @ 2021-07-15 14:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages j4-dmenu-desktop
https://github.com/void-linux/void-packages/pull/31980

Add a manpage for j4-dmenu-desktop
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-j4-dmenu-desktop-31980.patch --]
[-- Type: text/x-diff, Size: 886 bytes --]

From 32564230f0702ae0c212486b09a359b4d8b3b5eb Mon Sep 17 00:00:00 2001
From: meator <coder64@protonmail.com>
Date: Thu, 15 Jul 2021 15:50:10 +0200
Subject: [PATCH] j4-dmenu-desktop: add manpage

---
 srcpkgs/j4-dmenu-desktop/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/j4-dmenu-desktop/template b/srcpkgs/j4-dmenu-desktop/template
index 711de937620c..82e237201afc 100644
--- a/srcpkgs/j4-dmenu-desktop/template
+++ b/srcpkgs/j4-dmenu-desktop/template
@@ -1,7 +1,7 @@
 # Template file for 'j4-dmenu-desktop'
 pkgname=j4-dmenu-desktop
 version=2.18
-revision=1
+revision=2
 wrksrc="${pkgname}-r${version}"
 build_style=cmake
 # The current version (2.18) needs to have /usr/share/applications dir
@@ -23,3 +23,7 @@ if [ "$XBPS_CHECK_PKGS" ]; then
 else
 	configure_args="-DWITH_TESTS=OFF"
 fi
+
+post_install() {
+	vman j4-dmenu-desktop.1
+}

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

* Re: [PR PATCH] [Updated] Add a manpage for j4-dmenu-desktop
  2021-07-15 14:03 [PR PATCH] Add a manpage for j4-dmenu-desktop meator
@ 2021-08-29  9:14 ` meator
  2021-08-30 17:53 ` [PR PATCH] [Merged]: " Chocimier
  1 sibling, 0 replies; 3+ messages in thread
From: meator @ 2021-08-29  9:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages j4-dmenu-desktop
https://github.com/void-linux/void-packages/pull/31980

Add a manpage for j4-dmenu-desktop
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-j4-dmenu-desktop-31980.patch --]
[-- Type: text/x-diff, Size: 884 bytes --]

From 504b61790297a4b42b15afc5490603de4b5a9edd Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Thu, 15 Jul 2021 15:50:10 +0200
Subject: [PATCH] j4-dmenu-desktop: add manpage

---
 srcpkgs/j4-dmenu-desktop/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/j4-dmenu-desktop/template b/srcpkgs/j4-dmenu-desktop/template
index 711de937620c..82e237201afc 100644
--- a/srcpkgs/j4-dmenu-desktop/template
+++ b/srcpkgs/j4-dmenu-desktop/template
@@ -1,7 +1,7 @@
 # Template file for 'j4-dmenu-desktop'
 pkgname=j4-dmenu-desktop
 version=2.18
-revision=1
+revision=2
 wrksrc="${pkgname}-r${version}"
 build_style=cmake
 # The current version (2.18) needs to have /usr/share/applications dir
@@ -23,3 +23,7 @@ if [ "$XBPS_CHECK_PKGS" ]; then
 else
 	configure_args="-DWITH_TESTS=OFF"
 fi
+
+post_install() {
+	vman j4-dmenu-desktop.1
+}

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

* Re: [PR PATCH] [Merged]: Add a manpage for j4-dmenu-desktop
  2021-07-15 14:03 [PR PATCH] Add a manpage for j4-dmenu-desktop meator
  2021-08-29  9:14 ` [PR PATCH] [Updated] " meator
@ 2021-08-30 17:53 ` Chocimier
  1 sibling, 0 replies; 3+ messages in thread
From: Chocimier @ 2021-08-30 17:53 UTC (permalink / raw)
  To: ml

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

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

Add a manpage for j4-dmenu-desktop
https://github.com/void-linux/void-packages/pull/31980

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

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

end of thread, other threads:[~2021-08-30 17:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-15 14:03 [PR PATCH] Add a manpage for j4-dmenu-desktop meator
2021-08-29  9:14 ` [PR PATCH] [Updated] " meator
2021-08-30 17:53 ` [PR PATCH] [Merged]: " Chocimier

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