diff --git a/app-misc/xmind/Manifest b/app-misc/xmind/Manifest index 11416b064bd..6e5722e1307 100644 --- a/app-misc/xmind/Manifest +++ b/app-misc/xmind/Manifest @@ -1,2 +1 @@ -DIST Xmind-for-Linux-amd64bit-22.11.3656.deb 115422526 BLAKE2B ea1635ea277ffd47bdbe072325cc78c55f404684076395551d31cd8e22bcae4b39deee11240105ddaf932be07f5db1a123d8fd447be6f4b6fa0c4510f5ffb5a2 SHA512 c418a2e7eeb516a33c5154ca8ffa61427d32bc9d7cda78a73d80a3591f39f746e5016afeaf46a5b5ff965da3ea79e35a47684d9ca12d3b5fce86d299f5757505 -DIST Xmind-for-Linux-amd64bit-23.07.201366-202308140126.deb 131012586 BLAKE2B 1fd0ddb11ec8a29469a1be75cd0e7cd6420c39476ec16d0ea9d8866815abe9271a0a3f61723ed32406290a0e4f0da8de7fddff36d40e43d191413028dba4e3e6 SHA512 4346a0e5183c37f494c5b2b89a0d5562d1cc574e2904f444c2abb2a0867f97bf83cc04877a02e48b007d065134d9452481adb4734323488a95c34f529e9d47d8 +DIST Xmind-for-Linux-amd64bit-24.10.01101-202410201932.deb 158753270 BLAKE2B ec13d6d00c8491d8c320034318c7c8fdaff91318b812a6079acd10847e1bd5484ff1484cad0061453386b81d42285b5f7e5e63eed3addcbde7a6be261a0f7063 SHA512 90135ce32b494d10f3e8f1d5f4559565d1158fea8182c2725f72ea7f9bfeb62797173baa70708d03f910e2f88fd1a185dbd8e9d8721a6059f88106e2e5a73fd8 diff --git a/app-misc/xmind/xmind-23.07.201366-r1.ebuild b/app-misc/xmind/xmind-23.07.201366-r1.ebuild deleted file mode 100644 index 5bc0f64fbb3..00000000000 --- a/app-misc/xmind/xmind-23.07.201366-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit desktop unpacker xdg - -DESCRIPTION="Brainstorming and Mind Mapping Software" -HOMEPAGE="https://www.xmind.net" -SRC_URI="https://dl3.xmind.net/Xmind-for-Linux-amd64bit-${PV}-202308140126.deb" - -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="-* ~amd64" -RESTRICT="mirror strip" - -DEPEND=" - x11-libs/gtk+:3 - media-libs/alsa-lib - x11-libs/libxkbfile - dev-libs/nss -" -RDEPEND="${DEPEND}" - -S=${WORKDIR} - -src_install() { - insinto /opt - doins -r opt/* - fperms +x /opt/Xmind/{xmind,chrome_crashpad_handler,chrome-sandbox,libEGL.so,libffmpeg.so,libGLESv2.so,libvk_swiftshader.so,libvulkan.so.1} - dosym -r "/opt/Xmind/xmind" "/usr/bin/xmind" - for size in 16 32 48 64 128 256 512 1024; do - doicon -s $size usr/share/icons/hicolor/"$size"x"$size"/apps/xmind.png - done - insinto /usr/share/mime/packages - doins usr/share/mime/packages/xmind.xml - domenu usr/share/applications/xmind.desktop - gzip -d usr/share/doc/xmind-vana/changelog.gz || die - dodoc usr/share/doc/xmind-vana/changelog -} diff --git a/app-misc/xmind/xmind-22.11.3656.ebuild b/app-misc/xmind/xmind-24.10.01101.ebuild similarity index 87% rename from app-misc/xmind/xmind-22.11.3656.ebuild rename to app-misc/xmind/xmind-24.10.01101.ebuild index 746cff90409..00a7786a771 100644 --- a/app-misc/xmind/xmind-22.11.3656.ebuild +++ b/app-misc/xmind/xmind-24.10.01101.ebuild @@ -1,14 +1,16 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit desktop unpacker xdg +DATE_VER="202410201932" DESCRIPTION="Brainstorming and Mind Mapping Software" HOMEPAGE="https://www.xmind.net" -SRC_URI="https://dl3.xmind.net/Xmind-for-Linux-amd64bit-${PV}.deb" +SRC_URI="https://dl3.xmind.net/Xmind-for-Linux-amd64bit-${PV}-${DATE_VER}.deb" +S=${WORKDIR} LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="-* ~amd64" @@ -22,8 +24,6 @@ DEPEND=" " RDEPEND="${DEPEND}" -S=${WORKDIR} - src_install() { insinto /opt doins -r opt/*