Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kleopatra: move INSTALL.msg to README.voidlinux.
@ 2021-03-25  3:54 ericonr
  2021-03-25  4:09 ` [PR PATCH] [Merged]: " ericonr
  2021-03-25  5:18 ` Justinizer
  0 siblings, 2 replies; 3+ messages in thread
From: ericonr @ 2021-03-25  3:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages kle
https://github.com/void-linux/void-packages/pull/29736

kleopatra: move INSTALL.msg to README.voidlinux.
<!-- 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?
- [ ] 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.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 903e47249ae630f4cb5838d3215214ebd7ba1718 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Nogueira?= <erico.erc@gmail.com>
Date: Thu, 25 Mar 2021 00:53:26 -0300
Subject: [PATCH] kleopatra: move INSTALL.msg to README.voidlinux.

---
 srcpkgs/kleopatra/{INSTALL.msg => files/README.voidlinux} | 0
 srcpkgs/kleopatra/template                                | 6 +++++-
 2 files changed, 5 insertions(+), 1 deletion(-)
 rename srcpkgs/kleopatra/{INSTALL.msg => files/README.voidlinux} (100%)

diff --git a/srcpkgs/kleopatra/INSTALL.msg b/srcpkgs/kleopatra/files/README.voidlinux
similarity index 100%
rename from srcpkgs/kleopatra/INSTALL.msg
rename to srcpkgs/kleopatra/files/README.voidlinux
diff --git a/srcpkgs/kleopatra/template b/srcpkgs/kleopatra/template
index 2fbe963f3bdc..ef0ff2f38fa7 100644
--- a/srcpkgs/kleopatra/template
+++ b/srcpkgs/kleopatra/template
@@ -1,7 +1,7 @@
 # Template file for 'kleopatra'
 pkgname=kleopatra
 version=20.12.3
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="extra-cmake-modules kdoctools qt5-qmake qt5-host-tools kcoreaddons gettext kconfig"
 makedepends="kcmutils-devel AppStream kitemmodels-devel gpgmeqt-devel libkleo-devel kmime-devel"
@@ -18,3 +18,7 @@ do_check() {
 	QT_QPA_PLATFORM=offscreen CTEST_OUTPUT_ON_FAILURE=TRUE \
 		dbus-run-session ninja -C build test
 }
+
+post_install() {
+	vdoc $FILESDIR/README.voidlinux
+}

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

* Re: [PR PATCH] [Merged]: kleopatra: move INSTALL.msg to README.voidlinux.
  2021-03-25  3:54 [PR PATCH] kleopatra: move INSTALL.msg to README.voidlinux ericonr
@ 2021-03-25  4:09 ` ericonr
  2021-03-25  5:18 ` Justinizer
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2021-03-25  4:09 UTC (permalink / raw)
  To: ml

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

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

kleopatra: move INSTALL.msg to README.voidlinux.
https://github.com/void-linux/void-packages/pull/29736

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?
- [ ] 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.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

* Re: kleopatra: move INSTALL.msg to README.voidlinux.
  2021-03-25  3:54 [PR PATCH] kleopatra: move INSTALL.msg to README.voidlinux ericonr
  2021-03-25  4:09 ` [PR PATCH] [Merged]: " ericonr
@ 2021-03-25  5:18 ` Justinizer
  1 sibling, 0 replies; 3+ messages in thread
From: Justinizer @ 2021-03-25  5:18 UTC (permalink / raw)
  To: ml

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

New comment by Justinizer on void-packages repository

https://github.com/void-linux/void-packages/pull/29736#issuecomment-806370968

Comment:
Thank you ... :-)
I had issues yesterday because I didn't done a new branch and didn't want to affect the AusweisApp2 pull request. So I did go to sleep and wanted to do it today.

But to print the README in post_install() is a great idea. I learned again. 

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

end of thread, other threads:[~2021-03-25  5:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-25  3:54 [PR PATCH] kleopatra: move INSTALL.msg to README.voidlinux ericonr
2021-03-25  4:09 ` [PR PATCH] [Merged]: " ericonr
2021-03-25  5:18 ` Justinizer

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