Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: carbons-0.2.3
@ 2021-07-26 20:47 tibequadorian
  2021-08-14  9:07 ` tibequadorian
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tibequadorian @ 2021-07-26 20:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages carbons
https://github.com/void-linux/void-packages/pull/32210

New package: carbons-0.2.3
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 8167df72462ef1491c5eb257af11e3869bb73c87 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Mon, 26 Jul 2021 22:44:30 +0200
Subject: [PATCH] New package: carbons-0.2.3

---
 srcpkgs/carbons/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/carbons/template

diff --git a/srcpkgs/carbons/template b/srcpkgs/carbons/template
new file mode 100644
index 000000000000..277be3fdd6ba
--- /dev/null
+++ b/srcpkgs/carbons/template
@@ -0,0 +1,16 @@
+# Template file for 'carbons'
+pkgname=carbons
+version=0.2.3
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="pkg-config"
+makedepends="libpurple-devel libglib-devel libxml2-devel"
+short_desc="Pidgin/libpurple plugin for XEP-0280: Message Carbons"
+maintainer="tibequadorian <tibequadorian@posteo.de>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/gkdr/carbons"
+distfiles="https://github.com/gkdr/carbons/archive/v${version}.tar.gz"
+checksum=7aa847cb121483b10677dd67ae401af94550d1a65311fc502600998d2ef67b64
+
+LDFLAGS="-L${XBPS_CROSS_BASE}/usr/lib/purple-2"

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

* Re: New package: carbons-0.2.3
  2021-07-26 20:47 [PR PATCH] New package: carbons-0.2.3 tibequadorian
@ 2021-08-14  9:07 ` tibequadorian
  2021-08-16 21:29 ` [PR PATCH] [Updated] " tibequadorian
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tibequadorian @ 2021-08-14  9:07 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/32210#issuecomment-898868824

Comment:
This is similar to `lurch`

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

* Re: [PR PATCH] [Updated] New package: carbons-0.2.3
  2021-07-26 20:47 [PR PATCH] New package: carbons-0.2.3 tibequadorian
  2021-08-14  9:07 ` tibequadorian
@ 2021-08-16 21:29 ` tibequadorian
  2022-02-10 11:15 ` tibequadorian
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tibequadorian @ 2021-08-16 21:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages carbons
https://github.com/void-linux/void-packages/pull/32210

New package: carbons-0.2.3
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From fe249fc58c33b160f41cbb47e9c175e033dac2ff Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Mon, 26 Jul 2021 22:44:30 +0200
Subject: [PATCH] New package: carbons-0.2.3

---
 srcpkgs/carbons/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/carbons/template

diff --git a/srcpkgs/carbons/template b/srcpkgs/carbons/template
new file mode 100644
index 000000000000..277be3fdd6ba
--- /dev/null
+++ b/srcpkgs/carbons/template
@@ -0,0 +1,16 @@
+# Template file for 'carbons'
+pkgname=carbons
+version=0.2.3
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="pkg-config"
+makedepends="libpurple-devel libglib-devel libxml2-devel"
+short_desc="Pidgin/libpurple plugin for XEP-0280: Message Carbons"
+maintainer="tibequadorian <tibequadorian@posteo.de>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/gkdr/carbons"
+distfiles="https://github.com/gkdr/carbons/archive/v${version}.tar.gz"
+checksum=7aa847cb121483b10677dd67ae401af94550d1a65311fc502600998d2ef67b64
+
+LDFLAGS="-L${XBPS_CROSS_BASE}/usr/lib/purple-2"

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

* Re: [PR PATCH] [Updated] New package: carbons-0.2.3
  2021-07-26 20:47 [PR PATCH] New package: carbons-0.2.3 tibequadorian
  2021-08-14  9:07 ` tibequadorian
  2021-08-16 21:29 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-02-10 11:15 ` tibequadorian
  2022-02-10 11:26 ` tibequadorian
  2022-02-10 12:53 ` [PR PATCH] [Merged]: " leahneukirchen
  4 siblings, 0 replies; 6+ messages in thread
From: tibequadorian @ 2022-02-10 11:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages carbons
https://github.com/void-linux/void-packages/pull/32210

New package: carbons-0.2.3
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 8a10b36de1049953bc32c57c0ae618b85629462b Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Mon, 26 Jul 2021 22:44:30 +0200
Subject: [PATCH] New package: carbons-0.2.3

---
 srcpkgs/carbons/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/carbons/template

diff --git a/srcpkgs/carbons/template b/srcpkgs/carbons/template
new file mode 100644
index 000000000000..277be3fdd6ba
--- /dev/null
+++ b/srcpkgs/carbons/template
@@ -0,0 +1,16 @@
+# Template file for 'carbons'
+pkgname=carbons
+version=0.2.3
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="pkg-config"
+makedepends="libpurple-devel libglib-devel libxml2-devel"
+short_desc="Pidgin/libpurple plugin for XEP-0280: Message Carbons"
+maintainer="tibequadorian <tibequadorian@posteo.de>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/gkdr/carbons"
+distfiles="https://github.com/gkdr/carbons/archive/v${version}.tar.gz"
+checksum=7aa847cb121483b10677dd67ae401af94550d1a65311fc502600998d2ef67b64
+
+LDFLAGS="-L${XBPS_CROSS_BASE}/usr/lib/purple-2"

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

* Re: New package: carbons-0.2.3
  2021-07-26 20:47 [PR PATCH] New package: carbons-0.2.3 tibequadorian
                   ` (2 preceding siblings ...)
  2022-02-10 11:15 ` tibequadorian
@ 2022-02-10 11:26 ` tibequadorian
  2022-02-10 12:53 ` [PR PATCH] [Merged]: " leahneukirchen
  4 siblings, 0 replies; 6+ messages in thread
From: tibequadorian @ 2022-02-10 11:26 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/32210#issuecomment-1034806366

Comment:
@leahneukirchen can you look at this?

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

* Re: [PR PATCH] [Merged]: New package: carbons-0.2.3
  2021-07-26 20:47 [PR PATCH] New package: carbons-0.2.3 tibequadorian
                   ` (3 preceding siblings ...)
  2022-02-10 11:26 ` tibequadorian
@ 2022-02-10 12:53 ` leahneukirchen
  4 siblings, 0 replies; 6+ messages in thread
From: leahneukirchen @ 2022-02-10 12:53 UTC (permalink / raw)
  To: ml

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

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

New package: carbons-0.2.3
https://github.com/void-linux/void-packages/pull/32210

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2022-02-10 12:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-26 20:47 [PR PATCH] New package: carbons-0.2.3 tibequadorian
2021-08-14  9:07 ` tibequadorian
2021-08-16 21:29 ` [PR PATCH] [Updated] " tibequadorian
2022-02-10 11:15 ` tibequadorian
2022-02-10 11:26 ` tibequadorian
2022-02-10 12:53 ` [PR PATCH] [Merged]: " leahneukirchen

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