Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: kiten-23.04.2
@ 2023-06-14  6:01 Eloitor
  2023-06-14  6:15 ` Eloitor
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Eloitor @ 2023-06-14  6:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages kiten
https://github.com/void-linux/void-packages/pull/44423

New package: kiten-23.04.2
#### 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)

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

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

From bbaeb543b809b8cc7f11051cbd480aac27443ffc Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Wed, 14 Jun 2023 07:55:42 +0200
Subject: [PATCH] New package: kiten-23.04.2

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

diff --git a/srcpkgs/kiten/template b/srcpkgs/kiten/template
new file mode 100644
index 000000000000..7a2a52a34668
--- /dev/null
+++ b/srcpkgs/kiten/template
@@ -0,0 +1,26 @@
+# Template file for 'kiten'
+pkgname=kiten
+version=23.04.2
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTING=ON"
+hostmakedepends="extra-cmake-modules pkg-config gettext"
+makedepends="qt5-devel qt5-declarative qt5-declarative-devel
+ khtml-devel ki18n-devel knotifications-devel kdoctools-devel
+ kxmlgui-devel karchive-devel kcoreaddons-devel kcompletion-devel
+ kconfig-devel kconfigwidgets-devel gettext-devel kcrash-devel"
+depends="hicolor-icon-theme"
+short_desc="Japanese Reference/Study Tool"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-2.0-or-later"
+homepage="https://apps.kde.org/kiten/"
+distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
+checksum=bec1d8b895d5add2aff519439a302e2940e297a0d52ce7d2be7507f769d4d319
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" python3 qt5-host-tools qt5-qmake"
+fi
+
+pre_check() {
+	export QT_QPA_PLATFORM=offscreen
+}

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

* Re: New package: kiten-23.04.2
  2023-06-14  6:01 [PR PATCH] New package: kiten-23.04.2 Eloitor
@ 2023-06-14  6:15 ` Eloitor
  2023-06-14 19:07 ` Chocimier
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Eloitor @ 2023-06-14  6:15 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/44423#issuecomment-1590538625

Comment:
I don't know how to fix the build for aarch64...

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

* Re: New package: kiten-23.04.2
  2023-06-14  6:01 [PR PATCH] New package: kiten-23.04.2 Eloitor
  2023-06-14  6:15 ` Eloitor
@ 2023-06-14 19:07 ` Chocimier
  2023-06-15 21:07 ` [PR PATCH] [Updated] " Eloitor
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Chocimier @ 2023-06-14 19:07 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/44423#issuecomment-1591831664

Comment:
For cross compilation, add `configure_args=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"` and kdoctools kcoreaddons kconfig in hostmakedepends.

Is a specific font required to display all characters? I can see only few.

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

* Re: [PR PATCH] [Updated] New package: kiten-23.04.2
  2023-06-14  6:01 [PR PATCH] New package: kiten-23.04.2 Eloitor
  2023-06-14  6:15 ` Eloitor
  2023-06-14 19:07 ` Chocimier
@ 2023-06-15 21:07 ` Eloitor
  2023-06-15 21:14 ` Eloitor
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Eloitor @ 2023-06-15 21:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages kiten
https://github.com/void-linux/void-packages/pull/44423

New package: kiten-23.04.2
#### 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)

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

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

From cbdf7e9a92b12ad6809ff6a0a7767a2f03d155f1 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Wed, 14 Jun 2023 07:55:42 +0200
Subject: [PATCH] New package: kiten-23.04.2

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

diff --git a/srcpkgs/kiten/template b/srcpkgs/kiten/template
new file mode 100644
index 000000000000..e0d0151a444a
--- /dev/null
+++ b/srcpkgs/kiten/template
@@ -0,0 +1,26 @@
+# Template file for 'kiten'
+pkgname=kiten
+version=23.04.2
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTING=ON -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
+hostmakedepends="extra-cmake-modules pkg-config gettext"
+makedepends="qt5-devel qt5-declarative qt5-declarative-devel
+ khtml-devel ki18n-devel knotifications-devel kdoctools-devel
+ kxmlgui-devel karchive-devel kcoreaddons-devel kcompletion-devel
+ kconfig-devel kconfigwidgets-devel gettext-devel kcrash-devel"
+depends="hicolor-icon-theme"
+short_desc="Japanese Reference/Study Tool"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-2.0-or-later"
+homepage="https://apps.kde.org/kiten/"
+distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
+checksum=bec1d8b895d5add2aff519439a302e2940e297a0d52ce7d2be7507f769d4d319
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" python3 qt5-host-tools qt5-qmake kdoctools kcoreaddons kconfig"
+fi
+
+pre_check() {
+	export QT_QPA_PLATFORM=offscreen
+}

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

* Re: New package: kiten-23.04.2
  2023-06-14  6:01 [PR PATCH] New package: kiten-23.04.2 Eloitor
                   ` (2 preceding siblings ...)
  2023-06-15 21:07 ` [PR PATCH] [Updated] " Eloitor
@ 2023-06-15 21:14 ` Eloitor
  2023-06-15 21:35 ` Eloitor
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Eloitor @ 2023-06-15 21:14 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/44423#issuecomment-1593732377

Comment:
Thank you, I think I can see all characters. I'll try to figure out which fonts are required

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

* Re: New package: kiten-23.04.2
  2023-06-14  6:01 [PR PATCH] New package: kiten-23.04.2 Eloitor
                   ` (3 preceding siblings ...)
  2023-06-15 21:14 ` Eloitor
@ 2023-06-15 21:35 ` Eloitor
  2023-06-16 17:44 ` [PR PATCH] [Updated] " Eloitor
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Eloitor @ 2023-06-15 21:35 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/44423#issuecomment-1593753504

Comment:
I don't know what happens with cross compiling to musl...

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

* Re: [PR PATCH] [Updated] New package: kiten-23.04.2
  2023-06-14  6:01 [PR PATCH] New package: kiten-23.04.2 Eloitor
                   ` (4 preceding siblings ...)
  2023-06-15 21:35 ` Eloitor
@ 2023-06-16 17:44 ` Eloitor
  2023-09-02 21:23 ` Eloitor
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Eloitor @ 2023-06-16 17:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages kiten
https://github.com/void-linux/void-packages/pull/44423

New package: kiten-23.04.2
#### 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)

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

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

From b975c8f20db31b9e71efc99964a7c0a3f49a9f6f Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Wed, 14 Jun 2023 07:55:42 +0200
Subject: [PATCH] New package: kiten-23.04.2

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

diff --git a/srcpkgs/kiten/template b/srcpkgs/kiten/template
new file mode 100644
index 000000000000..e0d0151a444a
--- /dev/null
+++ b/srcpkgs/kiten/template
@@ -0,0 +1,26 @@
+# Template file for 'kiten'
+pkgname=kiten
+version=23.04.2
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTING=ON -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
+hostmakedepends="extra-cmake-modules pkg-config gettext"
+makedepends="qt5-devel qt5-declarative qt5-declarative-devel
+ khtml-devel ki18n-devel knotifications-devel kdoctools-devel
+ kxmlgui-devel karchive-devel kcoreaddons-devel kcompletion-devel
+ kconfig-devel kconfigwidgets-devel gettext-devel kcrash-devel"
+depends="hicolor-icon-theme"
+short_desc="Japanese Reference/Study Tool"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-2.0-or-later"
+homepage="https://apps.kde.org/kiten/"
+distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
+checksum=bec1d8b895d5add2aff519439a302e2940e297a0d52ce7d2be7507f769d4d319
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" python3 qt5-host-tools qt5-qmake kdoctools kcoreaddons kconfig"
+fi
+
+pre_check() {
+	export QT_QPA_PLATFORM=offscreen
+}

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

* Re: [PR PATCH] [Updated] New package: kiten-23.04.2
  2023-06-14  6:01 [PR PATCH] New package: kiten-23.04.2 Eloitor
                   ` (5 preceding siblings ...)
  2023-06-16 17:44 ` [PR PATCH] [Updated] " Eloitor
@ 2023-09-02 21:23 ` Eloitor
  2023-12-02  1:45 ` github-actions
  2023-12-16  1:46 ` [PR PATCH] [Closed]: " github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: Eloitor @ 2023-09-02 21:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages kiten
https://github.com/void-linux/void-packages/pull/44423

New package: kiten-23.04.2
#### 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)

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

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

From 8f50b996644f41ea5ef5e2739fe5a33e67e7a16f Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Wed, 14 Jun 2023 07:55:42 +0200
Subject: [PATCH] New package: kiten-23.08.0

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

diff --git a/srcpkgs/kiten/template b/srcpkgs/kiten/template
new file mode 100644
index 0000000000000..86ade05874358
--- /dev/null
+++ b/srcpkgs/kiten/template
@@ -0,0 +1,26 @@
+# Template file for 'kiten'
+pkgname=kiten
+version=23.08.0
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTING=ON -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
+hostmakedepends="extra-cmake-modules pkg-config gettext"
+makedepends="qt5-devel qt5-declarative qt5-declarative-devel
+ khtml-devel ki18n-devel knotifications-devel kdoctools-devel
+ kxmlgui-devel karchive-devel kcoreaddons-devel kcompletion-devel
+ kconfig-devel kconfigwidgets-devel gettext-devel kcrash-devel"
+depends="hicolor-icon-theme"
+short_desc="Japanese Reference/Study Tool"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-2.0-or-later"
+homepage="https://apps.kde.org/kiten/"
+distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
+checksum=2ac340aa6f5db6d367afbfaefc0d159768bed36a9016892f17c2f0c8164c1dba
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" python3 qt5-host-tools qt5-qmake kdoctools kcoreaddons kconfig"
+fi
+
+pre_check() {
+	export QT_QPA_PLATFORM=offscreen
+}

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

* Re: New package: kiten-23.04.2
  2023-06-14  6:01 [PR PATCH] New package: kiten-23.04.2 Eloitor
                   ` (6 preceding siblings ...)
  2023-09-02 21:23 ` Eloitor
@ 2023-12-02  1:45 ` github-actions
  2023-12-16  1:46 ` [PR PATCH] [Closed]: " github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2023-12-02  1:45 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/44423#issuecomment-1836986807

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: kiten-23.04.2
  2023-06-14  6:01 [PR PATCH] New package: kiten-23.04.2 Eloitor
                   ` (7 preceding siblings ...)
  2023-12-02  1:45 ` github-actions
@ 2023-12-16  1:46 ` github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2023-12-16  1:46 UTC (permalink / raw)
  To: ml

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

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

New package: kiten-23.04.2
https://github.com/void-linux/void-packages/pull/44423

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)

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

end of thread, other threads:[~2023-12-16  1:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-14  6:01 [PR PATCH] New package: kiten-23.04.2 Eloitor
2023-06-14  6:15 ` Eloitor
2023-06-14 19:07 ` Chocimier
2023-06-15 21:07 ` [PR PATCH] [Updated] " Eloitor
2023-06-15 21:14 ` Eloitor
2023-06-15 21:35 ` Eloitor
2023-06-16 17:44 ` [PR PATCH] [Updated] " Eloitor
2023-09-02 21:23 ` Eloitor
2023-12-02  1:45 ` github-actions
2023-12-16  1:46 ` [PR PATCH] [Closed]: " github-actions

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