Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nasa-wallpaper: update to 2.0.
@ 2019-07-05 23:10 voidlinux-github
  2019-07-06  0:00 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-07-05 23:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages nasa-2.0
https://github.com/void-linux/void-packages/pull/12824

nasa-wallpaper: update to 2.0.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nasa-2.0-12824.patch --]
[-- Type: application/text/x-diff, Size: 1316 bytes --]

From 471d13d2b2b849662f513daa83782d4e46828559 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Fri, 5 Jul 2019 18:10:37 -0500
Subject: [PATCH] nasa-wallpaper: update to 2.0.

---
 srcpkgs/nasa-wallpaper/template | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/nasa-wallpaper/template b/srcpkgs/nasa-wallpaper/template
index 8214eead039..4f79cb7dbc8 100644
--- a/srcpkgs/nasa-wallpaper/template
+++ b/srcpkgs/nasa-wallpaper/template
@@ -1,17 +1,13 @@
 # Template file for 'nasa-wallpaper'
 pkgname=nasa-wallpaper
-version=1.2
+version=2.0
 revision=1
-archs=noarch
-depends="curl jq wget"
+build_style="cargo"
+hostmakedepends="pkg-config"
+makedepends="libressl-devel"
 short_desc="Change your desktop background with a NASA image"
 maintainer="Orphaned <orphan@voidlinux.org>"
 homepage="https://davidpob99.github.io/nasa-wallpaper/"
 license="Apache-2.0"
-distfiles="https://github.com/davidpob99/nasa-wallpaper/archive/${version}.tar.gz"
-checksum=379f67e0708f43302a647d73da3737af879576991d7b2a4796a1e2b6b88320ac
-
-do_install() {
-	vbin nasa-wallpaper
-	vman nasa-wallpaper.1
-}
+distfiles="https://github.com/davidpob99/nasa-wallpaper/archive/v${version}.tar.gz"
+checksum=5bdf85cabc954069f7188f32c5579a6d47aae1781bc438bead7d7a0af335f5f8

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

* Re: [PR PATCH] [Updated] nasa-wallpaper: update to 2.0.
  2019-07-05 23:10 [PR PATCH] nasa-wallpaper: update to 2.0 voidlinux-github
@ 2019-07-06  0:00 ` voidlinux-github
  2019-07-06  0:00 ` voidlinux-github
  2019-07-06  8:26 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-07-06  0:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages nasa-2.0
https://github.com/void-linux/void-packages/pull/12824

nasa-wallpaper: update to 2.0.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nasa-2.0-12824.patch --]
[-- Type: application/text/x-diff, Size: 1375 bytes --]

From 050b34e4f74ffb00b583cc999ad5cb6715bd12c7 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Fri, 5 Jul 2019 18:10:37 -0500
Subject: [PATCH] nasa-wallpaper: update to 2.0.

---
 srcpkgs/nasa-wallpaper/template | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/nasa-wallpaper/template b/srcpkgs/nasa-wallpaper/template
index 8214eead039..8bad43b2fec 100644
--- a/srcpkgs/nasa-wallpaper/template
+++ b/srcpkgs/nasa-wallpaper/template
@@ -1,17 +1,13 @@
 # Template file for 'nasa-wallpaper'
 pkgname=nasa-wallpaper
-version=1.2
+version=2.0
 revision=1
-archs=noarch
-depends="curl jq wget"
+build_style="cargo"
+hostmakedepends="pkg-config"
+makedepends="libressl-devel"
 short_desc="Change your desktop background with a NASA image"
 maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="https://davidpob99.github.io/nasa-wallpaper/"
 license="Apache-2.0"
-distfiles="https://github.com/davidpob99/nasa-wallpaper/archive/${version}.tar.gz"
-checksum=379f67e0708f43302a647d73da3737af879576991d7b2a4796a1e2b6b88320ac
-
-do_install() {
-	vbin nasa-wallpaper
-	vman nasa-wallpaper.1
-}
+homepage="https://davidpob99.github.io/nasa-wallpaper/"
+distfiles="https://github.com/davidpob99/nasa-wallpaper/archive/v${version}.tar.gz"
+checksum=5bdf85cabc954069f7188f32c5579a6d47aae1781bc438bead7d7a0af335f5f8

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

* Re: [PR PATCH] [Updated] nasa-wallpaper: update to 2.0.
  2019-07-05 23:10 [PR PATCH] nasa-wallpaper: update to 2.0 voidlinux-github
  2019-07-06  0:00 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-07-06  0:00 ` voidlinux-github
  2019-07-06  8:26 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-07-06  0:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages nasa-2.0
https://github.com/void-linux/void-packages/pull/12824

nasa-wallpaper: update to 2.0.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nasa-2.0-12824.patch --]
[-- Type: application/text/x-diff, Size: 1375 bytes --]

From 050b34e4f74ffb00b583cc999ad5cb6715bd12c7 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Fri, 5 Jul 2019 18:10:37 -0500
Subject: [PATCH] nasa-wallpaper: update to 2.0.

---
 srcpkgs/nasa-wallpaper/template | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/nasa-wallpaper/template b/srcpkgs/nasa-wallpaper/template
index 8214eead039..8bad43b2fec 100644
--- a/srcpkgs/nasa-wallpaper/template
+++ b/srcpkgs/nasa-wallpaper/template
@@ -1,17 +1,13 @@
 # Template file for 'nasa-wallpaper'
 pkgname=nasa-wallpaper
-version=1.2
+version=2.0
 revision=1
-archs=noarch
-depends="curl jq wget"
+build_style="cargo"
+hostmakedepends="pkg-config"
+makedepends="libressl-devel"
 short_desc="Change your desktop background with a NASA image"
 maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="https://davidpob99.github.io/nasa-wallpaper/"
 license="Apache-2.0"
-distfiles="https://github.com/davidpob99/nasa-wallpaper/archive/${version}.tar.gz"
-checksum=379f67e0708f43302a647d73da3737af879576991d7b2a4796a1e2b6b88320ac
-
-do_install() {
-	vbin nasa-wallpaper
-	vman nasa-wallpaper.1
-}
+homepage="https://davidpob99.github.io/nasa-wallpaper/"
+distfiles="https://github.com/davidpob99/nasa-wallpaper/archive/v${version}.tar.gz"
+checksum=5bdf85cabc954069f7188f32c5579a6d47aae1781bc438bead7d7a0af335f5f8

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

* Re: [PR PATCH] [Merged]: nasa-wallpaper: update to 2.0.
  2019-07-05 23:10 [PR PATCH] nasa-wallpaper: update to 2.0 voidlinux-github
  2019-07-06  0:00 ` [PR PATCH] [Updated] " voidlinux-github
  2019-07-06  0:00 ` voidlinux-github
@ 2019-07-06  8:26 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-07-06  8:26 UTC (permalink / raw)
  To: ml

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

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

nasa-wallpaper: update to 2.0.
https://github.com/void-linux/void-packages/pull/12824
Description: 

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

end of thread, other threads:[~2019-07-06  8:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-05 23:10 [PR PATCH] nasa-wallpaper: update to 2.0 voidlinux-github
2019-07-06  0:00 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-06  0:00 ` voidlinux-github
2019-07-06  8:26 ` [PR PATCH] [Merged]: " voidlinux-github

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