Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] freeciv: update to 3.0.1.
@ 2022-04-25  8:12 beltofdespair
  2022-04-25 19:06 ` [PR PATCH] [Closed]: " beltofdespair
  0 siblings, 1 reply; 2+ messages in thread
From: beltofdespair @ 2022-04-25  8:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/beltofdespair/void-packages freeciv3
https://github.com/void-linux/void-packages/pull/36850

freeciv: update to 3.0.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l


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

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

From c5ae498052078f457218a2cd9527c8656bd42545 Mon Sep 17 00:00:00 2001
From: beltofdespair <mogwinglodot@protonmail.com>
Date: Mon, 25 Apr 2022 03:04:36 -0500
Subject: [PATCH] freeciv: update to 3.0.1.

---
 srcpkgs/freeciv/template | 27 +++++++++------------------
 1 file changed, 9 insertions(+), 18 deletions(-)

diff --git a/srcpkgs/freeciv/template b/srcpkgs/freeciv/template
index 2f6479b37d66..fcb07bb0bdd4 100644
--- a/srcpkgs/freeciv/template
+++ b/srcpkgs/freeciv/template
@@ -1,22 +1,21 @@
 # Template file for 'freeciv'
 pkgname=freeciv
-version=2.6.5
+version=3.0.1
 revision=1
 build_style=gnu-configure
 configure_args="--disable-static --enable-fcdb=sqlite3 --enable-fcmp=all"
 hostmakedepends="pkg-config"
-makedepends="SDL2_gfx-devel SDL2_image-devel SDL2_mixer-devel SDL2_ttf-devel
- gtk+3-devel libXaw-devel libcurl-devel lua53-devel"
+makedepends="SDL2_gfx-devel SDL2_image-devel SDL2_mixer-devel SDL2_ttf-devel gtk+3-devel libcurl-devel lua53-devel"
 short_desc="Free and Open Source empire-building strategy game - server/data"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="GPL-2.0-or-later"
 homepage="http://freeciv.org/"
 changelog="https://freeciv.fandom.com/wiki/NEWS-${version}"
-distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
-checksum=2e64e1c74dae12acb17bbf5daa980efc7e9fd57820afed5135319ca95291ec59
+distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum=beda7adaebb3462797c8f090ec604c2974f15a1559fff2fb4cfff2607cb0180f
 
-_clients="gtk3,sdl2,xaw"
-subpackages="freeciv-gtk2 freeciv-gtk3 freeciv-sdl freeciv-xaw"
+_clients="gtk3,sdl2"
+subpackages="freeciv-gtk2 freeciv-gtk3 freeciv-sdl"
 if [ -z "$CROSS_BUILD" ]; then
 	_clients+=",qt"
 	makedepends+=" qt5-devel"
@@ -38,7 +37,7 @@ freeciv-gtk3_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {
 		vmove "usr/bin/*gtk3*"
-		vmove "usr/share/appdata/*gtk3*"
+		vmove "usr/share/metainfo/*gtk3*"
 		vmove "usr/share/man/man6/*gtk3*"
 		vmove "usr/share/applications/*gtk3*"
 	}
@@ -48,7 +47,7 @@ freeciv-qt5_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {
 		vmove "usr/bin/*qt*"
-		vmove "usr/share/appdata/*qt*"
+		vmove "usr/share/metainfo/*qt*"
 		vmove "usr/share/man/man6/*qt*"
 		vmove "usr/share/applications/*qt*"
 	}
@@ -58,16 +57,8 @@ freeciv-sdl_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {
 		vmove "usr/bin/*sdl*"
-		vmove "usr/share/appdata/*sdl*"
+		vmove "usr/share/metainfo/*sdl*"
 		vmove "usr/share/man/man6/*sdl*"
 		vmove "usr/share/applications/*sdl*"
 	}
 }
-freeciv-xaw_package() {
-	short_desc="Free and Open Source empire-building strategy game - X11 client"
-	depends="${sourcepkg}>=${version}_${revision}"
-	pkg_install() {
-		vmove "usr/bin/*xaw*"
-		vmove "usr/share/man/man6/*xaw*"
-	}
-}

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

* Re: [PR PATCH] [Closed]: freeciv: update to 3.0.1.
  2022-04-25  8:12 [PR PATCH] freeciv: update to 3.0.1 beltofdespair
@ 2022-04-25 19:06 ` beltofdespair
  0 siblings, 0 replies; 2+ messages in thread
From: beltofdespair @ 2022-04-25 19:06 UTC (permalink / raw)
  To: ml

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

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

freeciv: update to 3.0.1.
https://github.com/void-linux/void-packages/pull/36850

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l


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

end of thread, other threads:[~2022-04-25 19:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-25  8:12 [PR PATCH] freeciv: update to 3.0.1 beltofdespair
2022-04-25 19:06 ` [PR PATCH] [Closed]: " beltofdespair

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