mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
Ancestris: bump version to 13 (#13790)
* Ancestris: bump version to 13 * Ancestris: patch application to save settings in correct systrem folder Use correct checksum for v13
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
SUMMARY="A genealogy tool written in Java"
|
||||
DESCRIPTION="Ancestris is a free genealogy software based on NetBeans,\
|
||||
compliant with GEDCOM versions 5.5 and 5.5.1."
|
||||
HOMEPAGE="https://ancestris.org/"
|
||||
COPYRIGHT="2011-2024 Ancestris"
|
||||
compliant with GEDCOM versions 5.5, 5.5.1 and 7."
|
||||
HOMEPAGE="https://www.ancestris.org/"
|
||||
COPYRIGHT="2011-2025 Ancestris"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://www.ancestris.org/dl/pub/ancestris/releases/ancestris-$portVersion.zip"
|
||||
CHECKSUM_SHA256="fc443c3907757d80c64282d9e9bebc4a06c0b4b77b9f4881f51f5909a54d4f2f"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://www.ancestris.org/dl/pub/ancestris/releases/Ancestris$portVersion.zip"
|
||||
CHECKSUM_SHA256="27791f0309f02869786f8c7f9fdb259cb447f2bd2e2551962c43c5a060c7eb46"
|
||||
SOURCE_DIR="ancestris"
|
||||
PATCHES="ancestris-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE="true"
|
||||
23
app-misc/ancestris/patches/ancestris-13.patchset
Normal file
23
app-misc/ancestris/patches/ancestris-13.patchset
Normal file
@@ -0,0 +1,23 @@
|
||||
From 6a227985e3fc3e659198ff01f614385428af056b Mon Sep 17 00:00:00 2001
|
||||
From: yann64 <yannickbarbel@orange.fr>
|
||||
Date: Tue, 3 Mar 2026 16:59:17 +0100
|
||||
Subject: Add Haiku config path
|
||||
|
||||
|
||||
diff --git a/bin/ancestris b/bin/ancestris
|
||||
index d3cc143..38d9b7d 100644
|
||||
--- a/bin/ancestris
|
||||
+++ b/bin/ancestris
|
||||
@@ -48,6 +48,9 @@ case "`uname`" in
|
||||
Darwin*)
|
||||
userdir="${default_mac_userdir}"
|
||||
;;
|
||||
+ Haiku*)
|
||||
+ userdir="${XDG_CONFIG_HOME}"
|
||||
+ ;;
|
||||
*)
|
||||
userdir="${default_userdir}"
|
||||
;;
|
||||
--
|
||||
2.52.0
|
||||
|
||||
Reference in New Issue
Block a user