Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: crow-translate-2.11.1
@ 2024-01-10 14:25 chrysos349
  2024-03-20 22:51 ` [PR PATCH] [Updated] " chrysos349
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: chrysos349 @ 2024-01-10 14:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages crow-translate
https://github.com/void-linux/void-packages/pull/48153

New package: crow-translate-2.11.1
#### 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**|**NO**

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

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

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

From d636f4fe56b47c66f077e8df984562e3dd27a09a Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Wed, 10 Jan 2024 17:23:48 +0300
Subject: [PATCH] New package: crow-translate-2.11.1

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

diff --git a/srcpkgs/crow-translate/template b/srcpkgs/crow-translate/template
new file mode 100644
index 0000000000000..da49fff98d33f
--- /dev/null
+++ b/srcpkgs/crow-translate/template
@@ -0,0 +1,19 @@
+# Template file for 'crow-translate'
+pkgname=crow-translate
+version=2.11.1
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules pkg-config"
+makedepends="kwayland-devel qt5-multimedia-devel qt5-x11extras-devel
+ tesseract-ocr-devel"
+depends="gst-plugins-good1"
+short_desc="Simple and lightweight translator"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/crow-translate/crow-translate"
+distfiles="https://github.com/crow-translate/crow-translate/releases/download/${version}/crow-translate-${version}-source.tar.gz"
+checksum=74591a350892594946b36b198d981826a0756326a1a7991b942fccb7971ec95d
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-host-tools qt5-qmake"
+fi

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

* Re: [PR PATCH] [Updated] New package: crow-translate-2.11.1
  2024-01-10 14:25 [PR PATCH] New package: crow-translate-2.11.1 chrysos349
@ 2024-03-20 22:51 ` chrysos349
  2024-06-19  1:49 ` github-actions
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: chrysos349 @ 2024-03-20 22:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages crow-translate
https://github.com/void-linux/void-packages/pull/48153

New package: crow-translate-2.11.1
#### 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**|**NO**

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

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

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

From 269402028f47ad606d0b8f3c68f273453a3bfef1 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Wed, 10 Jan 2024 17:23:48 +0300
Subject: [PATCH] New package: crow-translate-2.11.1

---
 srcpkgs/crow-translate/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/crow-translate/template

diff --git a/srcpkgs/crow-translate/template b/srcpkgs/crow-translate/template
new file mode 100644
index 00000000000000..7f08927ee45cac
--- /dev/null
+++ b/srcpkgs/crow-translate/template
@@ -0,0 +1,15 @@
+# Template file for 'crow-translate'
+pkgname=crow-translate
+version=2.11.1
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules pkg-config qt5-host-tools qt5-qmake"
+makedepends="kwayland-devel qt5-multimedia-devel qt5-x11extras-devel
+ tesseract-ocr-devel"
+depends="gst-plugins-good1"
+short_desc="Simple and lightweight translator"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/crow-translate/crow-translate"
+distfiles="https://github.com/crow-translate/crow-translate/releases/download/${version}/crow-translate-${version}-source.tar.gz"
+checksum=74591a350892594946b36b198d981826a0756326a1a7991b942fccb7971ec95d

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

* Re: New package: crow-translate-2.11.1
  2024-01-10 14:25 [PR PATCH] New package: crow-translate-2.11.1 chrysos349
  2024-03-20 22:51 ` [PR PATCH] [Updated] " chrysos349
@ 2024-06-19  1:49 ` github-actions
  2024-06-19  4:50 ` chrysos349
  2024-06-20 22:52 ` chrysos349
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2024-06-19  1:49 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/48153#issuecomment-2177368535

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] 5+ messages in thread

* Re: New package: crow-translate-2.11.1
  2024-01-10 14:25 [PR PATCH] New package: crow-translate-2.11.1 chrysos349
  2024-03-20 22:51 ` [PR PATCH] [Updated] " chrysos349
  2024-06-19  1:49 ` github-actions
@ 2024-06-19  4:50 ` chrysos349
  2024-06-20 22:52 ` chrysos349
  3 siblings, 0 replies; 5+ messages in thread
From: chrysos349 @ 2024-06-19  4:50 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/48153#issuecomment-2177724246

Comment:
Bump

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

* Re: New package: crow-translate-2.11.1
  2024-01-10 14:25 [PR PATCH] New package: crow-translate-2.11.1 chrysos349
                   ` (2 preceding siblings ...)
  2024-06-19  4:50 ` chrysos349
@ 2024-06-20 22:52 ` chrysos349
  3 siblings, 0 replies; 5+ messages in thread
From: chrysos349 @ 2024-06-20 22:52 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/48153#issuecomment-2177724246

Comment:
Bump

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

end of thread, other threads:[~2024-06-20 22:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-10 14:25 [PR PATCH] New package: crow-translate-2.11.1 chrysos349
2024-03-20 22:51 ` [PR PATCH] [Updated] " chrysos349
2024-06-19  1:49 ` github-actions
2024-06-19  4:50 ` chrysos349
2024-06-20 22:52 ` chrysos349

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