Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] typespeed: make game score file mutable
@ 2020-04-27 14:03 abenson
  2020-04-28 13:28 ` [PR PATCH] [Merged]: " Hoshpak
  0 siblings, 1 reply; 2+ messages in thread
From: abenson @ 2020-04-27 14:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages typespeed_mutable_score
https://github.com/void-linux/void-packages/pull/21390

typespeed: make game score file mutable
Clean up template as well.

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

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

From ca44c27f87ddbb1d90335ee12be5f73730718297 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Mon, 27 Apr 2020 09:01:34 -0500
Subject: [PATCH] typespeed: make game score file mutable

---
 srcpkgs/typespeed/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/typespeed/template b/srcpkgs/typespeed/template
index d77fba4facf..1f82b1b29bd 100644
--- a/srcpkgs/typespeed/template
+++ b/srcpkgs/typespeed/template
@@ -1,16 +1,17 @@
 # Template file for 'typespeed'
-pkgname="typespeed"
-version="0.6.5"
-revision=1
+pkgname=typespeed
+version=0.6.5
+revision=2
 build_style=gnu-configure
 makedepends="gettext-devel ncurses-devel"
 conf_files="/etc/typespeedrc"
 short_desc="Test your typing speed"
 maintainer="David <kalichakra@zoho.com>"
-license="GPL-2"
+license="GPL-2.0-or-later"
 homepage="http://typespeed.sourceforge.net"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
 checksum="5c860385ceed8a60f13217cc0192c4c2b4705c3e80f9866f7d72ff306eb72961"
+mutable_files="/var/games/typespeed.score"
 
 post_configure() {
 	for dir in src testsuite; do

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

* Re: [PR PATCH] [Merged]: typespeed: make game score file mutable
  2020-04-27 14:03 [PR PATCH] typespeed: make game score file mutable abenson
@ 2020-04-28 13:28 ` Hoshpak
  0 siblings, 0 replies; 2+ messages in thread
From: Hoshpak @ 2020-04-28 13:28 UTC (permalink / raw)
  To: ml

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

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

typespeed: make game score file mutable
https://github.com/void-linux/void-packages/pull/21390

Description:
Clean up template as well.

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

end of thread, other threads:[~2020-04-28 13:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-27 14:03 [PR PATCH] typespeed: make game score file mutable abenson
2020-04-28 13:28 ` [PR PATCH] [Merged]: " Hoshpak

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