Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] peek: update to 1.4.0.
@ 2019-09-28 13:22 voidlinux-github
  2019-09-28 16:45 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-28 13:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pbui/void-packages peek
https://github.com/void-linux/void-packages/pull/14789

peek: update to 1.4.0.
- Switch to meson (upstream is deprecating cmake)
- Adopt package

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

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

From bdb35bf9e5e4198abf95044d5552cd431c3b5611 Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Sat, 28 Sep 2019 09:20:03 -0400
Subject: [PATCH] peek: update to 1.4.0.

- Switch to meson (upstream is deprecating cmake)
- Adopt package
---
 srcpkgs/peek/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/peek/template b/srcpkgs/peek/template
index 2899f7de935..f4c010dadbe 100644
--- a/srcpkgs/peek/template
+++ b/srcpkgs/peek/template
@@ -1,15 +1,14 @@
 # Template file for 'peek'
 pkgname=peek
-version=1.3.1
+version=1.4.0
 revision=1
-build_style=cmake
-configure_args="-DGSETTINGS_COMPILE=OFF"
+build_style=meson
 hostmakedepends="glib-devel libxml2 pkg-config txt2man vala"
 makedepends="gtk+3-devel libkeybinder3-devel"
 depends="gsettings-desktop-schemas"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Peter Bui <pbui@github.bx612.space>"
 short_desc="Simple animated GIF screen recorder with an easy to use interface"
 homepage="https://github.com/phw/peek"
 license="GPL-3"
 distfiles="https://github.com/phw/peek/archive/${version}.tar.gz"
-checksum=8104b65b041858b7f7f482e1425f8f22d429524340ad341f95f08b08fe4e8602
+checksum=506c5797102629ff4a319c5fcc4eb6b771ffd680bb83ea07c1e5e8166000d605

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

* Re: [PR PATCH] [Updated] peek: update to 1.4.0.
  2019-09-28 13:22 [PR PATCH] peek: update to 1.4.0 voidlinux-github
  2019-09-28 16:45 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-28 16:45 ` voidlinux-github
  2019-09-28 18:26 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-28 16:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pbui/void-packages peek
https://github.com/void-linux/void-packages/pull/14789

peek: update to 1.4.0.
- Switch to meson (upstream is deprecating cmake)
- Adopt package

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

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

From 5f92a088213eb82a01d460af54028675c3aaceeb Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Sat, 28 Sep 2019 09:20:03 -0400
Subject: [PATCH] peek: update to 1.4.0.

- Switch to meson (upstream is deprecating cmake)
- Fix xlint issues
- Adopt package
---
 srcpkgs/peek/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/peek/template b/srcpkgs/peek/template
index 2899f7de935..8108c8a8c68 100644
--- a/srcpkgs/peek/template
+++ b/srcpkgs/peek/template
@@ -1,15 +1,14 @@
 # Template file for 'peek'
 pkgname=peek
-version=1.3.1
+version=1.4.0
 revision=1
-build_style=cmake
-configure_args="-DGSETTINGS_COMPILE=OFF"
+build_style=meson
 hostmakedepends="glib-devel libxml2 pkg-config txt2man vala"
 makedepends="gtk+3-devel libkeybinder3-devel"
 depends="gsettings-desktop-schemas"
-maintainer="Orphaned <orphan@voidlinux.org>"
 short_desc="Simple animated GIF screen recorder with an easy to use interface"
+maintainer="Peter Bui <pbui@github.bx612.space>"
+license="GPL-3.0-or-later"
 homepage="https://github.com/phw/peek"
-license="GPL-3"
 distfiles="https://github.com/phw/peek/archive/${version}.tar.gz"
-checksum=8104b65b041858b7f7f482e1425f8f22d429524340ad341f95f08b08fe4e8602
+checksum=506c5797102629ff4a319c5fcc4eb6b771ffd680bb83ea07c1e5e8166000d605

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

* Re: [PR PATCH] [Updated] peek: update to 1.4.0.
  2019-09-28 13:22 [PR PATCH] peek: update to 1.4.0 voidlinux-github
@ 2019-09-28 16:45 ` voidlinux-github
  2019-09-28 16:45 ` voidlinux-github
  2019-09-28 18:26 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-28 16:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pbui/void-packages peek
https://github.com/void-linux/void-packages/pull/14789

peek: update to 1.4.0.
- Switch to meson (upstream is deprecating cmake)
- Adopt package

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

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

From 5f92a088213eb82a01d460af54028675c3aaceeb Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Sat, 28 Sep 2019 09:20:03 -0400
Subject: [PATCH] peek: update to 1.4.0.

- Switch to meson (upstream is deprecating cmake)
- Fix xlint issues
- Adopt package
---
 srcpkgs/peek/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/peek/template b/srcpkgs/peek/template
index 2899f7de935..8108c8a8c68 100644
--- a/srcpkgs/peek/template
+++ b/srcpkgs/peek/template
@@ -1,15 +1,14 @@
 # Template file for 'peek'
 pkgname=peek
-version=1.3.1
+version=1.4.0
 revision=1
-build_style=cmake
-configure_args="-DGSETTINGS_COMPILE=OFF"
+build_style=meson
 hostmakedepends="glib-devel libxml2 pkg-config txt2man vala"
 makedepends="gtk+3-devel libkeybinder3-devel"
 depends="gsettings-desktop-schemas"
-maintainer="Orphaned <orphan@voidlinux.org>"
 short_desc="Simple animated GIF screen recorder with an easy to use interface"
+maintainer="Peter Bui <pbui@github.bx612.space>"
+license="GPL-3.0-or-later"
 homepage="https://github.com/phw/peek"
-license="GPL-3"
 distfiles="https://github.com/phw/peek/archive/${version}.tar.gz"
-checksum=8104b65b041858b7f7f482e1425f8f22d429524340ad341f95f08b08fe4e8602
+checksum=506c5797102629ff4a319c5fcc4eb6b771ffd680bb83ea07c1e5e8166000d605

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

* Re: [PR PATCH] [Merged]: peek: update to 1.4.0.
  2019-09-28 13:22 [PR PATCH] peek: update to 1.4.0 voidlinux-github
  2019-09-28 16:45 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-28 16:45 ` voidlinux-github
@ 2019-09-28 18:26 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-28 18:26 UTC (permalink / raw)
  To: ml

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

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

peek: update to 1.4.0.
https://github.com/void-linux/void-packages/pull/14789

Description:
- Switch to meson (upstream is deprecating cmake)
- Adopt package

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

end of thread, other threads:[~2019-09-28 18:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-28 13:22 [PR PATCH] peek: update to 1.4.0 voidlinux-github
2019-09-28 16:45 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-28 16:45 ` voidlinux-github
2019-09-28 18:26 ` [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).