app-misc/doublecmd-bin: 1.1.31 version bump

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
Sergey Torokhov
2025-12-22 20:58:15 +03:00
parent cc278eaa5a
commit 7b576e282e
2 changed files with 77 additions and 0 deletions

View File

@@ -10,3 +10,6 @@ DIST doublecmd-1.1.29.qt6.x86_64.tar.xz 9576672 BLAKE2B 09c0f300f4ad36e1070b3742
DIST doublecmd-1.1.30.gtk2.i386.tar.xz 8978228 BLAKE2B 2ed50069baedd790ce608451734a6e7aa4820794091f2ac821ae3ac863d730dfc3abf24ab6321782f6c296fc647c9802c1273b82ffa6844dad61d4b073f3f078 SHA512 63eeeee1bf6eab010a4b7051aafcf3eb4b001ecaaa39dd41711b1bf11802c55c72fdc2f7fc883326109e6a399eccd701077e73f880fdde4f25e0fc03905ab1ea
DIST doublecmd-1.1.30.gtk2.x86_64.tar.xz 9165128 BLAKE2B e58de10c656fc54a700968b3506d65a575a406aeab211924c1d0cbc96eeb60910d023dee8f653223396535d0ace50fc99e913355cfc1f4995b30aa3f9b75c92b SHA512 bb7e78c94b7a87adee63e399b9d74bcc23b2aa92ba1b0ef3d9bff8eeb0b00a75c7326206482ee29bf871a947e23cc8f99845e14fa16a56e1e32ab1c90de433df
DIST doublecmd-1.1.30.qt6.x86_64.tar.xz 9607168 BLAKE2B bf7db0b2fea1fc4c7231fc5e83b6ee826c51a20bb56a072cd41635c4fec583ff3135f6c458602ef81e9c00bf7b9f8ba1b73d5572361631804e37b30bef937108 SHA512 8c56ae07d5dfb5bc444e4a5ce4879942b96c477a25cd034f01c4329fb04ac1feef347a61268dddc5d24d2e49c607e4f1fe1498130065d47f80fe5c132c8a386d
DIST doublecmd-1.1.31.gtk2.i386.tar.xz 8977588 BLAKE2B c3cc745a5dd9d33a829d9e550a1f1a846020ca5eaf89f0cbc571c6ab608d6e77e005631a3281e604a52548e2fb4ac9496e91ac4bc657f1cd9fce2555eb3033f6 SHA512 24de7a55e67a3b60febe728cacdf9c756cb9fd604a31166bcd314638cce1369353c10ccaee079d84b60e0e8763fc59b6137e93260aa199b7231a8baedac7cf98
DIST doublecmd-1.1.31.gtk2.x86_64.tar.xz 9165124 BLAKE2B 9d8f01cb5e2dbafd4106659b8b0559d1eac0475ddde5a17f46d860b9d32a87b38bbae5b28eef0e52807375c7ae0a369caf0f48d9ea7d3aadfcac895aa4f35f3a SHA512 79da8efcb1292aa573599f0ce18a8a392b9effd33ff4a34eae120ccc62e65a71748a87550121e7cfde3a89b5e9b07d99878f604c6211b12757598c8c67f1b3d0
DIST doublecmd-1.1.31.qt6.x86_64.tar.xz 9601332 BLAKE2B 3edc22f8ec21c3daab76bb0555ba6266a62d1fb6f25f37a1ae71d10b1ce5a298dc33971ffa61ced2526e893d2d1a0bc4e320d93803dd613495a4883d77a645ce SHA512 09d1bfa5fd0f1d76c8558b9d5e0ca8d53376b1c044f07cb7c894f63c9d39ca3e267f011e5b38dc989ebfbe1a75577db69afe3e0cc766418f45da11c749a9907e

View File

@@ -0,0 +1,74 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit desktop wrapper xdg
MY_PN="doublecmd"
DESCRIPTION="Free cross platform open source file manager with two panels side by side."
HOMEPAGE="https://doublecmd.sourceforge.io/"
SRC_URI="
amd64? (
!qt6? ( https://downloads.sourceforge.net/${MY_PN}/${MY_PN}-${PV}.gtk2.x86_64.tar.xz )
qt6? ( https://downloads.sourceforge.net/${MY_PN}/${MY_PN}-${PV}.qt6.x86_64.tar.xz )
)
x86? ( https://downloads.sourceforge.net/${MY_PN}/${MY_PN}-${PV}.gtk2.i386.tar.xz )
"
S="${WORKDIR}/${MY_PN}"
# Licenses for package and plugins
LICENSE="GPL-2+ LGPL-2-with-linking-exception LGPL-2.1+ LGPL-3 GPL-1 freedist"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE="qt6"
QA_PREBUILT="
*/doublecmd
*/libQt6Pas.so.6
*/libunrar.so
*/plugins/.*
"
## "ldd doublecmd" output show linking to some libraries provided by sys-libs/glibc:2.2
## (maybe virtual/libc-1) and no libraries of sys-libs/ncurses (that removed here).
## Once per-profile USE masking works in overlays, mask the qt6 USE flag for x86 and
## revert RDEPEND hack.
GTK_DEPS="
app-accessibility/at-spi2-core:2
x11-libs/cairo
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:2
x11-libs/pango
"
RDEPEND="
dev-libs/glib:2
sys-apps/dbus
x11-libs/libX11
amd64? (
!qt6? ( ${GTK_DEPS} )
qt6? (
dev-qt/qtbase:6[gui,widgets]
media-libs/libglvnd
)
)
x86? ( ${GTK_DEPS} )
"
src_install(){
insinto "/opt/${PN}"
doins -r "${S}/."
# Remove doublecmd.inf to use config from user home directory
rm "${ED}/opt/${PN}"/settings/doublecmd.inf || die
exeinto "/opt/${PN}"
doexe "${S}/${MY_PN}"
make_wrapper ${MY_PN} "/opt/${PN}/${MY_PN}" "" "/opt/${PN}" "/opt/bin/"
doicon -s 48 ${MY_PN}.png
make_desktop_entry "${MY_PN}" "Double Commander" "${MY_PN}" "Utility;" || die "Failed making desktop entry!"
}