Github messages for voidlinux
 help / color / mirror / Atom feed
From: ev-ermakov <ev-ermakov@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] vdrift: remove unused dependency; minor fixes
Date: Mon, 19 Oct 2020 08:10:06 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25727@inbox.vuxu.org> (raw)

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

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

https://github.com/ev-ermakov/void-packages pkg/vdrift
https://github.com/void-linux/void-packages/pull/25727

vdrift: remove unused dependency; minor fixes
vdrift does not require `asio`. I have no idea why this dependency was included.

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

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

From 222dbf64365f490c23c402b1f5acee6c4cb57e3f Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Mon, 19 Oct 2020 16:58:11 +1100
Subject: [PATCH] vdrift: remove unused dependency; minor fixes

---
 srcpkgs/vdrift/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/vdrift/template b/srcpkgs/vdrift/template
index 290288696f6..5674f951a88 100644
--- a/srcpkgs/vdrift/template
+++ b/srcpkgs/vdrift/template
@@ -1,15 +1,15 @@
 # Template file for 'vdrift'
 pkgname=vdrift
 version=2014.10.20
-revision=9
+revision=10
 wrksrc="$pkgname"
 build_style=scons
 make_build_args="release=1 force_feedback=1 extbullet=1 datadir=share/${pkgname}"
 make_install_args="$make_build_args"
 hostmakedepends="gettext pkg-config"
-makedepends="asio libcurl-devel bullet-devel SDL2_image-devel glew-devel
+makedepends="libcurl-devel bullet-devel SDL2_image-devel glew-devel
  libvorbis-devel libarchive-devel MesaLib-devel"
-depends="vdrift-data-${version}_${revision}"
+depends="desktop-file-utils vdrift-data-${version}_${revision}"
 short_desc="Open source driving simulation made with drift racing in mind"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
@@ -35,7 +35,6 @@ post_install() {
 
 vdrift-data_package() {
 	short_desc+=" - data files"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/vdrift
 	}

             reply	other threads:[~2020-10-19  6:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-19  6:10 ev-ermakov [this message]
2020-10-19 14:53 ` sgn
2020-10-21 18:47 ` ev-ermakov
2020-10-25  0:34 ` sgn
2020-10-25  4:47 ` [PR PATCH] [Closed]: " sgn

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-25727@inbox.vuxu.org \
    --to=ev-ermakov@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).