Github messages for voidlinux
 help / color / mirror / Atom feed
From: liberodark <liberodark@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: turtl-0.7.2.6
Date: Mon, 31 Jul 2023 08:48:05 +0200	[thread overview]
Message-ID: <20230731064805.HHJKkftDlQrQcyFZjv5DI8NzFPzslq-Qm9P3hJjUQ2c@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45344@inbox.vuxu.org>

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

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

https://github.com/liberodark/void-packages turtl
https://github.com/void-linux/void-packages/pull/45344

New package: turtl-0.7.2.6
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**
- Close issue : https://github.com/void-linux/void-packages/issues/4919

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### 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/45344.patch is attached

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

From f77ede0738c8e3aa85f9e8c464c3c38c80a71f6b Mon Sep 17 00:00:00 2001
From: liberodark <liberodark@gmail.com>
Date: Mon, 31 Jul 2023 08:43:36 +0200
Subject: [PATCH] New package: turtl-0.7.2.6

---
 srcpkgs/turtl/files/turtl.desktop | 10 ++++++++++
 srcpkgs/turtl/template            | 25 +++++++++++++++++++++++++
 2 files changed, 35 insertions(+)
 create mode 100644 srcpkgs/turtl/files/turtl.desktop
 create mode 100644 srcpkgs/turtl/template

diff --git a/srcpkgs/turtl/files/turtl.desktop b/srcpkgs/turtl/files/turtl.desktop
new file mode 100644
index 000000000000..129d04e8ccbe
--- /dev/null
+++ b/srcpkgs/turtl/files/turtl.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=Turtl
+Comment=The secure, collaborative notebook
+Exec=/opt/turtl/turtl
+Icon=turtl
+Terminal=false
+StartupNotify=false
+Categories=Application;
diff --git a/srcpkgs/turtl/template b/srcpkgs/turtl/template
new file mode 100644
index 000000000000..362c630b4732
--- /dev/null
+++ b/srcpkgs/turtl/template
@@ -0,0 +1,25 @@
+# Template file for 'turtl'
+pkgname=turtl
+version=0.7.2.6
+revision=1
+archs="x86_64"
+depends="alsa-lib dbus-glib gtk+3 libnotify nss libXtst xdg-utils libXScrnSaver"
+short_desc="The secure, collaborative notebook"
+maintainer="liberodark <liberodark@gmail.com>"
+license="GPL-3.0-only"
+homepage="https://turtlapp.com"
+distfiles="https://github.com/turtl/desktop/releases/download/v${version}-pre-sync-fix/turtl-${version}-pre-sync-fix-linux64.tar.bz2"
+checksum=77746d54518aabf19c187c6fb3c9923fe84acad30a68073fee50ba5f61a96bde
+
+do_install() {
+	vmkdir "usr/bin"
+	vmkdir "opt/turtl"
+	cp --preserve=mode -r ./turtl-linux64/turtl/* "${DESTDIR}/opt/turtl"
+	vinstall "${FILESDIR}/turtl.desktop" 644 "usr/share/applications/"
+	for size in 128 16 256 32 48; do
+		vinstall "./turtl-linux64/turtl/icon.png" 644 \
+		 "usr/share/icons/hicolor/${size}x${size}/apps/turtl.png"
+	done
+	ln -s "${DESTDIR}/opt/turtl" "${DESTDIR}/usr/bin/turtl"
+	vlicense EULA
+}

  reply	other threads:[~2023-07-31  6:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-31  6:47 [PR PATCH] " liberodark
2023-07-31  6:48 ` liberodark [this message]
2023-11-01  1:46 ` github-actions
2023-11-16  1:46 ` [PR PATCH] [Closed]: " github-actions

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=20230731064805.HHJKkftDlQrQcyFZjv5DI8NzFPzslq-Qm9P3hJjUQ2c@z \
    --to=liberodark@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).