Github messages for voidlinux
 help / color / mirror / Atom feed
From: fosslinux <fosslinux@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] econnman: fix distfile location.
Date: Sun, 01 Nov 2020 00:28:56 +0100	[thread overview]
Message-ID: <20201031232856.q1MCDOc-kUrb-Ntx5F2O1ubSQtksQBjJGHpdMl9Yfn8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25994@inbox.vuxu.org>

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

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

https://github.com/fosslinux/void-packages econnman-distfile
https://github.com/void-linux/void-packages/pull/25994

econnman: fix distfile location.
The upstream distfile location has moved, and has dropped the .0 from
the end, strip it off, the strip probably will need to be removed for
1.1.1 if that happens.

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

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

From e88af15d695c7480b7970a7618db1bdd79063296 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Sat, 31 Oct 2020 10:42:52 +1100
Subject: [PATCH] econnman: fix distfile location, remove noarch.

The upstream distfile location has moved, and has dropped the .0 from
the end, strip it off, the strip probably will need to be removed for
1.1.1 if that happens.
---
 srcpkgs/econnman/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/econnman/template b/srcpkgs/econnman/template
index 9568c2e2adf..cade46aab64 100644
--- a/srcpkgs/econnman/template
+++ b/srcpkgs/econnman/template
@@ -1,10 +1,8 @@
 # Template file for 'econnman'
 pkgname=econnman
 version=1.1.0
-revision=5
-archs=noarch
-_gitrev=18e7be6bf80df6b86965ba93391b205339fc7267
-wrksrc=${pkgname}-${_gitrev}
+revision=6
+wrksrc="${pkgname}-${version%.*}"
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config python3 efl-devel"
 makedepends="efl-devel python3-efl"
@@ -13,8 +11,8 @@ short_desc="Enlightenment ConnMan user interface"
 maintainer="q66 <daniel@octaforge.org>"
 license="LGPL-3.0-only"
 homepage="http://enlightenment.org"
-distfiles="https://git.enlightenment.org/apps/econnman.git/snapshot/econnman-${_gitrev}.tar.gz"
-checksum=6188accebac2bb52466794c685f042f9f2bcc7d5d77b2417b30458e2e7265282
+distfiles="http://download.enlightenment.org/rel/apps/econnman/econnman-${version%.*}.tar.xz"
+checksum=0cce87681fae7ca70f1e63cfe0ae65fdf17bc334727054317e25e3897619ed85
 python_version=3
 
 pre_configure() {

  parent reply	other threads:[~2020-10-31 23:29 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-30 23:44 [PR PATCH] " fosslinux
2020-10-30 23:44 ` [PR PATCH] [Updated] " fosslinux
2020-10-31  1:17 ` [PR REVIEW] " sgn
2020-10-31 23:28 ` fosslinux
2020-10-31 23:28 ` fosslinux [this message]
2020-11-01  0:26 ` q66
2020-11-01  0:29 ` [PR PATCH] [Closed]: " q66
2020-11-01  0:29 ` q66
2020-11-01  1:12 ` fosslinux
2020-11-01  1:20 ` q66
2020-11-01  1:25 ` fosslinux

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=20201031232856.q1MCDOc-kUrb-Ntx5F2O1ubSQtksQBjJGHpdMl9Yfn8@z \
    --to=fosslinux@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).