Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] FeatherPad: update to 0.12.0.
@ 2020-01-10 17:33 voidlinux-github
  2020-01-10 18:05 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-10 20:18 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-10 17:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages FeatherPad
https://github.com/void-linux/void-packages/pull/18184

FeatherPad: update to 0.12.0.


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

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

From 51289e37459d7fb9578ad3471495db8385890c72 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 10 Jan 2020 19:32:09 +0200
Subject: [PATCH] FeatherPad: update to 0.12.0.

---
 srcpkgs/FeatherPad/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/FeatherPad/template b/srcpkgs/FeatherPad/template
index ddfc89c6300..53451195316 100644
--- a/srcpkgs/FeatherPad/template
+++ b/srcpkgs/FeatherPad/template
@@ -1,6 +1,6 @@
 # Template file for 'FeatherPad'
 pkgname=FeatherPad
-version=0.11.1
+version=0.12.0
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-tools-devel"
@@ -10,7 +10,7 @@ maintainer="Young Jin Park <youngjinpark20@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/tsujan/FeatherPad"
 distfiles="https://github.com/tsujan/FeatherPad/archive/V${version}.tar.gz"
-checksum=a9cb943587bb0065c7cd7e42b5b396d633d4bab6c531621b4f85b050e0ccd9db
+checksum=922305e8724062ca2996b4aa8ada8a24e8c178ecb84adca86a51a560e5c29b52
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-x11extras-devel qt5-svg-devel"

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

* Re: [PR PATCH] [Updated] FeatherPad: update to 0.12.0.
  2020-01-10 17:33 [PR PATCH] FeatherPad: update to 0.12.0 voidlinux-github
@ 2020-01-10 18:05 ` voidlinux-github
  2020-01-10 20:18 ` [PR PATCH] [Merged]: " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-10 18:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages FeatherPad
https://github.com/void-linux/void-packages/pull/18184

FeatherPad: update to 0.12.0.


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

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

From 6701ca6c00302db7a4d940b0a37a62a253382b0c Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 10 Jan 2020 19:32:09 +0200
Subject: [PATCH] FeatherPad: update to 0.12.0.

---
 srcpkgs/FeatherPad/template | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/FeatherPad/template b/srcpkgs/FeatherPad/template
index ddfc89c6300..d006ce66c5c 100644
--- a/srcpkgs/FeatherPad/template
+++ b/srcpkgs/FeatherPad/template
@@ -1,6 +1,6 @@
 # Template file for 'FeatherPad'
 pkgname=FeatherPad
-version=0.11.1
+version=0.12.0
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-tools-devel"
@@ -10,12 +10,8 @@ maintainer="Young Jin Park <youngjinpark20@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/tsujan/FeatherPad"
 distfiles="https://github.com/tsujan/FeatherPad/archive/V${version}.tar.gz"
-checksum=a9cb943587bb0065c7cd7e42b5b396d633d4bab6c531621b4f85b050e0ccd9db
+checksum=922305e8724062ca2996b4aa8ada8a24e8c178ecb84adca86a51a560e5c29b52
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-x11extras-devel qt5-svg-devel"
 fi
-
-post_install() {
-	vlicense COPYING
-}

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

* Re: [PR PATCH] [Merged]: FeatherPad: update to 0.12.0.
  2020-01-10 17:33 [PR PATCH] FeatherPad: update to 0.12.0 voidlinux-github
  2020-01-10 18:05 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-10 20:18 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-10 20:18 UTC (permalink / raw)
  To: ml

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

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

FeatherPad: update to 0.12.0.
https://github.com/void-linux/void-packages/pull/18184

Description:


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

end of thread, other threads:[~2020-01-10 20:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-10 17:33 [PR PATCH] FeatherPad: update to 0.12.0 voidlinux-github
2020-01-10 18:05 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-10 20:18 ` [PR PATCH] [Merged]: " voidlinux-github

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