Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: captain-ballard-1.0.0
@ 2019-10-01 19:48 voidlinux-github
  2019-10-01 20:07 ` voidlinux-github
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: voidlinux-github @ 2019-10-01 19:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages captain-ballard
https://github.com/void-linux/void-packages/pull/14916

New package: captain-ballard-1.0.0
Watch your .git directories periodically and reports the latest changes:
https://github.com/LinArcX/captain-ballard

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

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

From b32da8b4f9cbc9117bc09c4a58c91a64e0a54688 Mon Sep 17 00:00:00 2001
From: linarcx <linarcx@riseup.net>
Date: Tue, 1 Oct 2019 23:17:40 +0330
Subject: [PATCH] New package: captain-ballard-1.0.0

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

diff --git a/srcpkgs/captain-ballard/template b/srcpkgs/captain-ballard/template
new file mode 100644
index 00000000000..9055ef8ad14
--- /dev/null
+++ b/srcpkgs/captain-ballard/template
@@ -0,0 +1,19 @@
+# Template file for 'captain-ballard'
+pkgname=captain-ballard
+version=1.0.0
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="gtk+3-devel glib-devel sqlite-devel libappindicator-devel libgit2-devel"
+short_desc="Watch your .git directories periodically and reports the latest changes"
+maintainer="linarcx <linarcx@gmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/LinArcX/captain-ballard/"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=343a6cb396fd292f2f4dbe22bfe432dcf5bae207a3d7b543cef8134efbaa2d56
+
+do_install() {
+	vbin ./release/captain-ballard
+	vinstall ./appconf/captain-ballard.svg 644 usr/share/pixmaps
+	vinstall ./appconf/captain-ballard.desktop 644 usr/share/applications
+}

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

* Re: New package: captain-ballard-1.0.0
  2019-10-01 19:48 [PR PATCH] New package: captain-ballard-1.0.0 voidlinux-github
@ 2019-10-01 20:07 ` voidlinux-github
  2019-10-01 20:08 ` voidlinux-github
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-10-01 20:07 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/14916#issuecomment-537206872

Comment:
It fails on __ ARCH=aarch64 BOOTSTRAP=x86_64__, because of:
> bin/sh: glib-compile-resources: command not found
Seems `glib-devel` doesn't exists in this Arch. what should i do?

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

* Re: New package: captain-ballard-1.0.0
  2019-10-01 19:48 [PR PATCH] New package: captain-ballard-1.0.0 voidlinux-github
  2019-10-01 20:07 ` voidlinux-github
@ 2019-10-01 20:08 ` voidlinux-github
  2019-10-01 20:08 ` voidlinux-github
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-10-01 20:08 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/14916#issuecomment-537206872

Comment:
It fails on __ARCH=aarch64 BOOTSTRAP=x86_64__, because of:
> bin/sh: glib-compile-resources: command not found

Seems `glib-devel` doesn't exists in this Arch. what should i do?

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

* Re: New package: captain-ballard-1.0.0
  2019-10-01 19:48 [PR PATCH] New package: captain-ballard-1.0.0 voidlinux-github
  2019-10-01 20:07 ` voidlinux-github
  2019-10-01 20:08 ` voidlinux-github
@ 2019-10-01 20:08 ` voidlinux-github
  2019-10-01 20:46 ` voidlinux-github
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-10-01 20:08 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/14916#issuecomment-537206872

Comment:
It fails on __ARCH=aarch64 BOOTSTRAP=x86_64__, because of:
> bin/sh: glib-compile-resources: command not found

Seems `glib-devel` doesn't exists in __aarch64__. what should i do?

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

* Re: New package: captain-ballard-1.0.0
  2019-10-01 19:48 [PR PATCH] New package: captain-ballard-1.0.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-01 20:08 ` voidlinux-github
@ 2019-10-01 20:46 ` voidlinux-github
  2019-10-01 21:37 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-10-01 20:46 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/14916#issuecomment-537222962

Comment:
Put glib-devel into hostmakedepends to have host executable.

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

* Re: [PR PATCH] [Updated] New package: captain-ballard-1.0.0
  2019-10-01 19:48 [PR PATCH] New package: captain-ballard-1.0.0 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-10-01 21:37 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-01 21:37 ` voidlinux-github
  2019-10-26 13:31 ` voidlinux-github
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-10-01 21:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages captain-ballard
https://github.com/void-linux/void-packages/pull/14916

New package: captain-ballard-1.0.0
Watch your .git directories periodically and reports the latest changes:
https://github.com/LinArcX/captain-ballard

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

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

From 6066a1380cf1f9afbeb3a0ce1fb751223549513f Mon Sep 17 00:00:00 2001
From: linarcx <linarcx@riseup.net>
Date: Wed, 2 Oct 2019 01:06:51 +0330
Subject: [PATCH] New package: captain-ballard-1.0.0

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

diff --git a/srcpkgs/captain-ballard/template b/srcpkgs/captain-ballard/template
new file mode 100644
index 00000000000..f5e7fe87c5b
--- /dev/null
+++ b/srcpkgs/captain-ballard/template
@@ -0,0 +1,19 @@
+# Template file for 'captain-ballard'
+pkgname=captain-ballard
+version=1.0.0
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config glib-devel"
+makedepends="gtk+3-devel sqlite-devel libappindicator-devel libgit2-devel"
+short_desc="Watch your .git directories periodically and reports the latest changes"
+maintainer="linarcx <linarcx@gmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/LinArcX/captain-ballard/"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=343a6cb396fd292f2f4dbe22bfe432dcf5bae207a3d7b543cef8134efbaa2d56
+
+do_install() {
+	vbin ./release/captain-ballard
+	vinstall ./appconf/captain-ballard.svg 644 usr/share/pixmaps
+	vinstall ./appconf/captain-ballard.desktop 644 usr/share/applications
+}

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

* Re: [PR PATCH] [Updated] New package: captain-ballard-1.0.0
  2019-10-01 19:48 [PR PATCH] New package: captain-ballard-1.0.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-01 20:46 ` voidlinux-github
@ 2019-10-01 21:37 ` voidlinux-github
  2019-10-01 21:37 ` voidlinux-github
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-10-01 21:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages captain-ballard
https://github.com/void-linux/void-packages/pull/14916

New package: captain-ballard-1.0.0
Watch your .git directories periodically and reports the latest changes:
https://github.com/LinArcX/captain-ballard

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

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

From 6066a1380cf1f9afbeb3a0ce1fb751223549513f Mon Sep 17 00:00:00 2001
From: linarcx <linarcx@riseup.net>
Date: Wed, 2 Oct 2019 01:06:51 +0330
Subject: [PATCH] New package: captain-ballard-1.0.0

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

diff --git a/srcpkgs/captain-ballard/template b/srcpkgs/captain-ballard/template
new file mode 100644
index 00000000000..f5e7fe87c5b
--- /dev/null
+++ b/srcpkgs/captain-ballard/template
@@ -0,0 +1,19 @@
+# Template file for 'captain-ballard'
+pkgname=captain-ballard
+version=1.0.0
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config glib-devel"
+makedepends="gtk+3-devel sqlite-devel libappindicator-devel libgit2-devel"
+short_desc="Watch your .git directories periodically and reports the latest changes"
+maintainer="linarcx <linarcx@gmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/LinArcX/captain-ballard/"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=343a6cb396fd292f2f4dbe22bfe432dcf5bae207a3d7b543cef8134efbaa2d56
+
+do_install() {
+	vbin ./release/captain-ballard
+	vinstall ./appconf/captain-ballard.svg 644 usr/share/pixmaps
+	vinstall ./appconf/captain-ballard.desktop 644 usr/share/applications
+}

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

* Re: New package: captain-ballard-1.0.0
  2019-10-01 19:48 [PR PATCH] New package: captain-ballard-1.0.0 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-10-01 21:37 ` voidlinux-github
@ 2019-10-26 13:31 ` voidlinux-github
  2019-10-26 13:31 ` voidlinux-github
  2019-11-09 21:16 ` [PR PATCH] [Merged]: " voidlinux-github
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-10-26 13:31 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/14916#issuecomment-546602804

Comment:
Up!

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

* Re: New package: captain-ballard-1.0.0
  2019-10-01 19:48 [PR PATCH] New package: captain-ballard-1.0.0 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-10-26 13:31 ` voidlinux-github
@ 2019-10-26 13:31 ` voidlinux-github
  2019-11-09 21:16 ` [PR PATCH] [Merged]: " voidlinux-github
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-10-26 13:31 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/14916#issuecomment-546602804

Comment:
@Chocimier 
Up!

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

* Re: [PR PATCH] [Merged]: New package: captain-ballard-1.0.0
  2019-10-01 19:48 [PR PATCH] New package: captain-ballard-1.0.0 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-10-26 13:31 ` voidlinux-github
@ 2019-11-09 21:16 ` voidlinux-github
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-11-09 21:16 UTC (permalink / raw)
  To: ml

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

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

New package: captain-ballard-1.0.0
https://github.com/void-linux/void-packages/pull/14916

Description:
Watch your .git directories periodically and reports the latest changes:
https://github.com/LinArcX/captain-ballard

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

end of thread, other threads:[~2019-11-09 21:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-01 19:48 [PR PATCH] New package: captain-ballard-1.0.0 voidlinux-github
2019-10-01 20:07 ` voidlinux-github
2019-10-01 20:08 ` voidlinux-github
2019-10-01 20:08 ` voidlinux-github
2019-10-01 20:46 ` voidlinux-github
2019-10-01 21:37 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-01 21:37 ` voidlinux-github
2019-10-26 13:31 ` voidlinux-github
2019-10-26 13:31 ` voidlinux-github
2019-11-09 21:16 ` [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).