Github messages for voidlinux
 help / color / mirror / Atom feed
From: abenson <abenson@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] typespeed: make game score file mutable
Date: Mon, 27 Apr 2020 16:03:18 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21390@inbox.vuxu.org> (raw)

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

             reply	other threads:[~2020-04-27 14:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-27 14:03 abenson [this message]
2020-04-28 13:28 ` [PR PATCH] [Merged]: " Hoshpak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21390@inbox.vuxu.org \
    --to=abenson@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).