Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] LanguageTool: add desktop file.
@ 2023-10-25 22:18 Eloitor
  2023-10-26 15:49 ` Eloitor
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Eloitor @ 2023-10-25 22:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages languageTool
https://github.com/void-linux/void-packages/pull/46897

LanguageTool: add desktop file.
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 64c260df1c3dcf6685bad84f9aa15a9584351ff4 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Thu, 26 Oct 2023 00:16:48 +0200
Subject: [PATCH] LanguageTool: add desktop file.

---
 srcpkgs/LanguageTool/files/LanguageTool.desktop  | 11 +++++++++++
 srcpkgs/LanguageTool/files/LanguageTool_Logo.svg |  1 +
 srcpkgs/LanguageTool/template                    |  6 ++++--
 3 files changed, 16 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/LanguageTool/files/LanguageTool.desktop
 create mode 100644 srcpkgs/LanguageTool/files/LanguageTool_Logo.svg

diff --git a/srcpkgs/LanguageTool/files/LanguageTool.desktop b/srcpkgs/LanguageTool/files/LanguageTool.desktop
new file mode 100644
index 0000000000000..7e86375549066
--- /dev/null
+++ b/srcpkgs/LanguageTool/files/LanguageTool.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Name=LanguageTool
+Exec=/usr/bin/languagetool
+Type=Application
+Terminal=false
+GenericName=LanguageTool
+Comment=LanguageTool
+StartupNotify=false
+Path=/usr/share/languagetool
+Icon=/usr/share/languagetool/LanguageTool_Logo.svg
+Categories=Office;
diff --git a/srcpkgs/LanguageTool/files/LanguageTool_Logo.svg b/srcpkgs/LanguageTool/files/LanguageTool_Logo.svg
new file mode 100644
index 0000000000000..b9eef30239bd2
--- /dev/null
+++ b/srcpkgs/LanguageTool/files/LanguageTool_Logo.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="140" height="140" fill="none" viewBox="0 0 140 140"><path fill="#000" fill-rule="evenodd" d="M39.375 40.188h8.313a6.25 6.25 0 0 1 6.25 6.25v24.25h16.25v8.75h-18.75a6.25 6.25 0 0 1-6.25-6.25v-24.25h-5.813zm63.563 6.25v6.5h-8.75v-4h-6.876v30.5h-8.75v-30.5h-6.874v4h-8.75v-6.5a6.25 6.25 0 0 1 6.25-6.25h27.5a6.25 6.25 0 0 1 6.25 6.25z" clip-rule="evenodd"/><path fill="#45a1fc" d="M35.319 102.906l-8.138-5.812c2.39-3.347 4.857-5.936 7.452-7.753 2.884-2.018 5.948-3.091 9.117-3.091 2.942 0 5.49.714 7.768 2.08a17.622 17.622 0 0 1 2.615 1.94c.588.518 1.009.926 1.902 1.82 1.355 1.354 1.918 1.851 2.592 2.255.731.439 1.503.655 2.623.655 1.121 0 1.896-.217 2.631-.657.677-.405 1.245-.905 2.6-2.257l.012-.012c.89-.888 1.313-1.298 1.902-1.817a17.637 17.637 0 0 1 2.61-1.933c2.273-1.362 4.814-2.074 7.745-2.074s5.472.712 7.744 2.074c.917.55 1.76 1.183 2.611 1.933.589.518 1.013.929 1.902 1.817l.013.012c1.354 1.352 1.922 1.852 2.599 2.257.735.44 1.51.657 2.631.657.998 0 2.1-.386 3.383-1.284 1.572-1.1 3.272-2.886 5.048-5.372l8.138 5.812c-2.391 3.347-4.857 5.936-7.452 7.753-2.884 2.018-5.948 3.091-9.117 3.091-2.941 0-5.49-.713-7.769-2.078a17.627 17.627 0 0 1-2.619-1.938c-.59-.519-1.015-.93-1.907-1.82l-.012-.013c-1.351-1.348-1.917-1.847-2.59-2.25-.728-.437-1.494-.651-2.603-.651s-1.875.214-2.603.651c-.673.403-1.239.902-2.59 2.25l-.012.013c-.892.89-1.317 1.301-1.907 1.82-.855.752-1.7 1.388-2.62 1.938C66.74 104.287 64.192 105 61.25 105c-2.942 0-5.49-.714-7.768-2.08a17.659 17.659 0 0 1-2.615-1.939c-.589-.519-1.009-.927-1.903-1.82-1.354-1.355-1.917-1.852-2.591-2.256-.731-.439-1.503-.655-2.623-.655-.998 0-2.1.386-3.383 1.284-1.572 1.1-3.272 2.886-5.048 5.372z"/></svg>
\ No newline at end of file
diff --git a/srcpkgs/LanguageTool/template b/srcpkgs/LanguageTool/template
index 1b422210aa45d..249d6a4c0bd55 100644
--- a/srcpkgs/LanguageTool/template
+++ b/srcpkgs/LanguageTool/template
@@ -1,7 +1,7 @@
 # Template file for 'LanguageTool'
 pkgname=LanguageTool
 version=5.8
-revision=1
+revision=2
 depends="virtual?java-environment"
 short_desc="Checks your writing in more than 20 languages"
 maintainer="Stacy Harper <contact@stacyhaper.net>"
@@ -10,7 +10,7 @@ homepage="https://www.languagetool.org/"
 distfiles="https://www.languagetool.org/download/LanguageTool-${version}.zip
  https://raw.githubusercontent.com/archlinux/svntogit-community/packages/languagetool/trunk/languagetool.sh"
 checksum="20913a50eb4568fdc727066eee8aab833f52b626710fc9e0213c3f1098bfdee3
- 009c0a65a978ad11ac097edd4be64688a2c80281b201495eff9ab667c5b0f0fe"
+ e395fe51eb107365bb6e5456a2e1a144a60296e52554b8407f241e195e434359"
 skip_extraction="languagetool.sh"
 
 do_install() {
@@ -21,4 +21,6 @@ do_install() {
 	rm -rf *.jar libs
 	vcopy "$wrksrc" /usr/share/languagetool/
 	vbin ${XBPS_SRCDISTDIR}/${pkgname}-${version}/languagetool.sh languagetool
+	vinstall ${FILESDIR}/LanguageTool.desktop 644 usr/share/applications
+	vinstall ${FILESDIR}/LanguageTool_Logo.svg 644 usr/share/languagetool
 }

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

* Re: LanguageTool: add desktop file.
  2023-10-25 22:18 [PR PATCH] LanguageTool: add desktop file Eloitor
@ 2023-10-26 15:49 ` Eloitor
  2023-10-26 15:52 ` classabbyamp
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Eloitor @ 2023-10-26 15:49 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/46897#issuecomment-1781392671

Comment:
https://github.com/languagetool-org/languagetool/issues/696

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

* Re: LanguageTool: add desktop file.
  2023-10-25 22:18 [PR PATCH] LanguageTool: add desktop file Eloitor
  2023-10-26 15:49 ` Eloitor
@ 2023-10-26 15:52 ` classabbyamp
  2024-01-25  1:48 ` github-actions
  2024-02-09  1:44 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-10-26 15:52 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/46897#issuecomment-1781397323

Comment:
seems the upstream didn't fully understand the point there, maybe they'll understand if you try.

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

* Re: LanguageTool: add desktop file.
  2023-10-25 22:18 [PR PATCH] LanguageTool: add desktop file Eloitor
  2023-10-26 15:49 ` Eloitor
  2023-10-26 15:52 ` classabbyamp
@ 2024-01-25  1:48 ` github-actions
  2024-02-09  1:44 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2024-01-25  1:48 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/46897#issuecomment-1909211261

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] 5+ messages in thread

* Re: [PR PATCH] [Closed]: LanguageTool: add desktop file.
  2023-10-25 22:18 [PR PATCH] LanguageTool: add desktop file Eloitor
                   ` (2 preceding siblings ...)
  2024-01-25  1:48 ` github-actions
@ 2024-02-09  1:44 ` github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2024-02-09  1:44 UTC (permalink / raw)
  To: ml

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

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

LanguageTool: add desktop file.
https://github.com/void-linux/void-packages/pull/46897

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**


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

end of thread, other threads:[~2024-02-09  1:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-25 22:18 [PR PATCH] LanguageTool: add desktop file Eloitor
2023-10-26 15:49 ` Eloitor
2023-10-26 15:52 ` classabbyamp
2024-01-25  1:48 ` github-actions
2024-02-09  1:44 ` [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).