Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: KITScenarist-0.7.2.rc9f
Date: Fri, 03 Jan 2020 23:33:51 +0100	[thread overview]
Message-ID: <20200103223351.56buY1TjWdixUQXqP2pF62GsgSmUIwvYr7hqUfxLAIM@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.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
+}

  parent reply	other threads:[~2020-01-03 22:33 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 ` voidlinux-github [this message]
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

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=20200103223351.56buY1TjWdixUQXqP2pF62GsgSmUIwvYr7hqUfxLAIM@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).