Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] stellarium: update to 0.21.0.
@ 2021-03-28 19:06 abenson
  2021-03-28 21:53 ` [PR PATCH] [Merged]: " abenson
  0 siblings, 1 reply; 2+ messages in thread
From: abenson @ 2021-03-28 19:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages stellarium_0.21.0
https://github.com/void-linux/void-packages/pull/29828

stellarium: update to 0.21.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 457c8799d5613eb1de8ed57aa43ea6971e6d2873 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Sun, 28 Mar 2021 12:40:14 -0500
Subject: [PATCH] stellarium: update to 0.21.0.

---
 srcpkgs/stellarium-data     |  1 -
 srcpkgs/stellarium/template | 14 ++++----------
 2 files changed, 4 insertions(+), 11 deletions(-)
 delete mode 120000 srcpkgs/stellarium-data

diff --git a/srcpkgs/stellarium-data b/srcpkgs/stellarium-data
deleted file mode 120000
index 71837d9b7281..000000000000
--- a/srcpkgs/stellarium-data
+++ /dev/null
@@ -1 +0,0 @@
-stellarium
\ No newline at end of file
diff --git a/srcpkgs/stellarium/template b/srcpkgs/stellarium/template
index 8b7efd36a109..188f87a3d397 100644
--- a/srcpkgs/stellarium/template
+++ b/srcpkgs/stellarium/template
@@ -1,22 +1,16 @@
 # Template file for 'stellarium'
 pkgname=stellarium
-version=0.20.4
+version=0.21.0
 revision=1
 build_style=cmake
 hostmakedepends="perl qt5-qmake qt5-host-tools"
 makedepends="qt5-location-devel qt5-multimedia-devel qt5-script-devel
  qt5-serialport-devel qt5-tools-devel"
-depends="desktop-file-utils ${pkgname}-data"
+depends="desktop-file-utils"
 short_desc="Open Source Planetarium"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://stellarium.org/"
 distfiles="https://github.com/Stellarium/stellarium/releases/download/v${version}/stellarium-${version}.tar.gz"
-checksum=63033bb6ad01b5f021689766b2a09a99bcabcfec57a710e46a93c40a32fda388
-
-stellarium-data_package() {
-	short_desc+=" - data files"
-	pkg_install() {
-		vmove usr/share/stellarium
-	}
-}
+checksum=977fcd6776a47d34b1646727853d15968a1410c34c8ba1b3e5cfbf24b5126f13
+replaces="stellarium-data>=0"

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

* Re: [PR PATCH] [Merged]: stellarium: update to 0.21.0.
  2021-03-28 19:06 [PR PATCH] stellarium: update to 0.21.0 abenson
@ 2021-03-28 21:53 ` abenson
  0 siblings, 0 replies; 2+ messages in thread
From: abenson @ 2021-03-28 21:53 UTC (permalink / raw)
  To: ml

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

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

stellarium: update to 0.21.0.
https://github.com/void-linux/void-packages/pull/29828

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-03-28 21:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-28 19:06 [PR PATCH] stellarium: update to 0.21.0 abenson
2021-03-28 21:53 ` [PR PATCH] [Merged]: " abenson

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