Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] new package: xosd-2.2.14
@ 2022-11-22 17:38 kevcrumb
  2022-11-22 17:53 ` [PR REVIEW] " paper42
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: kevcrumb @ 2022-11-22 17:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kevcrumb/void-packages xosd
https://github.com/void-linux/void-packages/pull/40693

new package: xosd-2.2.14
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-glibc

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

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

From 53c0857171938c0eb9f40b7cffd251bb0e076536 Mon Sep 17 00:00:00 2001
From: Kevin Crumb <kevcrumb@splitlinux.org>
Date: Tue, 22 Nov 2022 17:30:51 +0000
Subject: [PATCH] new package: xosd-2.2.14

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

diff --git a/srcpkgs/xosd/template b/srcpkgs/xosd/template
new file mode 100644
index 000000000000..100c64c06ed0
--- /dev/null
+++ b/srcpkgs/xosd/template
@@ -0,0 +1,27 @@
+# Template file for 'xosd'
+pkgname=xosd
+version=2.2.14
+revision=1
+build_style="gnu-configure"
+hostmakedepends="pkg-config"
+makedepends="gtk+-devel"
+short_desc="Simple tool to display shaped text on your X display"
+maintainer="Kevin Crumb <kevcrumb@splitlinux.org>"
+license="GPL-2.0-or-later"
+homepage="http://sourceforge.net/projects/libxosd/"
+distfiles="${SOURCEFORGE_SITE}/libxosd/xosd-${version}.tar.gz
+ http://ftp.de.debian.org/debian/pool/main/x/xosd/xosd_${version}-2.1.debian.tar.xz"
+checksum="4f1fa96f4895baee6a3cba40f188a0da23bbac9d68e8c326d749e084143cb508
+ ccde8324c909d75e60b124146d1e20c6a586385934dc15df02b7209f7324322d"
+skip_extraction="xosd_${version}-2.1.debian.tar.xz"
+
+post_extract() {
+	bsdtar xvJf ${XBPS_SRCDISTDIR}/xosd-${version}/xosd_${version}-2.1.debian.tar.xz \
+		-C ${wrksrc}/ --strip-components=1 \
+		debian/patches/328676.diff debian/patches/25_fix_mangapges.diff
+}
+
+post_patch() {
+	patch -Np1 -i patches/328676.diff
+	patch -Np1 -i patches/25_fix_mangapges.diff
+}

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

* Re: [PR REVIEW] new package: xosd-2.2.14
  2022-11-22 17:38 [PR PATCH] new package: xosd-2.2.14 kevcrumb
@ 2022-11-22 17:53 ` paper42
  2022-11-22 18:05 ` [PR PATCH] [Updated] " kevcrumb
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2022-11-22 17:53 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40693#discussion_r1029659910

Comment:
New GTK2 packages will not be accepted.

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

* Re: [PR PATCH] [Updated] new package: xosd-2.2.14
  2022-11-22 17:38 [PR PATCH] new package: xosd-2.2.14 kevcrumb
  2022-11-22 17:53 ` [PR REVIEW] " paper42
@ 2022-11-22 18:05 ` kevcrumb
  2022-11-22 18:10 ` [PR REVIEW] " kevcrumb
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: kevcrumb @ 2022-11-22 18:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kevcrumb/void-packages xosd
https://github.com/void-linux/void-packages/pull/40693

new package: xosd-2.2.14
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-glibc

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

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

From 8675cb99bfcface4268c7ebbacf5073283672ab0 Mon Sep 17 00:00:00 2001
From: Kevin Crumb <kevcrumb@splitlinux.org>
Date: Tue, 22 Nov 2022 17:30:51 +0000
Subject: [PATCH] new package: xosd-2.2.14

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

diff --git a/srcpkgs/xosd/template b/srcpkgs/xosd/template
new file mode 100644
index 000000000000..4cd325037dbc
--- /dev/null
+++ b/srcpkgs/xosd/template
@@ -0,0 +1,27 @@
+# Template file for 'xosd'
+pkgname=xosd
+version=2.2.14
+revision=1
+build_style="gnu-configure"
+hostmakedepends="pkg-config"
+makedepends="gtk+3-devel"
+short_desc="Simple tool to display shaped text on your X display"
+maintainer="Kevin Crumb <kevcrumb@splitlinux.org>"
+license="GPL-2.0-or-later"
+homepage="http://sourceforge.net/projects/libxosd/"
+distfiles="${SOURCEFORGE_SITE}/libxosd/xosd-${version}.tar.gz
+ http://ftp.de.debian.org/debian/pool/main/x/xosd/xosd_${version}-2.1.debian.tar.xz"
+checksum="4f1fa96f4895baee6a3cba40f188a0da23bbac9d68e8c326d749e084143cb508
+ ccde8324c909d75e60b124146d1e20c6a586385934dc15df02b7209f7324322d"
+skip_extraction="xosd_${version}-2.1.debian.tar.xz"
+
+post_extract() {
+	bsdtar xvJf ${XBPS_SRCDISTDIR}/xosd-${version}/xosd_${version}-2.1.debian.tar.xz \
+		-C ${wrksrc}/ --strip-components=1 \
+		debian/patches/328676.diff debian/patches/25_fix_mangapges.diff
+}
+
+post_patch() {
+	patch -Np1 -i patches/328676.diff
+	patch -Np1 -i patches/25_fix_mangapges.diff
+}

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

* Re: [PR REVIEW] new package: xosd-2.2.14
  2022-11-22 17:38 [PR PATCH] new package: xosd-2.2.14 kevcrumb
  2022-11-22 17:53 ` [PR REVIEW] " paper42
  2022-11-22 18:05 ` [PR PATCH] [Updated] " kevcrumb
@ 2022-11-22 18:10 ` kevcrumb
  2023-02-21  2:02 ` github-actions
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: kevcrumb @ 2022-11-22 18:10 UTC (permalink / raw)
  To: ml

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

New review comment by kevcrumb on void-packages repository

https://github.com/void-linux/void-packages/pull/40693#discussion_r1029675222

Comment:
Updated to build with GTK3

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

* Re: new package: xosd-2.2.14
  2022-11-22 17:38 [PR PATCH] new package: xosd-2.2.14 kevcrumb
                   ` (2 preceding siblings ...)
  2022-11-22 18:10 ` [PR REVIEW] " kevcrumb
@ 2023-02-21  2:02 ` github-actions
  2023-03-07  2:07 ` [PR PATCH] [Closed]: " github-actions
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2023-02-21  2:02 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/40693#issuecomment-1437758434

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: new package: xosd-2.2.14
  2022-11-22 17:38 [PR PATCH] new package: xosd-2.2.14 kevcrumb
                   ` (3 preceding siblings ...)
  2023-02-21  2:02 ` github-actions
@ 2023-03-07  2:07 ` github-actions
  2023-03-21 16:52 ` kevcrumb
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2023-03-07  2:07 UTC (permalink / raw)
  To: ml

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

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

new package: xosd-2.2.14
https://github.com/void-linux/void-packages/pull/40693

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-glibc

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

* Re: new package: xosd-2.2.14
  2022-11-22 17:38 [PR PATCH] new package: xosd-2.2.14 kevcrumb
                   ` (4 preceding siblings ...)
  2023-03-07  2:07 ` [PR PATCH] [Closed]: " github-actions
@ 2023-03-21 16:52 ` kevcrumb
  2023-04-24  3:28 ` kevcrumb
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: kevcrumb @ 2023-03-21 16:52 UTC (permalink / raw)
  To: ml

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

New comment by kevcrumb on void-packages repository

https://github.com/void-linux/void-packages/pull/40693#issuecomment-1478245220

Comment:
Bump

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

* Re: new package: xosd-2.2.14
  2022-11-22 17:38 [PR PATCH] new package: xosd-2.2.14 kevcrumb
                   ` (5 preceding siblings ...)
  2023-03-21 16:52 ` kevcrumb
@ 2023-04-24  3:28 ` kevcrumb
  2023-06-07 11:22 ` kevcrumb
  2023-06-24 13:20 ` [PR PATCH] [Merged]: " Duncaen
  8 siblings, 0 replies; 10+ messages in thread
From: kevcrumb @ 2023-04-24  3:28 UTC (permalink / raw)
  To: ml

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

New comment by kevcrumb on void-packages repository

https://github.com/void-linux/void-packages/pull/40693#issuecomment-1519330038

Comment:
bump

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

* Re: new package: xosd-2.2.14
  2022-11-22 17:38 [PR PATCH] new package: xosd-2.2.14 kevcrumb
                   ` (6 preceding siblings ...)
  2023-04-24  3:28 ` kevcrumb
@ 2023-06-07 11:22 ` kevcrumb
  2023-06-24 13:20 ` [PR PATCH] [Merged]: " Duncaen
  8 siblings, 0 replies; 10+ messages in thread
From: kevcrumb @ 2023-06-07 11:22 UTC (permalink / raw)
  To: ml

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

New comment by kevcrumb on void-packages repository

https://github.com/void-linux/void-packages/pull/40693#issuecomment-1580579718

Comment:
bump

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

* Re: [PR PATCH] [Merged]: new package: xosd-2.2.14
  2022-11-22 17:38 [PR PATCH] new package: xosd-2.2.14 kevcrumb
                   ` (7 preceding siblings ...)
  2023-06-07 11:22 ` kevcrumb
@ 2023-06-24 13:20 ` Duncaen
  8 siblings, 0 replies; 10+ messages in thread
From: Duncaen @ 2023-06-24 13:20 UTC (permalink / raw)
  To: ml

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

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

new package: xosd-2.2.14
https://github.com/void-linux/void-packages/pull/40693

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-glibc

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

end of thread, other threads:[~2023-06-24 13:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-22 17:38 [PR PATCH] new package: xosd-2.2.14 kevcrumb
2022-11-22 17:53 ` [PR REVIEW] " paper42
2022-11-22 18:05 ` [PR PATCH] [Updated] " kevcrumb
2022-11-22 18:10 ` [PR REVIEW] " kevcrumb
2023-02-21  2:02 ` github-actions
2023-03-07  2:07 ` [PR PATCH] [Closed]: " github-actions
2023-03-21 16:52 ` kevcrumb
2023-04-24  3:28 ` kevcrumb
2023-06-07 11:22 ` kevcrumb
2023-06-24 13:20 ` [PR PATCH] [Merged]: " Duncaen

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