Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: KITScenarist-0.7.2.rc9a
@ 2020-01-03  3:14 voidlinux-github
  2020-01-03  3:15 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: voidlinux-github @ 2020-01-03  3:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages np_kitscenarist
https://github.com/void-linux/void-packages/pull/17996

New package: KITScenarist-0.7.2.rc9a
Can someone help with the cross issue?

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

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

From 576c76a52dfd402adf607e32bc6df4a5c7cf706d Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Tue, 23 Apr 2019 23:27:31 -0500
Subject: [PATCH] New package: KITScenarist-0.7.2.rc9a

---
 srcpkgs/KITScenarist/files/scenarist.xml |  7 +++++
 srcpkgs/KITScenarist/template            | 35 ++++++++++++++++++++++++
 2 files changed, 42 insertions(+)
 create mode 100644 srcpkgs/KITScenarist/files/scenarist.xml
 create mode 100644 srcpkgs/KITScenarist/template

diff --git a/srcpkgs/KITScenarist/files/scenarist.xml b/srcpkgs/KITScenarist/files/scenarist.xml
new file mode 100644
index 00000000000..e04d418cbaf
--- /dev/null
+++ b/srcpkgs/KITScenarist/files/scenarist.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+  <mime-type type="application/x-kit-scenarist-project">
+    <comment>KIT Scenarist Project</comment>
+    <glob pattern="*.kitsp"/>
+  </mime-type>
+</mime-info>
diff --git a/srcpkgs/KITScenarist/template b/srcpkgs/KITScenarist/template
new file mode 100644
index 00000000000..b719189a16d
--- /dev/null
+++ b/srcpkgs/KITScenarist/template
@@ -0,0 +1,35 @@
+# Template file for 'KITScenarist'
+pkgname=KITScenarist
+version=0.7.2.rc9f
+revision=1
+_corever=ad7da9941883cf71edacd85c9a3ffe8885d6b2e9
+build_style=qmake
+create_wrksrc=yes
+build_wrksrc="KITScenarist-${version}/src"
+hostmakedepends="pkg-config curl qt5-host-tools
+ qt5-multimedia-devel qt5-svg-devel qt5-webengine-devel qt5-declarative-devel
+ qt5-webchannel-devel qt5-location-devel"
+makedepends="hunspell-devel qt5-location-devel qt5-multimedia-devel qt5-svg-devel
+ qt5-webengine-devel qt5-declarative-devel qt5-webchannel-devel qt5-location-devel"
+short_desc="Screenwriting software"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://kitscenarist.ru/en/index.html"
+distfiles="https://github.com/dimkanovikov/KITScenarist/archive/${version}.tar.gz
+ https://github.com/dimkanovikov/KITScenaristCore/archive/${_corever}.tar.gz"
+checksum="9bb6aea5d48db47a3de0248c5a46cf886ae6414b44475b7c842454f3b09472d3
+ ff7f625c856a56509994d72d0db025258c15789a6e47312e72dfe836348bfc0a"
+nocross="Fails to link to hunspell"
+
+pre_configure() {
+	rmdir bin/scenarist-core
+	mv ../../KITScenaristCore-${_corever} bin/scenarist-core
+}
+
+do_install() {
+	vbin ../build/Release/bin/scenarist-desktop/Scenarist
+	cd $wrksrc/$build_wrksrc/../build/Ubuntu/scenarist_amd64
+	vinstall usr/share/applications/scenarist.desktop 0644 usr/share/applications
+	vinstall usr/share/pixmaps/scenarist.png 0644 usr/share/pixmaps
+	vinstall $FILESDIR/scenarist.xml 0644 usr/share/mime/packages
+}

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

* Re: [PR PATCH] [Updated] New package: KITScenarist-0.7.2.rc9a
  2020-01-03  3:14 [PR PATCH] New package: KITScenarist-0.7.2.rc9a voidlinux-github
@ 2020-01-03  3:15 ` voidlinux-github
  2020-01-03  3:35 ` [PR PATCH] [Updated] New package: KITScenarist-0.7.2.rc9f voidlinux-github
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2020-01-03  3:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages np_kitscenarist
https://github.com/void-linux/void-packages/pull/17996

New package: KITScenarist-0.7.2.rc9a
Can someone help with the cross issue?

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

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

From 97fdc69b802f44c0765024b27ae5b2d71025fdaf Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Tue, 23 Apr 2019 23:27:31 -0500
Subject: [PATCH] New package: KITScenarist-0.7.2.rc9f

---
 srcpkgs/KITScenarist/files/scenarist.xml |  7 +++++
 srcpkgs/KITScenarist/template            | 35 ++++++++++++++++++++++++
 2 files changed, 42 insertions(+)
 create mode 100644 srcpkgs/KITScenarist/files/scenarist.xml
 create mode 100644 srcpkgs/KITScenarist/template

diff --git a/srcpkgs/KITScenarist/files/scenarist.xml b/srcpkgs/KITScenarist/files/scenarist.xml
new file mode 100644
index 00000000000..e04d418cbaf
--- /dev/null
+++ b/srcpkgs/KITScenarist/files/scenarist.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+  <mime-type type="application/x-kit-scenarist-project">
+    <comment>KIT Scenarist Project</comment>
+    <glob pattern="*.kitsp"/>
+  </mime-type>
+</mime-info>
diff --git a/srcpkgs/KITScenarist/template b/srcpkgs/KITScenarist/template
new file mode 100644
index 00000000000..b719189a16d
--- /dev/null
+++ b/srcpkgs/KITScenarist/template
@@ -0,0 +1,35 @@
+# Template file for 'KITScenarist'
+pkgname=KITScenarist
+version=0.7.2.rc9f
+revision=1
+_corever=ad7da9941883cf71edacd85c9a3ffe8885d6b2e9
+build_style=qmake
+create_wrksrc=yes
+build_wrksrc="KITScenarist-${version}/src"
+hostmakedepends="pkg-config curl qt5-host-tools
+ qt5-multimedia-devel qt5-svg-devel qt5-webengine-devel qt5-declarative-devel
+ qt5-webchannel-devel qt5-location-devel"
+makedepends="hunspell-devel qt5-location-devel qt5-multimedia-devel qt5-svg-devel
+ qt5-webengine-devel qt5-declarative-devel qt5-webchannel-devel qt5-location-devel"
+short_desc="Screenwriting software"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://kitscenarist.ru/en/index.html"
+distfiles="https://github.com/dimkanovikov/KITScenarist/archive/${version}.tar.gz
+ https://github.com/dimkanovikov/KITScenaristCore/archive/${_corever}.tar.gz"
+checksum="9bb6aea5d48db47a3de0248c5a46cf886ae6414b44475b7c842454f3b09472d3
+ ff7f625c856a56509994d72d0db025258c15789a6e47312e72dfe836348bfc0a"
+nocross="Fails to link to hunspell"
+
+pre_configure() {
+	rmdir bin/scenarist-core
+	mv ../../KITScenaristCore-${_corever} bin/scenarist-core
+}
+
+do_install() {
+	vbin ../build/Release/bin/scenarist-desktop/Scenarist
+	cd $wrksrc/$build_wrksrc/../build/Ubuntu/scenarist_amd64
+	vinstall usr/share/applications/scenarist.desktop 0644 usr/share/applications
+	vinstall usr/share/pixmaps/scenarist.png 0644 usr/share/pixmaps
+	vinstall $FILESDIR/scenarist.xml 0644 usr/share/mime/packages
+}

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

* Re: [PR PATCH] [Updated] New package: KITScenarist-0.7.2.rc9f
  2020-01-03  3:14 [PR PATCH] New package: KITScenarist-0.7.2.rc9a voidlinux-github
  2020-01-03  3:15 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-03  3:35 ` voidlinux-github
  2020-01-03  3:36 ` voidlinux-github
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2020-01-03  3:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages np_kitscenarist
https://github.com/void-linux/void-packages/pull/17996

New package: KITScenarist-0.7.2.rc9f
Can someone help with the cross issue?

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

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

From 66baee9ce1b2a23fea481c25a2e315aa53876fd6 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Tue, 23 Apr 2019 23:27:31 -0500
Subject: [PATCH] New package: KITScenarist-0.7.2.rc9f

---
 srcpkgs/KITScenarist/files/scenarist.xml |  7 +++++
 srcpkgs/KITScenarist/template            | 35 ++++++++++++++++++++++++
 2 files changed, 42 insertions(+)
 create mode 100644 srcpkgs/KITScenarist/files/scenarist.xml
 create mode 100644 srcpkgs/KITScenarist/template

diff --git a/srcpkgs/KITScenarist/files/scenarist.xml b/srcpkgs/KITScenarist/files/scenarist.xml
new file mode 100644
index 00000000000..e04d418cbaf
--- /dev/null
+++ b/srcpkgs/KITScenarist/files/scenarist.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+  <mime-type type="application/x-kit-scenarist-project">
+    <comment>KIT Scenarist Project</comment>
+    <glob pattern="*.kitsp"/>
+  </mime-type>
+</mime-info>
diff --git a/srcpkgs/KITScenarist/template b/srcpkgs/KITScenarist/template
new file mode 100644
index 00000000000..4f64593a0d1
--- /dev/null
+++ b/srcpkgs/KITScenarist/template
@@ -0,0 +1,35 @@
+# Template file for 'KITScenarist'
+pkgname=KITScenarist
+version=0.7.2.rc9f
+revision=1
+_corever=ad7da9941883cf71edacd85c9a3ffe8885d6b2e9
+create_wrksrc=yes
+build_wrksrc="KITScenarist-${version}/src"
+build_style=qmake
+hostmakedepends="pkg-config curl qt5-host-tools
+ qt5-multimedia-devel qt5-svg-devel qt5-webengine-devel qt5-declarative-devel
+ qt5-webchannel-devel qt5-location-devel"
+makedepends="hunspell-devel qt5-location-devel qt5-multimedia-devel qt5-svg-devel
+ qt5-webengine-devel qt5-declarative-devel qt5-webchannel-devel qt5-location-devel"
+short_desc="Screenwriting software"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://kitscenarist.ru/en/index.html"
+distfiles="https://github.com/dimkanovikov/KITScenarist/archive/${version}.tar.gz
+ https://github.com/dimkanovikov/KITScenaristCore/archive/${_corever}.tar.gz"
+checksum="9bb6aea5d48db47a3de0248c5a46cf886ae6414b44475b7c842454f3b09472d3
+ ff7f625c856a56509994d72d0db025258c15789a6e47312e72dfe836348bfc0a"
+nocross="Fails to link to hunspell"
+
+pre_configure() {
+	rmdir bin/scenarist-core
+	mv ../../KITScenaristCore-${_corever} bin/scenarist-core
+}
+
+do_install() {
+	vbin ../build/Release/bin/scenarist-desktop/Scenarist
+	cd $wrksrc/$build_wrksrc/../build/Ubuntu/scenarist_amd64
+	vinstall usr/share/applications/scenarist.desktop 0644 usr/share/applications
+	vinstall usr/share/pixmaps/scenarist.png 0644 usr/share/pixmaps
+	vinstall $FILESDIR/scenarist.xml 0644 usr/share/mime/packages
+}

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

* Re: New package: KITScenarist-0.7.2.rc9f
  2020-01-03  3:14 [PR PATCH] New package: KITScenarist-0.7.2.rc9a voidlinux-github
  2020-01-03  3:15 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-03  3:35 ` [PR PATCH] [Updated] New package: KITScenarist-0.7.2.rc9f voidlinux-github
@ 2020-01-03  3:36 ` voidlinux-github
  2020-01-03 13:39 ` voidlinux-github
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2020-01-03  3:36 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/17996#issuecomment-570450034

Comment:
For now, I've marked it `nocross`, but the error is:

    /usr/lib/gcc/aarch64-linux-gnu/9.2.0/../../../../aarch64-linux-gnu/bin/ld: 
                     ../../build/Release/bin/scenarist-desktop/.obj/SpellChecker.o: in function 
                     `SpellChecker::addWordToChecker(QString const&) const':
    SpellChecker.cpp:(.text+0x1130): undefined reference to `Hunspell::add(char const*)'

Adding `hunspell-devel` to `makedepends` nor `hostmakedepends` helped

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

* Re: New package: KITScenarist-0.7.2.rc9f
  2020-01-03  3:14 [PR PATCH] New package: KITScenarist-0.7.2.rc9a voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-03  3:36 ` voidlinux-github
@ 2020-01-03 13:39 ` voidlinux-github
  2020-01-03 16:56 ` voidlinux-github
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2020-01-03 13:39 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/17996#issuecomment-570574504

Comment:
> Can someone help with the cross issue?

I’ll try to remember to look at cross later today when I can

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

* Re: New package: KITScenarist-0.7.2.rc9f
  2020-01-03  3:14 [PR PATCH] New package: KITScenarist-0.7.2.rc9a voidlinux-github
                   ` (3 preceding siblings ...)
  2020-01-03 13:39 ` voidlinux-github
@ 2020-01-03 16:56 ` voidlinux-github
  2020-01-03 20:44 ` voidlinux-github
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2020-01-03 16:56 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/17996#issuecomment-570631314

Comment:
Currently looks like it isn’t adding -lhunspell, I got to find where it is defining ldflags, may be a little while after I start on it as I am not use to qmake stuff

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

* Re: New package: KITScenarist-0.7.2.rc9f
  2020-01-03  3:14 [PR PATCH] New package: KITScenarist-0.7.2.rc9a voidlinux-github
                   ` (4 preceding siblings ...)
  2020-01-03 16:56 ` voidlinux-github
@ 2020-01-03 20:44 ` voidlinux-github
  2020-01-03 22:33 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2020-01-03 20:44 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/17996#issuecomment-570631314

Comment:
Currently looks like it isn’t adding -lhunspell, I got to find where it is defining ldflags, may be a little while after I start on it as I am not use to qmake stuff.

I believe I found it, but got to find a way to fix it

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

* Re: [PR PATCH] [Updated] New package: KITScenarist-0.7.2.rc9f
  2020-01-03  3:14 [PR PATCH] New package: KITScenarist-0.7.2.rc9a voidlinux-github
                   ` (5 preceding siblings ...)
  2020-01-03 20:44 ` voidlinux-github
@ 2020-01-03 22:33 ` voidlinux-github
  2020-01-03 22:34 ` voidlinux-github
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2020-01-03 22:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages np_kitscenarist
https://github.com/void-linux/void-packages/pull/17996

New package: KITScenarist-0.7.2.rc9f
Can someone help with the cross issue?

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

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

From 1aed696b571582b4e80378678a1cce9a946efdd8 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Tue, 23 Apr 2019 23:27:31 -0500
Subject: [PATCH] New package: KITScenarist-0.7.2.rc9f

---
 srcpkgs/KITScenarist/files/scenarist.xml      |  7 ++++
 .../patches/use-system-hunspell.patch         | 19 +++++++++++
 srcpkgs/KITScenarist/template                 | 34 +++++++++++++++++++
 3 files changed, 60 insertions(+)
 create mode 100644 srcpkgs/KITScenarist/files/scenarist.xml
 create mode 100644 srcpkgs/KITScenarist/patches/use-system-hunspell.patch
 create mode 100644 srcpkgs/KITScenarist/template

diff --git a/srcpkgs/KITScenarist/files/scenarist.xml b/srcpkgs/KITScenarist/files/scenarist.xml
new file mode 100644
index 00000000000..e04d418cbaf
--- /dev/null
+++ b/srcpkgs/KITScenarist/files/scenarist.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+  <mime-type type="application/x-kit-scenarist-project">
+    <comment>KIT Scenarist Project</comment>
+    <glob pattern="*.kitsp"/>
+  </mime-type>
+</mime-info>
diff --git a/srcpkgs/KITScenarist/patches/use-system-hunspell.patch b/srcpkgs/KITScenarist/patches/use-system-hunspell.patch
new file mode 100644
index 00000000000..10a551840f3
--- /dev/null
+++ b/srcpkgs/KITScenarist/patches/use-system-hunspell.patch
@@ -0,0 +1,19 @@
+--- KITScenarist-0.7.2.rc9f/src/bin/scenarist-desktop.pro.orig
++++ KITScenarist-0.7.2.rc9f/src/bin/scenarist-desktop.pro
+@@ -37,11 +37,12 @@
+ #
+ # Подключаем библиотеку HUNSPELL
+ #
+-LIBS += -L$$DESTDIR/../../libs/hunspell/ -lhunspell
++#LIBS += -L$$DESTDIR/../../libs/hunspell/ -lhunspell
++LIBS += -lhunspell
+ 
+-INCLUDEPATH += $$PWD/../libs/hunspell/src
+-DEPENDPATH += $$PWD/../libs/hunspell
+-PRE_TARGETDEPS += $$PWD/../libs/hunspell
++#INCLUDEPATH += $$PWD/../libs/hunspell/src
++#DEPENDPATH += $$PWD/../libs/hunspell
++#PRE_TARGETDEPS += $$PWD/../libs/hunspell
+ #
+ 
+ ##
diff --git a/srcpkgs/KITScenarist/template b/srcpkgs/KITScenarist/template
new file mode 100644
index 00000000000..76283cab187
--- /dev/null
+++ b/srcpkgs/KITScenarist/template
@@ -0,0 +1,34 @@
+# Template file for 'KITScenarist'
+pkgname=KITScenarist
+version=0.7.2.rc9f
+revision=1
+_corever=ad7da9941883cf71edacd85c9a3ffe8885d6b2e9
+create_wrksrc=yes
+build_wrksrc="KITScenarist-${version}/src"
+build_style=qmake
+hostmakedepends="pkg-config curl qt5-host-tools
+ qt5-multimedia-devel qt5-svg-devel qt5-webengine-devel qt5-declarative-devel
+ qt5-webchannel-devel qt5-location-devel"
+makedepends="hunspell-devel qt5-location-devel qt5-multimedia-devel qt5-svg-devel
+ qt5-webengine-devel qt5-declarative-devel qt5-webchannel-devel qt5-location-devel"
+short_desc="Screenwriting software"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://kitscenarist.ru/en/index.html"
+distfiles="https://github.com/dimkanovikov/KITScenarist/archive/${version}.tar.gz
+ https://github.com/dimkanovikov/KITScenaristCore/archive/${_corever}.tar.gz"
+checksum="9bb6aea5d48db47a3de0248c5a46cf886ae6414b44475b7c842454f3b09472d3
+ ff7f625c856a56509994d72d0db025258c15789a6e47312e72dfe836348bfc0a"
+
+pre_configure() {
+	rmdir bin/scenarist-core
+	mv ../../KITScenaristCore-${_corever} bin/scenarist-core
+}
+
+do_install() {
+	vbin ../build/Release/bin/scenarist-desktop/Scenarist
+	cd $wrksrc/$build_wrksrc/../build/Ubuntu/scenarist_amd64
+	vinstall usr/share/applications/scenarist.desktop 0644 usr/share/applications
+	vinstall usr/share/pixmaps/scenarist.png 0644 usr/share/pixmaps
+	vinstall $FILESDIR/scenarist.xml 0644 usr/share/mime/packages
+}

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

* Re: New package: KITScenarist-0.7.2.rc9f
  2020-01-03  3:14 [PR PATCH] New package: KITScenarist-0.7.2.rc9a voidlinux-github
                   ` (6 preceding siblings ...)
  2020-01-03 22:33 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-03 22:34 ` voidlinux-github
  2020-01-04  0:21 ` voidlinux-github
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2020-01-03 22:34 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/17996#issuecomment-570718634

Comment:
Patching it to use to system hunspell seems to have fixed it.

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

* Re: New package: KITScenarist-0.7.2.rc9f
  2020-01-03  3:14 [PR PATCH] New package: KITScenarist-0.7.2.rc9a voidlinux-github
                   ` (7 preceding siblings ...)
  2020-01-03 22:34 ` voidlinux-github
@ 2020-01-04  0:21 ` voidlinux-github
  2020-01-04  2:25 ` voidlinux-github
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2020-01-04  0:21 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/17996#issuecomment-570737346

Comment:
Ah good, that was my other thought that might be the issue, as it was using
it's own

On Fri, Jan 3, 2020 at 10:34 PM Andrew Benson <notifications@github.com>
wrote:

> Patching it to use to system hunspell seems to have fixed it.
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <https://github.com/void-linux/void-packages/pull/17996?email_source=notifications&email_token=AAA4X366BFPFLPP7UBKF6O3Q364OPA5CNFSM4KCJBK62YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEICHTKQ#issuecomment-570718634>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAA4X3ZL5SRO3XINVUS7YGTQ364OPANCNFSM4KCJBK6Q>
> .
>


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

* Re: New package: KITScenarist-0.7.2.rc9f
  2020-01-03  3:14 [PR PATCH] New package: KITScenarist-0.7.2.rc9a voidlinux-github
                   ` (8 preceding siblings ...)
  2020-01-04  0:21 ` voidlinux-github
@ 2020-01-04  2:25 ` voidlinux-github
  2020-01-04  5:58 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2020-01-04  2:25 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/17996#issuecomment-570749009

Comment:
arm*) broken="qt5-webengine-devel not available for arm"

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

* Re: [PR PATCH] [Updated] New package: KITScenarist-0.7.2.rc9f
  2020-01-03  3:14 [PR PATCH] New package: KITScenarist-0.7.2.rc9a voidlinux-github
                   ` (9 preceding siblings ...)
  2020-01-04  2:25 ` voidlinux-github
@ 2020-01-04  5:58 ` voidlinux-github
  2020-04-28 17:04 ` [PR PATCH] [Updated] New package: KITScenarist-0.7.2.rc9g abenson
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2020-01-04  5:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages np_kitscenarist
https://github.com/void-linux/void-packages/pull/17996

New package: KITScenarist-0.7.2.rc9f
Can someone help with the cross issue?

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

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

From a9a56e0e307630f1832814c8ad3afe3886d16dfb Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Tue, 23 Apr 2019 23:27:31 -0500
Subject: [PATCH] New package: KITScenarist-0.7.2.rc9f

---
 srcpkgs/KITScenarist/files/scenarist.xml      |  7 +++
 .../patches/use-system-hunspell.patch         | 19 ++++++++
 srcpkgs/KITScenarist/template                 | 44 +++++++++++++++++++
 3 files changed, 70 insertions(+)
 create mode 100644 srcpkgs/KITScenarist/files/scenarist.xml
 create mode 100644 srcpkgs/KITScenarist/patches/use-system-hunspell.patch
 create mode 100644 srcpkgs/KITScenarist/template

diff --git a/srcpkgs/KITScenarist/files/scenarist.xml b/srcpkgs/KITScenarist/files/scenarist.xml
new file mode 100644
index 00000000000..e04d418cbaf
--- /dev/null
+++ b/srcpkgs/KITScenarist/files/scenarist.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+  <mime-type type="application/x-kit-scenarist-project">
+    <comment>KIT Scenarist Project</comment>
+    <glob pattern="*.kitsp"/>
+  </mime-type>
+</mime-info>
diff --git a/srcpkgs/KITScenarist/patches/use-system-hunspell.patch b/srcpkgs/KITScenarist/patches/use-system-hunspell.patch
new file mode 100644
index 00000000000..10a551840f3
--- /dev/null
+++ b/srcpkgs/KITScenarist/patches/use-system-hunspell.patch
@@ -0,0 +1,19 @@
+--- KITScenarist-0.7.2.rc9f/src/bin/scenarist-desktop.pro.orig
++++ KITScenarist-0.7.2.rc9f/src/bin/scenarist-desktop.pro
+@@ -37,11 +37,12 @@
+ #
+ # Подключаем библиотеку HUNSPELL
+ #
+-LIBS += -L$$DESTDIR/../../libs/hunspell/ -lhunspell
++#LIBS += -L$$DESTDIR/../../libs/hunspell/ -lhunspell
++LIBS += -lhunspell
+ 
+-INCLUDEPATH += $$PWD/../libs/hunspell/src
+-DEPENDPATH += $$PWD/../libs/hunspell
+-PRE_TARGETDEPS += $$PWD/../libs/hunspell
++#INCLUDEPATH += $$PWD/../libs/hunspell/src
++#DEPENDPATH += $$PWD/../libs/hunspell
++#PRE_TARGETDEPS += $$PWD/../libs/hunspell
+ #
+ 
+ ##
diff --git a/srcpkgs/KITScenarist/template b/srcpkgs/KITScenarist/template
new file mode 100644
index 00000000000..7ebb0e45f72
--- /dev/null
+++ b/srcpkgs/KITScenarist/template
@@ -0,0 +1,44 @@
+# Template file for 'KITScenarist'
+pkgname=KITScenarist
+version=0.7.2.rc9f
+revision=1
+_corever=ad7da9941883cf71edacd85c9a3ffe8885d6b2e9
+create_wrksrc=yes
+build_wrksrc="KITScenarist-${version}/src"
+build_style=qmake
+hostmakedepends="pkg-config curl qt5-host-tools
+ qt5-multimedia-devel qt5-svg-devel qt5-webengine-devel qt5-declarative-devel
+ qt5-webchannel-devel qt5-location-devel"
+makedepends="hunspell-devel qt5-location-devel qt5-multimedia-devel qt5-svg-devel
+ qt5-webengine-devel qt5-declarative-devel qt5-webchannel-devel qt5-location-devel"
+short_desc="Screenwriting software"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://kitscenarist.ru/en/index.html"
+distfiles="https://github.com/dimkanovikov/KITScenarist/archive/${version}.tar.gz
+ https://github.com/dimkanovikov/KITScenaristCore/archive/${_corever}.tar.gz"
+checksum="9bb6aea5d48db47a3de0248c5a46cf886ae6414b44475b7c842454f3b09472d3
+ ff7f625c856a56509994d72d0db025258c15789a6e47312e72dfe836348bfc0a"
+
+case "$XBPS_TARGET_MACHINE" in
+	arm*)
+		broken="webengine not available for arm" ;;
+	ppc|ppc-musl)
+		broken="webengine not available for ppc32" ;;
+	*) if [ "$XBPS_WORDSIZE" != "$XBPS_TARGET_WORDSIZE" ]; then
+		broken="webengine missing unless word size matches"
+	fi;;
+esac
+
+pre_configure() {
+	rmdir bin/scenarist-core
+	mv ../../KITScenaristCore-${_corever} bin/scenarist-core
+}
+
+do_install() {
+	vbin ../build/Release/bin/scenarist-desktop/Scenarist
+	cd $wrksrc/$build_wrksrc/../build/Ubuntu/scenarist_amd64
+	vinstall usr/share/applications/scenarist.desktop 0644 usr/share/applications
+	vinstall usr/share/pixmaps/scenarist.png 0644 usr/share/pixmaps
+	vinstall $FILESDIR/scenarist.xml 0644 usr/share/mime/packages
+}

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

* Re: [PR PATCH] [Updated] New package: KITScenarist-0.7.2.rc9g
  2020-01-03  3:14 [PR PATCH] New package: KITScenarist-0.7.2.rc9a voidlinux-github
                   ` (10 preceding siblings ...)
  2020-01-04  5:58 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-04-28 17:04 ` abenson
  2020-08-23  0:26 ` [PR PATCH] [Updated] New package: KITScenarist-0.7.2.rc9h abenson
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: abenson @ 2020-04-28 17:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages np_kitscenarist
https://github.com/void-linux/void-packages/pull/17996

New package: KITScenarist-0.7.2.rc9g
Can someone help with the cross issue?

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

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

From e91d270ed534aac135effacee183f1a94d47dbb4 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Tue, 23 Apr 2019 23:27:31 -0500
Subject: [PATCH] New package: KITScenarist-0.7.2.rc9h

---
 .../patches/use-system-hunspell.patch         | 25 +++++++++++++++
 srcpkgs/KITScenarist/template                 | 32 +++++++++++++++++++
 2 files changed, 57 insertions(+)
 create mode 100644 srcpkgs/KITScenarist/patches/use-system-hunspell.patch
 create mode 100644 srcpkgs/KITScenarist/template

diff --git a/srcpkgs/KITScenarist/patches/use-system-hunspell.patch b/srcpkgs/KITScenarist/patches/use-system-hunspell.patch
new file mode 100644
index 00000000000..4577f808d6b
--- /dev/null
+++ b/srcpkgs/KITScenarist/patches/use-system-hunspell.patch
@@ -0,0 +1,25 @@
+--- src/bin/scenarist-desktop.pro.orig
++++ src/bin/scenarist-desktop.pro
+@@ -37,11 +37,7 @@
+ #
+ # Подключаем библиотеку HUNSPELL
+ #
+-LIBS += -L$$DESTDIR/../../libs/hunspell/ -lhunspell
+-
+-INCLUDEPATH += $$PWD/../libs/hunspell/src
+-DEPENDPATH += $$PWD/../libs/hunspell
+-PRE_TARGETDEPS += $$PWD/../libs/hunspell
++LIBS=-lhunspell
+ #
+ 
+ ##
+--- src/libs/libs.pro.orig
++++ src/libs/libs.pro
+@@ -11,7 +11,6 @@
+ #
+ 
+ SUBDIRS = \
+-    hunspell \
+     fileformats \
+     webloader \
+     mythes \
diff --git a/srcpkgs/KITScenarist/template b/srcpkgs/KITScenarist/template
new file mode 100644
index 00000000000..7cc4d1d0b00
--- /dev/null
+++ b/srcpkgs/KITScenarist/template
@@ -0,0 +1,32 @@
+# Template file for 'KITScenarist'
+pkgname=KITScenarist
+version=0.7.2.rc9h
+revision=1
+create_wrksrc=yes
+build_wrksrc="src"
+build_style=qmake
+hostmakedepends="pkg-config curl qt5-host-tools
+ qt5-multimedia-devel qt5-svg-devel qt5-webengine-devel qt5-declarative-devel
+ qt5-webchannel-devel qt5-location-devel"
+makedepends="hunspell-devel qt5-location-devel qt5-multimedia-devel qt5-svg-devel
+ qt5-webengine-devel qt5-declarative-devel qt5-webchannel-devel qt5-location-devel"
+short_desc="Screenwriting software"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://kitscenarist.ru/en/index.html"
+distfiles="https://github.com/dimkanovikov/KITScenarist/releases/download/${version}/src.tar.gz"
+checksum=592380eb8b5789e292159106b5efbd882b27f9b416dd03a3426ac8f637cb5971
+
+case "$XBPS_TARGET_MACHINE" in
+	arm*)
+		broken="webengine not available for arm" ;;
+	ppc|ppc-musl)
+		broken="webengine not available for ppc32" ;;
+	*) if [ "$XBPS_WORDSIZE" != "$XBPS_TARGET_WORDSIZE" ]; then
+		broken="webengine missing unless word size matches"
+	fi;;
+esac
+
+do_install() {
+	vbin ../build/Release/bin/scenarist-desktop/Scenarist
+}

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

* Re: [PR PATCH] [Updated] New package: KITScenarist-0.7.2.rc9h
  2020-01-03  3:14 [PR PATCH] New package: KITScenarist-0.7.2.rc9a voidlinux-github
                   ` (11 preceding siblings ...)
  2020-04-28 17:04 ` [PR PATCH] [Updated] New package: KITScenarist-0.7.2.rc9g abenson
@ 2020-08-23  0:26 ` abenson
  2020-10-27 14:42 ` abenson
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: abenson @ 2020-08-23  0:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages np_kitscenarist
https://github.com/void-linux/void-packages/pull/17996

New package: KITScenarist-0.7.2.rc9h
Can someone help with the cross issue?

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

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

From 97dc30a95502750adfd15b700d4a719e3d1404a2 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Tue, 23 Apr 2019 23:27:31 -0500
Subject: [PATCH] New package: KITScenarist-0.7.2.rc9i

---
 .../patches/use-system-hunspell.patch         | 25 +++++++++++++++
 srcpkgs/KITScenarist/template                 | 32 +++++++++++++++++++
 2 files changed, 57 insertions(+)
 create mode 100644 srcpkgs/KITScenarist/patches/use-system-hunspell.patch
 create mode 100644 srcpkgs/KITScenarist/template

diff --git a/srcpkgs/KITScenarist/patches/use-system-hunspell.patch b/srcpkgs/KITScenarist/patches/use-system-hunspell.patch
new file mode 100644
index 00000000000..4577f808d6b
--- /dev/null
+++ b/srcpkgs/KITScenarist/patches/use-system-hunspell.patch
@@ -0,0 +1,25 @@
+--- src/bin/scenarist-desktop.pro.orig
++++ src/bin/scenarist-desktop.pro
+@@ -37,11 +37,7 @@
+ #
+ # Подключаем библиотеку HUNSPELL
+ #
+-LIBS += -L$$DESTDIR/../../libs/hunspell/ -lhunspell
+-
+-INCLUDEPATH += $$PWD/../libs/hunspell/src
+-DEPENDPATH += $$PWD/../libs/hunspell
+-PRE_TARGETDEPS += $$PWD/../libs/hunspell
++LIBS=-lhunspell
+ #
+ 
+ ##
+--- src/libs/libs.pro.orig
++++ src/libs/libs.pro
+@@ -11,7 +11,6 @@
+ #
+ 
+ SUBDIRS = \
+-    hunspell \
+     fileformats \
+     webloader \
+     mythes \
diff --git a/srcpkgs/KITScenarist/template b/srcpkgs/KITScenarist/template
new file mode 100644
index 00000000000..eab316f661a
--- /dev/null
+++ b/srcpkgs/KITScenarist/template
@@ -0,0 +1,32 @@
+# Template file for 'KITScenarist'
+pkgname=KITScenarist
+version=0.7.2.rc9i
+revision=1
+create_wrksrc=yes
+build_wrksrc="src"
+build_style=qmake
+hostmakedepends="pkg-config curl qt5-host-tools
+ qt5-multimedia-devel qt5-svg-devel qt5-webengine-devel qt5-declarative-devel
+ qt5-webchannel-devel qt5-location-devel"
+makedepends="hunspell-devel qt5-location-devel qt5-multimedia-devel qt5-svg-devel
+ qt5-webengine-devel qt5-declarative-devel qt5-webchannel-devel qt5-location-devel"
+short_desc="Screenwriting software"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://kitscenarist.ru/en/index.html"
+distfiles="https://github.com/dimkanovikov/KITScenarist/releases/download/${version}/src.tar.gz"
+checksum=c5fcc30498eeeecc7272c238200fd9a78d6b897c2d5ee9eb6c067a88bbc3ca52
+
+case "$XBPS_TARGET_MACHINE" in
+	arm*)
+		broken="webengine not available for arm" ;;
+	ppc|ppc-musl)
+		broken="webengine not available for ppc32" ;;
+	*) if [ "$XBPS_WORDSIZE" != "$XBPS_TARGET_WORDSIZE" ]; then
+		broken="webengine missing unless word size matches"
+	fi;;
+esac
+
+do_install() {
+	vbin ../build/Release/bin/scenarist-desktop/Scenarist
+}

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

* Re: [PR PATCH] [Updated] New package: KITScenarist-0.7.2.rc9h
  2020-01-03  3:14 [PR PATCH] New package: KITScenarist-0.7.2.rc9a voidlinux-github
                   ` (12 preceding siblings ...)
  2020-08-23  0:26 ` [PR PATCH] [Updated] New package: KITScenarist-0.7.2.rc9h abenson
@ 2020-10-27 14:42 ` abenson
  2020-10-27 14:53 ` abenson
  2021-11-06 21:43 ` [PR PATCH] [Closed]: " abenson
  15 siblings, 0 replies; 17+ messages in thread
From: abenson @ 2020-10-27 14:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages np_kitscenarist
https://github.com/void-linux/void-packages/pull/17996

New package: KITScenarist-0.7.2.rc9h
Can someone help with the cross issue?

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

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

From cd3a660898a181d992d84c01f73562f129c728c5 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Tue, 23 Apr 2019 23:27:31 -0500
Subject: [PATCH] New package: KITScenarist-0.7.2.rc9j

---
 .../patches/use-system-hunspell.patch         | 25 +++++++++++++++
 srcpkgs/KITScenarist/template                 | 32 +++++++++++++++++++
 2 files changed, 57 insertions(+)
 create mode 100644 srcpkgs/KITScenarist/patches/use-system-hunspell.patch
 create mode 100644 srcpkgs/KITScenarist/template

diff --git a/srcpkgs/KITScenarist/patches/use-system-hunspell.patch b/srcpkgs/KITScenarist/patches/use-system-hunspell.patch
new file mode 100644
index 00000000000..4577f808d6b
--- /dev/null
+++ b/srcpkgs/KITScenarist/patches/use-system-hunspell.patch
@@ -0,0 +1,25 @@
+--- src/bin/scenarist-desktop.pro.orig
++++ src/bin/scenarist-desktop.pro
+@@ -37,11 +37,7 @@
+ #
+ # Подключаем библиотеку HUNSPELL
+ #
+-LIBS += -L$$DESTDIR/../../libs/hunspell/ -lhunspell
+-
+-INCLUDEPATH += $$PWD/../libs/hunspell/src
+-DEPENDPATH += $$PWD/../libs/hunspell
+-PRE_TARGETDEPS += $$PWD/../libs/hunspell
++LIBS=-lhunspell
+ #
+ 
+ ##
+--- src/libs/libs.pro.orig
++++ src/libs/libs.pro
+@@ -11,7 +11,6 @@
+ #
+ 
+ SUBDIRS = \
+-    hunspell \
+     fileformats \
+     webloader \
+     mythes \
diff --git a/srcpkgs/KITScenarist/template b/srcpkgs/KITScenarist/template
new file mode 100644
index 00000000000..eab316f661a
--- /dev/null
+++ b/srcpkgs/KITScenarist/template
@@ -0,0 +1,32 @@
+# Template file for 'KITScenarist'
+pkgname=KITScenarist
+version=0.7.2.rc9i
+revision=1
+create_wrksrc=yes
+build_wrksrc="src"
+build_style=qmake
+hostmakedepends="pkg-config curl qt5-host-tools
+ qt5-multimedia-devel qt5-svg-devel qt5-webengine-devel qt5-declarative-devel
+ qt5-webchannel-devel qt5-location-devel"
+makedepends="hunspell-devel qt5-location-devel qt5-multimedia-devel qt5-svg-devel
+ qt5-webengine-devel qt5-declarative-devel qt5-webchannel-devel qt5-location-devel"
+short_desc="Screenwriting software"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://kitscenarist.ru/en/index.html"
+distfiles="https://github.com/dimkanovikov/KITScenarist/releases/download/${version}/src.tar.gz"
+checksum=c5fcc30498eeeecc7272c238200fd9a78d6b897c2d5ee9eb6c067a88bbc3ca52
+
+case "$XBPS_TARGET_MACHINE" in
+	arm*)
+		broken="webengine not available for arm" ;;
+	ppc|ppc-musl)
+		broken="webengine not available for ppc32" ;;
+	*) if [ "$XBPS_WORDSIZE" != "$XBPS_TARGET_WORDSIZE" ]; then
+		broken="webengine missing unless word size matches"
+	fi;;
+esac
+
+do_install() {
+	vbin ../build/Release/bin/scenarist-desktop/Scenarist
+}

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

* Re: [PR PATCH] [Updated] New package: KITScenarist-0.7.2.rc9h
  2020-01-03  3:14 [PR PATCH] New package: KITScenarist-0.7.2.rc9a voidlinux-github
                   ` (13 preceding siblings ...)
  2020-10-27 14:42 ` abenson
@ 2020-10-27 14:53 ` abenson
  2021-11-06 21:43 ` [PR PATCH] [Closed]: " abenson
  15 siblings, 0 replies; 17+ messages in thread
From: abenson @ 2020-10-27 14:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages np_kitscenarist
https://github.com/void-linux/void-packages/pull/17996

New package: KITScenarist-0.7.2.rc9h
Can someone help with the cross issue?

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

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

From 2645885c80e438ec5c803cfdd3918adeb60bc03e Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Tue, 23 Apr 2019 23:27:31 -0500
Subject: [PATCH] New package: KITScenarist-0.7.2.rc9j

---
 .../patches/use-system-hunspell.patch         | 25 +++++++++++++++
 srcpkgs/KITScenarist/template                 | 32 +++++++++++++++++++
 2 files changed, 57 insertions(+)
 create mode 100644 srcpkgs/KITScenarist/patches/use-system-hunspell.patch
 create mode 100644 srcpkgs/KITScenarist/template

diff --git a/srcpkgs/KITScenarist/patches/use-system-hunspell.patch b/srcpkgs/KITScenarist/patches/use-system-hunspell.patch
new file mode 100644
index 00000000000..4577f808d6b
--- /dev/null
+++ b/srcpkgs/KITScenarist/patches/use-system-hunspell.patch
@@ -0,0 +1,25 @@
+--- src/bin/scenarist-desktop.pro.orig
++++ src/bin/scenarist-desktop.pro
+@@ -37,11 +37,7 @@
+ #
+ # Подключаем библиотеку HUNSPELL
+ #
+-LIBS += -L$$DESTDIR/../../libs/hunspell/ -lhunspell
+-
+-INCLUDEPATH += $$PWD/../libs/hunspell/src
+-DEPENDPATH += $$PWD/../libs/hunspell
+-PRE_TARGETDEPS += $$PWD/../libs/hunspell
++LIBS=-lhunspell
+ #
+ 
+ ##
+--- src/libs/libs.pro.orig
++++ src/libs/libs.pro
+@@ -11,7 +11,6 @@
+ #
+ 
+ SUBDIRS = \
+-    hunspell \
+     fileformats \
+     webloader \
+     mythes \
diff --git a/srcpkgs/KITScenarist/template b/srcpkgs/KITScenarist/template
new file mode 100644
index 00000000000..5de64a0c7fd
--- /dev/null
+++ b/srcpkgs/KITScenarist/template
@@ -0,0 +1,32 @@
+# Template file for 'KITScenarist'
+pkgname=KITScenarist
+version=0.7.2.rc9j
+revision=1
+create_wrksrc=yes
+build_wrksrc="src"
+build_style=qmake
+hostmakedepends="pkg-config curl qt5-host-tools
+ qt5-multimedia-devel qt5-svg-devel qt5-webengine-devel qt5-declarative-devel
+ qt5-webchannel-devel qt5-location-devel"
+makedepends="hunspell-devel qt5-location-devel qt5-multimedia-devel qt5-svg-devel
+ qt5-webengine-devel qt5-declarative-devel qt5-webchannel-devel qt5-location-devel"
+short_desc="Screenwriting software"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://kitscenarist.ru/en/index.html"
+distfiles="https://github.com/dimkanovikov/KITScenarist/releases/download/${version}/src.tar.gz"
+checksum=6fdafeeffb624f718c88fa50a4cf4ac51603d1c5f870c9f80fe7749afdf3aa71
+
+case "$XBPS_TARGET_MACHINE" in
+	arm*)
+		broken="webengine not available for arm" ;;
+	ppc|ppc-musl)
+		broken="webengine not available for ppc32" ;;
+	*) if [ "$XBPS_WORDSIZE" != "$XBPS_TARGET_WORDSIZE" ]; then
+		broken="webengine missing unless word size matches"
+	fi;;
+esac
+
+do_install() {
+	vbin ../build/Release/bin/scenarist-desktop/Scenarist
+}

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

* Re: [PR PATCH] [Closed]: New package: KITScenarist-0.7.2.rc9h
  2020-01-03  3:14 [PR PATCH] New package: KITScenarist-0.7.2.rc9a voidlinux-github
                   ` (14 preceding siblings ...)
  2020-10-27 14:53 ` abenson
@ 2021-11-06 21:43 ` abenson
  15 siblings, 0 replies; 17+ messages in thread
From: abenson @ 2021-11-06 21:43 UTC (permalink / raw)
  To: ml

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

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

New package: KITScenarist-0.7.2.rc9h
https://github.com/void-linux/void-packages/pull/17996

Description:
Can someone help with the cross issue?

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

end of thread, other threads:[~2021-11-06 21:43 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-03  3:14 [PR PATCH] New package: KITScenarist-0.7.2.rc9a voidlinux-github
2020-01-03  3:15 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-03  3:35 ` [PR PATCH] [Updated] New package: KITScenarist-0.7.2.rc9f voidlinux-github
2020-01-03  3:36 ` voidlinux-github
2020-01-03 13:39 ` voidlinux-github
2020-01-03 16:56 ` voidlinux-github
2020-01-03 20:44 ` voidlinux-github
2020-01-03 22:33 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-03 22:34 ` voidlinux-github
2020-01-04  0:21 ` voidlinux-github
2020-01-04  2:25 ` voidlinux-github
2020-01-04  5:58 ` [PR PATCH] [Updated] " voidlinux-github
2020-04-28 17:04 ` [PR PATCH] [Updated] New package: KITScenarist-0.7.2.rc9g abenson
2020-08-23  0:26 ` [PR PATCH] [Updated] New package: KITScenarist-0.7.2.rc9h abenson
2020-10-27 14:42 ` abenson
2020-10-27 14:53 ` abenson
2021-11-06 21:43 ` [PR PATCH] [Closed]: " abenson

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