Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wf-recorder: update to 0.2.1
@ 2020-05-14 22:23 maybe-one-day-ubermensch
  2020-05-14 22:37 ` [PR PATCH] [Updated] " maybe-one-day-ubermensch
  2020-05-16  8:05 ` [PR PATCH] [Merged]: " jnbr
  0 siblings, 2 replies; 3+ messages in thread
From: maybe-one-day-ubermensch @ 2020-05-14 22:23 UTC (permalink / raw)
  To: ml

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

There is a new pull request by maybe-one-day-ubermensch against master on the void-packages repository

https://github.com/maybe-one-day-ubermensch/void-packages update-wf-recorder
https://github.com/void-linux/void-packages/pull/21977

wf-recorder: update to 0.2.1


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-wf-recorder-21977.patch --]
[-- Type: text/x-diff, Size: 1142 bytes --]

From 8eed7edbe9c4e6c1105155254b8ae088cc984f75 Mon Sep 17 00:00:00 2001
From: Jony <maybe-one-day-ubermensch@protonmail.com>
Date: Thu, 14 May 2020 15:19:44 -0700
Subject: [PATCH] wf-recorder: update to 0.2.1

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

diff --git a/srcpkgs/wf-recorder/template b/srcpkgs/wf-recorder/template
index 31889991390..8fcf4a86222 100644
--- a/srcpkgs/wf-recorder/template
+++ b/srcpkgs/wf-recorder/template
@@ -1,6 +1,6 @@
 # Template file for 'wf-recorder'
 pkgname=wf-recorder
-version=0.2
+version=0.2.1
 revision=1
 build_style=meson
 hostmakedepends="pkg-config ninja scdoc wayland-devel"
@@ -11,7 +11,7 @@ maintainer="Jony <maybe-one-day-ubermensch@protonmail.com>"
 license="MIT"
 homepage="https://github.com/ammen99/wf-recorder"
 distfiles="https://github.com/ammen99/${pkgname}/archive/v${version}.tar.gz"
-checksum=e35eef43920fc0492cd4702653b613b5ab1caaf070b5f0542db2f5c4d7a90deb
+checksum=45cf04cf58cf241c22fa2fbb70481a3747ad33e6930e4bdba7b9cc7018789ad1
 
 # silly workaround to prevent vector/bool/etc from being defined
 case "$XBPS_TARGET_MACHINE" in

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

* Re: [PR PATCH] [Updated] wf-recorder: update to 0.2.1
  2020-05-14 22:23 [PR PATCH] wf-recorder: update to 0.2.1 maybe-one-day-ubermensch
@ 2020-05-14 22:37 ` maybe-one-day-ubermensch
  2020-05-16  8:05 ` [PR PATCH] [Merged]: " jnbr
  1 sibling, 0 replies; 3+ messages in thread
From: maybe-one-day-ubermensch @ 2020-05-14 22:37 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by maybe-one-day-ubermensch against master on the void-packages repository

https://github.com/maybe-one-day-ubermensch/void-packages update-wf-recorder
https://github.com/void-linux/void-packages/pull/21977

wf-recorder: update to 0.2.1


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-wf-recorder-21977.patch --]
[-- Type: text/x-diff, Size: 1265 bytes --]

From f66605816cee8e4fe5be5ea925c746a85bf7a9e8 Mon Sep 17 00:00:00 2001
From: Jony <maybe-one-day-ubermensch@protonmail.com>
Date: Thu, 14 May 2020 15:19:44 -0700
Subject: [PATCH] wf-recorder: update to 0.2.1

---
 srcpkgs/wf-recorder/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/wf-recorder/template b/srcpkgs/wf-recorder/template
index 31889991390..8ca26d6ef45 100644
--- a/srcpkgs/wf-recorder/template
+++ b/srcpkgs/wf-recorder/template
@@ -1,6 +1,6 @@
 # Template file for 'wf-recorder'
 pkgname=wf-recorder
-version=0.2
+version=0.2.1
 revision=1
 build_style=meson
 hostmakedepends="pkg-config ninja scdoc wayland-devel"
@@ -11,11 +11,11 @@ maintainer="Jony <maybe-one-day-ubermensch@protonmail.com>"
 license="MIT"
 homepage="https://github.com/ammen99/wf-recorder"
 distfiles="https://github.com/ammen99/${pkgname}/archive/v${version}.tar.gz"
-checksum=e35eef43920fc0492cd4702653b613b5ab1caaf070b5f0542db2f5c4d7a90deb
+checksum=45cf04cf58cf241c22fa2fbb70481a3747ad33e6930e4bdba7b9cc7018789ad1
 
 # silly workaround to prevent vector/bool/etc from being defined
 case "$XBPS_TARGET_MACHINE" in
-        ppc*) CXXFLAGS+=" -D__APPLE_ALTIVEC__";;
+	ppc*) CXXFLAGS+=" -D__APPLE_ALTIVEC__";;
 esac
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: wf-recorder: update to 0.2.1
  2020-05-14 22:23 [PR PATCH] wf-recorder: update to 0.2.1 maybe-one-day-ubermensch
  2020-05-14 22:37 ` [PR PATCH] [Updated] " maybe-one-day-ubermensch
@ 2020-05-16  8:05 ` jnbr
  1 sibling, 0 replies; 3+ messages in thread
From: jnbr @ 2020-05-16  8:05 UTC (permalink / raw)
  To: ml

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

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

wf-recorder: update to 0.2.1
https://github.com/void-linux/void-packages/pull/21977

Description:


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

end of thread, other threads:[~2020-05-16  8:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-14 22:23 [PR PATCH] wf-recorder: update to 0.2.1 maybe-one-day-ubermensch
2020-05-14 22:37 ` [PR PATCH] [Updated] " maybe-one-day-ubermensch
2020-05-16  8:05 ` [PR PATCH] [Merged]: " jnbr

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