Github messages for voidlinux
 help / color / mirror / Atom feed
From: Eloitor <Eloitor@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] [WIP] New package: dooble-2022.06.15
Date: Wed, 28 Sep 2022 07:53:17 +0200	[thread overview]
Message-ID: <20220928055317.bTlRUFzfTqLG5weootSJqEWDWdSgBVnQj6H4c-3jtiQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39405@inbox.vuxu.org>

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

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

https://github.com/Eloitor/void-packages dooble
https://github.com/void-linux/void-packages/pull/39405

[WIP] New package: dooble-2022.06.15
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### 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


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

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

From ab2f7fd7d81881ca7141453730055c6e4a260dda Mon Sep 17 00:00:00 2001
From: Eloi Torrents <elotor@disroot.org>
Date: Mon, 19 Sep 2022 10:49:24 +0200
Subject: [PATCH] New package: dooble-2022.06.15

---
 srcpkgs/dooble/patches/translations.patch | 12 ++++++++++++
 srcpkgs/dooble/template                   | 23 +++++++++++++++++++++++
 2 files changed, 35 insertions(+)
 create mode 100644 srcpkgs/dooble/patches/translations.patch
 create mode 100644 srcpkgs/dooble/template

diff --git a/srcpkgs/dooble/patches/translations.patch b/srcpkgs/dooble/patches/translations.patch
new file mode 100644
index 000000000000..3276867f48d9
--- /dev/null
+++ b/srcpkgs/dooble/patches/translations.patch
@@ -0,0 +1,12 @@
+--- a/Source/dooble_application.cc	2022-09-23 20:15:31.021472658 +0700
++++ a/Source/dooble_application.cc	2022-09-23 20:16:49.754946070 +0700
+@@ -81,9 +81,7 @@
+ 
+       if(path.isEmpty())
+ 	ok = m_translator->load("dooble_" + QLocale::system().name(),
+-				QDir::currentPath() +
+-				QDir::separator() +
+-				"Translations");
++				"/usr/share/dooble/translations");
+       else
+ 	ok = m_translator->load("dooble_" + QLocale::system().name(), path);
diff --git a/srcpkgs/dooble/template b/srcpkgs/dooble/template
new file mode 100644
index 000000000000..0fd02ab609a2
--- /dev/null
+++ b/srcpkgs/dooble/template
@@ -0,0 +1,23 @@
+# Template file for 'dooble'
+pkgname=dooble
+version=2022.06.15
+revision=1
+build_style=qmake
+configure_args="dooble.pro"
+hostmakedepends="qt5-qmake qt5-host-tools qt5-webengine"
+makedepends="qt5-charts-devel qt5-webengine-devel qt5-webchannel-devel qt5-location-devel"
+short_desc="Dooble, the scientific browser. Minimal, cute, and unusually stable"
+maintainer="Eloi Torrents <elotor@disroot.org>"
+license="BSD-3-Clause"
+homepage="https://textbrowser.github.io/dooble/"
+distfiles="https://github.com/textbrowser/dooble/archive/refs/tags/${version}.tar.gz"
+checksum=3af9a06c477f9317cf279389bd66237109fa205fb5526f4df7909250dc2c8e41
+
+do_install() {
+	vbin Dooble dooble
+	vinstall dooble.desktop 644 usr/share/applications
+	vinstall Icons/Logo/dooble.png 644 usr/share/pixmaps
+	vlicense LICENSE
+	vmkdir usr/share/dooble/translations
+	vcopy "Translations/dooble_*.qm" usr/share/dooble/translations
+}

  parent reply	other threads:[~2022-09-28  5:53 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-21 18:17 [PR PATCH] " Eloitor
2022-09-21 18:21 ` [PR PATCH] [Updated] " Eloitor
2022-09-21 18:37 ` Eloitor
2022-09-21 23:03 ` [PR REVIEW] " classabbyamp
2022-09-21 23:03 ` classabbyamp
2022-09-22 14:02 ` [PR PATCH] [Updated] " Eloitor
2022-09-22 14:04 ` [PR REVIEW] " Eloitor
2022-09-23 11:58 ` sgn
2022-09-23 13:17 ` sgn
2022-09-23 21:17 ` [PR PATCH] [Updated] " Eloitor
2022-09-23 21:28 ` [PR REVIEW] " Eloitor
2022-09-23 21:35 ` classabbyamp
2022-09-23 21:36 ` classabbyamp
2022-09-23 21:40 ` [PR PATCH] [Updated] " Eloitor
2022-09-24  9:53 ` [PR REVIEW] " sgn
2022-09-26 21:04 ` [PR PATCH] [Updated] " Eloitor
2022-09-27 22:07 ` Eloitor
2022-09-27 22:09 ` Eloitor
2022-09-27 22:12 ` Eloitor
2022-09-28  5:53 ` Eloitor [this message]
2022-09-28  6:11 ` Eloitor
2022-09-28  6:11 ` Eloitor
2022-09-28  8:12 ` [PR PATCH] [Updated] " Eloitor
2022-10-24  9:01 ` Eloitor
2022-11-17  7:22 ` [PR PATCH] [Updated] New package: dooble-2022.10.15 Eloitor
2023-01-12 11:03 ` [PR PATCH] [Updated] New package: dooble-2022.11.15 Eloitor
2023-01-27 14:27 ` [PR PATCH] [Updated] New package: dooble-2022.12.25 Eloitor
2023-01-27 14:34 ` [PR PATCH] [Updated] New package: dooble-2023.01.25 Eloitor
2023-02-15 16:16 ` Eloitor
2023-02-20 14:34 ` [PR PATCH] [Updated] New package: dooble-2023.01.30 Eloitor
2023-02-20 14:34 ` Eloitor
2023-02-20 15:52 ` Eloitor
2023-02-20 16:51 ` Eloitor
2023-02-20 16:53 ` Eloitor
2023-02-20 18:47 ` Eloitor
2023-02-20 19:03 ` Eloitor
2023-02-20 19:05 ` Eloitor
2023-02-20 22:52 ` [PR PATCH] [Merged]: " classabbyamp

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=20220928055317.bTlRUFzfTqLG5weootSJqEWDWdSgBVnQj6H4c-3jtiQ@z \
    --to=eloitor@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).