Balló György pushed to branch main at Arch Linux / Packaging / Packages /
freeplane
Commits:
9d2421c8 by Balló György at 2026-06-30T01:49:44+02:00
upgpkg: 1.13.2-3: Allow using Java 8, Freeplane is still compatible with it
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = freeplane
pkgdesc = A Java mindmapping tool
pkgver = 1.13.2
- pkgrel = 2
+ pkgrel = 3
url = http://freeplane.sourceforge.net
arch = any
license = GPL-2.0-only
@@ -11,7 +11,6 @@ pkgbase = freeplane
makedepends = gnu-free-fonts
makedepends = fontconfig
makedepends = unzip
- depends = java-runtime>=11
depends = java-runtime<=21
source =
git+https://github.com/freeplane/freeplane.git#tag=release-1.13.2
source = freeplane.run
=====================================
PKGBUILD
=====================================
@@ -3,15 +3,14 @@
pkgname=freeplane
pkgver=1.13.2
-pkgrel=2
+pkgrel=3
pkgdesc="A Java mindmapping tool"
arch=('any')
url="http://freeplane.sourceforge.net"
license=('GPL-2.0-only')
-_jrever=11
_jdkver=21
makedepends=(git 'gradle' "java-environment-openjdk=${_jdkver}"
'gnu-free-fonts' 'fontconfig' 'unzip')
-depends=("java-runtime>=${_jrever}" "java-runtime<=${_jdkver}")
+depends=("java-runtime<=${_jdkver}")
source=("git+https://github.com/freeplane/freeplane.git#tag=release-${pkgver}"
"freeplane.run")
b2sums=('d659bd2e0d11ad5f8b1571298d5f7b072d5c8e91e45331d3e7d44e2efa6234c1f397ca353b4e27b1454dc4109f5bbaa574863c85061fb4ef9656722dbb85fd0d'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/freeplane/-/commit/9d2421c810de793fa3114f1a9b452122d1be1d0a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/freeplane/-/commit/9d2421c810de793fa3114f1a9b452122d1be1d0a
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help