* [PR PATCH] New package: crow-translate-2.11.1
@ 2024-01-10 14:25 chrysos349
2024-03-20 22:51 ` [PR PATCH] [Updated] " chrysos349
` (6 more replies)
0 siblings, 7 replies; 8+ 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] 8+ 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
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ 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] 8+ 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
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ 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] 8+ 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 subsequent siblings)
6 siblings, 0 replies; 8+ 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] 8+ 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
2024-09-11 18:44 ` [PR PATCH] [Updated] " chrysos349
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ 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] 8+ 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
` (3 preceding siblings ...)
2024-06-20 22:52 ` chrysos349
@ 2024-09-11 18:44 ` chrysos349
2024-10-26 9:36 ` [PR PATCH] [Updated] New package: crow-translate-3.0.0 chrysos349
2024-12-01 0:32 ` [PR PATCH] [Closed]: New package: crow-translate-3.1.0 chrysos349
6 siblings, 0 replies; 8+ messages in thread
From: chrysos349 @ 2024-09-11 18:44 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: 1210 bytes --]
From 68c0e8d2958e692788177157da0aa0389970beb0 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-3.0.0
---
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..62609de80283bd
--- /dev/null
+++ b/srcpkgs/crow-translate/template
@@ -0,0 +1,15 @@
+# Template file for 'crow-translate'
+pkgname=crow-translate
+version=3.0.0
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules pkg-config qt5-host-tools qt5-qmake"
+makedepends="kwayland-devel qt5-multimedia-devel qt5-tools-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://apps.kde.org/crowtranslate"
+distfiles="${KDE_SITE}/crow-translate/${version}/crow-translate-v${version}.tar.gz"
+checksum=978edc8e9a2faba79126e4c3538bc391de8e29b97b98ea1acc0a99e713ad08b6
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PR PATCH] [Updated] New package: crow-translate-3.0.0
2024-01-10 14:25 [PR PATCH] New package: crow-translate-2.11.1 chrysos349
` (4 preceding siblings ...)
2024-09-11 18:44 ` [PR PATCH] [Updated] " chrysos349
@ 2024-10-26 9:36 ` chrysos349
2024-12-01 0:32 ` [PR PATCH] [Closed]: New package: crow-translate-3.1.0 chrysos349
6 siblings, 0 replies; 8+ messages in thread
From: chrysos349 @ 2024-10-26 9:36 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 828 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-3.0.0
#### 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: 1210 bytes --]
From 8d30e6f7285f2d1b0e89342ae0ffe8afd0ed138a 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-3.1.0
---
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..f382b2c46dddd2
--- /dev/null
+++ b/srcpkgs/crow-translate/template
@@ -0,0 +1,15 @@
+# Template file for 'crow-translate'
+pkgname=crow-translate
+version=3.1.0
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules pkg-config qt5-host-tools qt5-qmake"
+makedepends="kwayland-devel qt5-multimedia-devel qt5-tools-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://apps.kde.org/crowtranslate"
+distfiles="${KDE_SITE}/crow-translate/${version}/crow-translate-v${version}.tar.gz"
+checksum=8cafa4a812079020839beaf0b133e08be6e47d6ffa1cf90f3417efdc7589c7a1
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PR PATCH] [Closed]: New package: crow-translate-3.1.0
2024-01-10 14:25 [PR PATCH] New package: crow-translate-2.11.1 chrysos349
` (5 preceding siblings ...)
2024-10-26 9:36 ` [PR PATCH] [Updated] New package: crow-translate-3.0.0 chrysos349
@ 2024-12-01 0:32 ` chrysos349
6 siblings, 0 replies; 8+ messages in thread
From: chrysos349 @ 2024-12-01 0:32 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 659 bytes --]
There's a closed pull request on the void-packages repository
New package: crow-translate-3.1.0
https://github.com/void-linux/void-packages/pull/48153
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**|**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
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-12-01 0:32 UTC | newest]
Thread overview: 8+ 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
2024-09-11 18:44 ` [PR PATCH] [Updated] " chrysos349
2024-10-26 9:36 ` [PR PATCH] [Updated] New package: crow-translate-3.0.0 chrysos349
2024-12-01 0:32 ` [PR PATCH] [Closed]: New package: crow-translate-3.1.0 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).