Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [draft] sioyek: add .desktop file
@ 2022-11-10 23:16 dkwo
  2022-11-11 15:24 ` Duncaen
                   ` (24 more replies)
  0 siblings, 25 replies; 26+ messages in thread
From: dkwo @ 2022-11-10 23:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages sioy
https://github.com/void-linux/void-packages/pull/40460

[draft] sioyek: add .desktop file
#### Testing the changes
- I tested the changes in this PR: I'm still unable to select it e.g. in firefox.

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)

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

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

From 7d205de30ff825b40a227191beb042835e83249c Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Thu, 10 Nov 2022 17:53:27 -0500
Subject: [PATCH] sioyek: add .desktop file

---
 srcpkgs/sioyek/files/sioyek.desktop | 12 ++++++++++++
 srcpkgs/sioyek/template             |  5 ++++-
 2 files changed, 16 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/sioyek/files/sioyek.desktop

diff --git a/srcpkgs/sioyek/files/sioyek.desktop b/srcpkgs/sioyek/files/sioyek.desktop
new file mode 100644
index 000000000000..917fd62c03da
--- /dev/null
+++ b/srcpkgs/sioyek/files/sioyek.desktop
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Name=Sioyek
+Comment=PDF viewer for reading research papers and technical books
+Keywords=pdf;viewer;reader;research;
+TryExec=sioyek
+Exec=sioyek %U
+StartupNotify=true
+Terminal=false
+Type=Application
+Icon=sioyek-icon-linux
+Categories=Development;Viewer;
+MimeType=application/pdf;
diff --git a/srcpkgs/sioyek/template b/srcpkgs/sioyek/template
index 4a0c74c829f2..fb1be606bc05 100644
--- a/srcpkgs/sioyek/template
+++ b/srcpkgs/sioyek/template
@@ -1,7 +1,7 @@
 # Template file for 'sioyek'
 pkgname=sioyek
 version=1.5.0
-revision=1
+revision=2
 archs="i686* x86_64*"
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools
@@ -30,5 +30,8 @@ do_install() {
 	vmkdir usr/share/sioyek/shaders
 	vcopy pdf_viewer/shaders/* usr/share/sioyek/shaders
 	vinstall tutorial.pdf 644 usr/share/sioyek
+	# we can go back to this on next release
+	# vinstall resources/sioyek.desktop 644 usr/share/sioyek
+	vinstall ${FILESDIR}/sioyek.desktop 644 usr/share/sioyek
 	vman resources/sioyek.1
 }

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

end of thread, other threads:[~2023-01-27 18:34 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-10 23:16 [PR PATCH] [draft] sioyek: add .desktop file dkwo
2022-11-11 15:24 ` Duncaen
2022-11-11 15:25 ` Duncaen
2022-11-11 15:39 ` dkwo
2022-11-11 15:48 ` dkwo
2022-11-11 16:30 ` [PR PATCH] [Updated] " dkwo
2022-11-11 16:30 ` dkwo
2022-11-11 17:20 ` sioyek: add .desktop file, fix arch q66
2022-11-11 17:21 ` q66
2022-11-11 18:40 ` dkwo
2022-11-11 18:42 ` [PR PATCH] [Updated] " dkwo
2022-11-11 18:47 ` paper42
2022-11-11 18:48 ` paper42
2022-11-11 18:50 ` dkwo
2022-11-11 18:55 ` paper42
2022-11-11 21:20 ` [PR PATCH] [Updated] " dkwo
2022-11-11 21:22 ` dkwo
2022-11-11 21:22 ` dkwo
2022-11-11 21:22 ` dkwo
2022-11-12  0:05 ` q66
2022-11-12 14:06 ` [PR PATCH] [Updated] " dkwo
2022-11-14 18:22 ` dkwo
2022-12-14 14:48 ` dkwo
2022-12-27 16:01 ` dkwo
2022-12-27 16:01 ` [PR PATCH] [Closed]: " dkwo
2023-01-27 18:34 ` dkwo

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