Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: cawbird-1.2.0
@ 2020-09-09 22:59 LennyPenny
  2020-09-09 23:16 ` LennyPenny
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: LennyPenny @ 2020-09-09 22:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LennyPenny/void-packages cawbird
https://github.com/void-linux/void-packages/pull/24795

New package: cawbird-1.2.0


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

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

From c1b31edd7ee28ec4a78722ef63087ca533eb8eac Mon Sep 17 00:00:00 2001
From: Lennart Bernhardt <me@lenny.ninja>
Date: Thu, 10 Sep 2020 00:58:30 +0200
Subject: [PATCH] New package: cawbird-1.2.0

---
 srcpkgs/cawbird/template | 14 ++++++++++++++
 srcpkgs/cawbird/update   |  2 ++
 2 files changed, 16 insertions(+)
 create mode 100644 srcpkgs/cawbird/template
 create mode 100644 srcpkgs/cawbird/update

diff --git a/srcpkgs/cawbird/template b/srcpkgs/cawbird/template
new file mode 100644
index 00000000000..4e6378fb8bd
--- /dev/null
+++ b/srcpkgs/cawbird/template
@@ -0,0 +1,14 @@
+# Template file for 'cawbird'
+pkgname=cawbird
+version=1.2.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config vala glib-devel"
+makedepends="gtk+3-devel json-glib-devel sqlite-devel libsoup-devel gettext-devel vala-devel gst-plugins-base1-devel gst-plugins-bad1-devel gst-libav gspell-devel rest-devel"
+depends="rest gspell gst-plugins-bad1 gst-libav gstreamer1 gst-plugins-good1 sqlite libsoup gettext glib gtk+3 json-glib"
+short_desc="GTK twitter client"
+maintainer="LennyPenny <me@lenny.ninja>"
+license="GPL-3.0-only"
+homepage="https://ibboard.co.uk/cawbird/"
+distfiles="https://github.com/IBBoard/${pkgname}/archive/v${version}.tar.gz"
+checksum="a6ffcfa80ba975ee1d94314935831b1af38815ca849b470dcf7e7b816138b937"
diff --git a/srcpkgs/cawbird/update b/srcpkgs/cawbird/update
new file mode 100644
index 00000000000..d457b08591c
--- /dev/null
+++ b/srcpkgs/cawbird/update
@@ -0,0 +1,2 @@
+site=https://github.com/IBBoard/cawbird/releases/latest
+pattern='href="/IBBoard/cawbird/releases/tag/v\K[\d\.]+(?=")'

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

* Re: New package: cawbird-1.2.0
  2020-09-09 22:59 [PR PATCH] New package: cawbird-1.2.0 LennyPenny
@ 2020-09-09 23:16 ` LennyPenny
  2020-09-15 21:34 ` [PR REVIEW] " Chocimier
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: LennyPenny @ 2020-09-09 23:16 UTC (permalink / raw)
  To: ml

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

New comment by LennyPenny on void-packages repository

https://github.com/void-linux/void-packages/pull/24795#issuecomment-689872782

Comment:
hmm I have no idea whats wrong with that ncurses error on armv6

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

* Re: [PR REVIEW] New package: cawbird-1.2.0
  2020-09-09 22:59 [PR PATCH] New package: cawbird-1.2.0 LennyPenny
  2020-09-09 23:16 ` LennyPenny
  2020-09-15 21:34 ` [PR REVIEW] " Chocimier
@ 2020-09-15 21:34 ` Chocimier
  2020-09-15 21:34 ` Chocimier
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2020-09-15 21:34 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/24795#discussion_r488983964

Comment:
Most of these are detected automatically, remove.

https://travis-ci.org/github/void-linux/void-packages/jobs/725749411#L878

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

* Re: [PR REVIEW] New package: cawbird-1.2.0
  2020-09-09 22:59 [PR PATCH] New package: cawbird-1.2.0 LennyPenny
  2020-09-09 23:16 ` LennyPenny
@ 2020-09-15 21:34 ` Chocimier
  2020-09-15 21:34 ` Chocimier
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2020-09-15 21:34 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/24795#discussion_r488983657

Comment:
Please wrap at ~80 column, continuation indented with one space.

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

* Re: [PR REVIEW] New package: cawbird-1.2.0
  2020-09-09 22:59 [PR PATCH] New package: cawbird-1.2.0 LennyPenny
                   ` (3 preceding siblings ...)
  2020-09-15 21:34 ` Chocimier
@ 2020-09-15 21:34 ` Chocimier
  2021-07-20 20:22 ` ericonr
  2021-07-20 20:22 ` [PR PATCH] [Closed]: " ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2020-09-15 21:34 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/24795#discussion_r488984983

Comment:
Please use `cawbird` rather than `${pkgname}`, no gain while harder to read or copy.

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

* Re: [PR REVIEW] New package: cawbird-1.2.0
  2020-09-09 22:59 [PR PATCH] New package: cawbird-1.2.0 LennyPenny
                   ` (2 preceding siblings ...)
  2020-09-15 21:34 ` Chocimier
@ 2020-09-15 21:34 ` Chocimier
  2020-09-15 21:34 ` Chocimier
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2020-09-15 21:34 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/24795#discussion_r488985449

Comment:
Defaults work just fine, remove file.

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

* Re: New package: cawbird-1.2.0
  2020-09-09 22:59 [PR PATCH] New package: cawbird-1.2.0 LennyPenny
                   ` (4 preceding siblings ...)
  2020-09-15 21:34 ` Chocimier
@ 2021-07-20 20:22 ` ericonr
  2021-07-20 20:22 ` [PR PATCH] [Closed]: " ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-07-20 20:22 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24795#issuecomment-883669809

Comment:
Package has been merged :)

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

* Re: [PR PATCH] [Closed]: New package: cawbird-1.2.0
  2020-09-09 22:59 [PR PATCH] New package: cawbird-1.2.0 LennyPenny
                   ` (5 preceding siblings ...)
  2021-07-20 20:22 ` ericonr
@ 2021-07-20 20:22 ` ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-07-20 20:22 UTC (permalink / raw)
  To: ml

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

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

New package: cawbird-1.2.0
https://github.com/void-linux/void-packages/pull/24795

Description:


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

end of thread, other threads:[~2021-07-20 20:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-09 22:59 [PR PATCH] New package: cawbird-1.2.0 LennyPenny
2020-09-09 23:16 ` LennyPenny
2020-09-15 21:34 ` [PR REVIEW] " Chocimier
2020-09-15 21:34 ` Chocimier
2020-09-15 21:34 ` Chocimier
2020-09-15 21:34 ` Chocimier
2021-07-20 20:22 ` ericonr
2021-07-20 20:22 ` [PR PATCH] [Closed]: " ericonr

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