Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Add wf recorder
@ 2019-10-09 12:37 voidlinux-github
  2019-10-10  9:35 ` voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-09 12:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/KristupasSavickas/void-packages add-wf-recorder
https://github.com/void-linux/void-packages/pull/15277

Add wf recorder


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

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

From e8f752fce54b3025d433c7899058b89f5d80fbec Mon Sep 17 00:00:00 2001
From: Kristupas Savickas <kristupas.savickas@pm.me>
Date: Wed, 9 Oct 2019 15:35:21 +0300
Subject: [PATCH 1/2] wf-recorder: initial addition

---
 srcpkgs/wf-recorder/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/wf-recorder/template

diff --git a/srcpkgs/wf-recorder/template b/srcpkgs/wf-recorder/template
new file mode 100644
index 00000000000..9d7694d542a
--- /dev/null
+++ b/srcpkgs/wf-recorder/template
@@ -0,0 +1,19 @@
+# Template file for 'wf-recorder'
+pkgname=wf-recorder
+version=0.1
+revision=1
+build_style=meson
+hostmakedepends="pkg-config ninja"
+makedepends="wayland-protocols wayland-devel ffmpeg-devel x264-devel
+ pulseaudio-devel"
+depends=""
+short_desc="Program for screen recording of wlroots-based compositors"
+maintainer="Kristupas Savickas <kristupas.savickas@pm.me>"
+license="MIT"
+homepage="https://github.com/ammen99/wf-recorder"
+distfiles="https://github.com/ammen99/${pkgname}/archive/v${version}.tar.gz"
+checksum=1a59e979eda8326c1d6dbdfcc734ee03d9f0afbcca3c30191e3b2c9641637d24
+
+pkg_install() {
+	vlicense LICENSE
+}

From 92f6abbfaf94acc6ddde2c43b294f0ea17d3f5d2 Mon Sep 17 00:00:00 2001
From: Kristupas Savickas <kristupas.savickas@pm.me>
Date: Wed, 9 Oct 2019 15:36:38 +0300
Subject: [PATCH 2/2] wf-recorder: fix linting warning

---
 srcpkgs/wf-recorder/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/wf-recorder/template b/srcpkgs/wf-recorder/template
index 9d7694d542a..6c8ed5772d7 100644
--- a/srcpkgs/wf-recorder/template
+++ b/srcpkgs/wf-recorder/template
@@ -6,7 +6,6 @@ build_style=meson
 hostmakedepends="pkg-config ninja"
 makedepends="wayland-protocols wayland-devel ffmpeg-devel x264-devel
  pulseaudio-devel"
-depends=""
 short_desc="Program for screen recording of wlroots-based compositors"
 maintainer="Kristupas Savickas <kristupas.savickas@pm.me>"
 license="MIT"

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

* Re: Add wf recorder
  2019-10-09 12:37 [PR PATCH] Add wf recorder voidlinux-github
@ 2019-10-10  9:35 ` voidlinux-github
  2020-03-20  7:11 ` travankor
  2020-03-20  7:35 ` [PR PATCH] [Closed]: " KristupasSavickas
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-10  9:35 UTC (permalink / raw)
  To: ml

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

New comment by reback00 on void-packages repository

https://github.com/void-linux/void-packages/pull/15277#issuecomment-540486247

Comment:
Well, I noticed your PR. There are some rules around here that you may need to follow to submit PRs. (1) You have to submit the whole change in one commit. When you have a new change you have to use:
```
git add 
git commit --amend
git push -f
```
See [here for details](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#review)

(2) You have to use a specific syntax when writing PR titles and commits. For new packages, use `New package: <pkgname>-<version>`. In your case it would be `New package: wf-recorder-0.1` There are also rules for submitting changes/updates later on.
See [here for details](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#committing-your-changes)

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

* Re: Add wf recorder
  2019-10-09 12:37 [PR PATCH] Add wf recorder voidlinux-github
  2019-10-10  9:35 ` voidlinux-github
@ 2020-03-20  7:11 ` travankor
  2020-03-20  7:35 ` [PR PATCH] [Closed]: " KristupasSavickas
  2 siblings, 0 replies; 4+ messages in thread
From: travankor @ 2020-03-20  7:11 UTC (permalink / raw)
  To: ml

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

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/15277#issuecomment-601563311

Comment:
@KristupasSavickas can be closed now https://github.com/void-linux/void-packages/pull/18066

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

* Re: [PR PATCH] [Closed]: Add wf recorder
  2019-10-09 12:37 [PR PATCH] Add wf recorder voidlinux-github
  2019-10-10  9:35 ` voidlinux-github
  2020-03-20  7:11 ` travankor
@ 2020-03-20  7:35 ` KristupasSavickas
  2 siblings, 0 replies; 4+ messages in thread
From: KristupasSavickas @ 2020-03-20  7:35 UTC (permalink / raw)
  To: ml

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

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

Add wf recorder
https://github.com/void-linux/void-packages/pull/15277

Description:


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

end of thread, other threads:[~2020-03-20  7:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-09 12:37 [PR PATCH] Add wf recorder voidlinux-github
2019-10-10  9:35 ` voidlinux-github
2020-03-20  7:11 ` travankor
2020-03-20  7:35 ` [PR PATCH] [Closed]: " KristupasSavickas

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