Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: bibletime-2.11.2
@ 2020-07-12  7:56 fosslinux
  2020-07-12  8:07 ` [PR PATCH] [Updated] " fosslinux
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: fosslinux @ 2020-07-12  7:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fosslinux/void-packages bibletime
https://github.com/void-linux/void-packages/pull/23532

New package: bibletime-2.11.2


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

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

From c0ac80e7ae7b1101e8433fb7c629ddd3b9ddc23c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Sun, 12 Jul 2020 08:03:00 +1000
Subject: [PATCH] New package: bibletime-2.11.2

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

diff --git a/srcpkgs/bibletime/template b/srcpkgs/bibletime/template
new file mode 100644
index 00000000000..6710eaa48b1
--- /dev/null
+++ b/srcpkgs/bibletime/template
@@ -0,0 +1,30 @@
+# Template file for 'bibletime'
+#
+# NOTE: Docs have not been split out because otherwise the application fails
+# to start.
+pkgname=bibletime
+version=2.11.2
+revision=1
+build_style=cmake
+configure_args="-D CMAKE_BUILD_TYPE=Release"
+hostmakedepends="pkg-config"
+makedepends="clucene-devel libcurl-devel qt5-devel qt5-tools-devel
+ qt5-svg-devel qt5-webkit-devel sword-devel zlib-devel"
+short_desc="A powerful cross platform Bible study tool"
+maintainer="fosslinux <fosslinux@aussies.space>"
+license="GPL-2.0-or-later"
+homepage="http://bibletime.io"
+distfiles="https://github.com/bibletime/bibletime/releases/download/v${version}/bibletime-${version}.tar.xz"
+checksum=d178197ce87c8211733409fb28fa6ed0220800bbf06944ebb8fe85bf78ddabe8
+
+if [ "$CROSS_BUILD" ]; then
+    hostmakedepends+=" qt5-host-tools qt5-qmake"
+fi
+
+post_configure() {
+    # Workaround problem with qt5-host-tools path on some cross archs
+    if [ "$CROSS_BUILD" ]; then
+        find . -name build.make -exec \
+            sed -i "s:${XBPS_CROSS_BASE}/usr/lib/qt5/bin:/usr/lib/qt5/bin:" {} \;
+    fi
+}

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

end of thread, other threads:[~2020-07-21 23:46 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-12  7:56 [PR PATCH] New package: bibletime-2.11.2 fosslinux
2020-07-12  8:07 ` [PR PATCH] [Updated] " fosslinux
2020-07-12  8:20 ` fosslinux
2020-07-12 23:57 ` fosslinux
2020-07-13 21:22 ` [PR REVIEW] " Chocimier
2020-07-13 22:33 ` fosslinux
2020-07-17 19:47 ` Chocimier
2020-07-17 22:26 ` fosslinux
2020-07-20  3:00 ` [PR PATCH] [Updated] " fosslinux
2020-07-20  3:02 ` fosslinux
2020-07-20  3:46 ` fosslinux
2020-07-21  2:16 ` fosslinux
2020-07-21 20:39 ` Chocimier
2020-07-21 20:39 ` [PR PATCH] [Merged]: " Chocimier
2020-07-21 23:46 ` fosslinux

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