Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Gamehub: adding missing .desktop entry file
@ 2020-04-12 18:17 LinArcX
  2020-04-17 18:12 ` [PR PATCH] [Updated] " LinArcX
  2020-04-17 21:24 ` [PR PATCH] [Merged]: " Johnnynator
  0 siblings, 2 replies; 3+ messages in thread
From: LinArcX @ 2020-04-12 18:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages gamehub-add-desktop-entry
https://github.com/void-linux/void-packages/pull/20926

Gamehub: adding missing .desktop entry file


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gamehub-add-desktop-entry-20926.patch --]
[-- Type: text/x-diff, Size: 1068 bytes --]

From f5f6d6ec00ae2afc052f12d955f18c6f1f59a1e7 Mon Sep 17 00:00:00 2001
From: linarcx <linarcx@riseup.net>
Date: Sun, 12 Apr 2020 22:45:49 +0430
Subject: [PATCH] Gamehub: adding missing .desktop entry file

---
 srcpkgs/gamehub/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/gamehub/template b/srcpkgs/gamehub/template
index c2a6ff16ce9..d93e7ef8f98 100644
--- a/srcpkgs/gamehub/template
+++ b/srcpkgs/gamehub/template
@@ -1,7 +1,7 @@
 # Template file for 'gamehub'
 pkgname=gamehub
 version=0.15.0
-revision=1
+revision=2
 wrksrc="GameHub-${version}-1-master"
 build_style=meson
 hostmakedepends="glib-devel pkg-config vala"
@@ -14,3 +14,7 @@ license="GPL-3.0-or-later"
 homepage="https://tkashkin.tk/projects/gamehub/"
 distfiles="https://github.com/tkashkin/GameHub/archive/${version}-1-master.tar.gz"
 checksum=0182a32b595451b6bebf6f8173b6a41690e1c2b2d1c0b1a07cfce2ea0e536302
+
+post_install() {
+	vinstall data/com.github.tkashkin.gamehub.desktop.in 644 usr/share/applications data/com.github.tkashkin.gamehub.desktop
+}

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

* Re: [PR PATCH] [Updated] Gamehub: adding missing .desktop entry file
  2020-04-12 18:17 [PR PATCH] Gamehub: adding missing .desktop entry file LinArcX
@ 2020-04-17 18:12 ` LinArcX
  2020-04-17 21:24 ` [PR PATCH] [Merged]: " Johnnynator
  1 sibling, 0 replies; 3+ messages in thread
From: LinArcX @ 2020-04-17 18:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages gamehub-add-desktop-entry
https://github.com/void-linux/void-packages/pull/20926

Gamehub: adding missing .desktop entry file


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gamehub-add-desktop-entry-20926.patch --]
[-- Type: text/x-diff, Size: 1063 bytes --]

From 50351113e41a8586e6dc640abb12cae60de9e8f0 Mon Sep 17 00:00:00 2001
From: linarcx <linarcx@riseup.net>
Date: Sun, 12 Apr 2020 22:45:49 +0430
Subject: [PATCH] Gamehub: adding missing .desktop entry file

---
 srcpkgs/gamehub/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/gamehub/template b/srcpkgs/gamehub/template
index c2a6ff16ce9..8db283e9264 100644
--- a/srcpkgs/gamehub/template
+++ b/srcpkgs/gamehub/template
@@ -1,7 +1,7 @@
 # Template file for 'gamehub'
 pkgname=gamehub
 version=0.15.0
-revision=1
+revision=2
 wrksrc="GameHub-${version}-1-master"
 build_style=meson
 hostmakedepends="glib-devel pkg-config vala"
@@ -14,3 +14,7 @@ license="GPL-3.0-or-later"
 homepage="https://tkashkin.tk/projects/gamehub/"
 distfiles="https://github.com/tkashkin/GameHub/archive/${version}-1-master.tar.gz"
 checksum=0182a32b595451b6bebf6f8173b6a41690e1c2b2d1c0b1a07cfce2ea0e536302
+
+post_install() {
+	vinstall data/com.github.tkashkin.gamehub.desktop.in 644 usr/share/applications com.github.tkashkin.gamehub.desktop
+}

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

* Re: [PR PATCH] [Merged]: Gamehub: adding missing .desktop entry file
  2020-04-12 18:17 [PR PATCH] Gamehub: adding missing .desktop entry file LinArcX
  2020-04-17 18:12 ` [PR PATCH] [Updated] " LinArcX
@ 2020-04-17 21:24 ` Johnnynator
  1 sibling, 0 replies; 3+ messages in thread
From: Johnnynator @ 2020-04-17 21:24 UTC (permalink / raw)
  To: ml

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

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

Gamehub: adding missing .desktop entry file
https://github.com/void-linux/void-packages/pull/20926

Description:


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

end of thread, other threads:[~2020-04-17 21:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-12 18:17 [PR PATCH] Gamehub: adding missing .desktop entry file LinArcX
2020-04-17 18:12 ` [PR PATCH] [Updated] " LinArcX
2020-04-17 21:24 ` [PR PATCH] [Merged]: " Johnnynator

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