Github messages for voidlinux
 help / color / mirror / Atom feed
From: abenson <abenson@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: KITScenarist-0.7.2.rc9h
Date: Tue, 27 Oct 2020 15:42:26 +0100	[thread overview]
Message-ID: <20201027144226.3a3fvFqiFuMDBPKcRdtfAbCkznKG57oML0tE7OiuQEs@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17996@inbox.vuxu.org>

[-- 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
+}

  parent reply	other threads:[~2020-10-27 14:42 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2020-10-27 14:53 ` abenson
2021-11-06 21:43 ` [PR PATCH] [Closed]: " abenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201027144226.3a3fvFqiFuMDBPKcRdtfAbCkznKG57oML0tE7OiuQEs@z \
    --to=abenson@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).