Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: turtl-0.7.2.6
@ 2023-07-31  6:47 liberodark
  2023-07-31  6:48 ` [PR PATCH] [Updated] " liberodark
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: liberodark @ 2023-07-31  6:47 UTC (permalink / raw)
  To: ml

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

There is a new 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**

<!--
#### 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: 2024 bytes --]

From 9d14c2133bbf25ef25b8aab76123d75993a538ea 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..2cdc5f505fcc
--- /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
+}
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: turtl-0.7.2.6
  2023-07-31  6:47 [PR PATCH] New package: turtl-0.7.2.6 liberodark
@ 2023-07-31  6:48 ` liberodark
  2023-11-01  1:46 ` github-actions
  2023-11-16  1:46 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: liberodark @ 2023-07-31  6:48 UTC (permalink / raw)
  To: ml

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

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

* Re: New package: turtl-0.7.2.6
  2023-07-31  6:47 [PR PATCH] New package: turtl-0.7.2.6 liberodark
  2023-07-31  6:48 ` [PR PATCH] [Updated] " liberodark
@ 2023-11-01  1:46 ` github-actions
  2023-11-16  1:46 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2023-11-01  1:46 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/45344#issuecomment-1788271790

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: turtl-0.7.2.6
  2023-07-31  6:47 [PR PATCH] New package: turtl-0.7.2.6 liberodark
  2023-07-31  6:48 ` [PR PATCH] [Updated] " liberodark
  2023-11-01  1:46 ` github-actions
@ 2023-11-16  1:46 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2023-11-16  1:46 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: turtl-0.7.2.6
https://github.com/void-linux/void-packages/pull/45344

Description:
<!-- 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

PS : This my first package so i'm open to your suggestions and since it's an application that I use every day it seems normal to me to make a pr it to add officially to voidlinux.

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


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

end of thread, other threads:[~2023-11-16  1:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-31  6:47 [PR PATCH] New package: turtl-0.7.2.6 liberodark
2023-07-31  6:48 ` [PR PATCH] [Updated] " liberodark
2023-11-01  1:46 ` github-actions
2023-11-16  1:46 ` [PR PATCH] [Closed]: " github-actions

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