mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-misc/doublecmd: add 1.1.24
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST doublecmd-1.1.23-src.tar.gz 9447436 BLAKE2B 81b846334a765a95c17b7a6ec116e7a7ab79605238e6a06f01784e60480740f48305691d8d56868343657eecc16bb51af16af6dd36dc8bcd0c8f6cfa52115cd7 SHA512 92fee7988e91c88d03a3dd3cdfbfc80e36f809c91141eb2b99ea11c216a7f80ed434d6cc27d902c9c325ab1f95c04bac56c4e045ce163f894c8632f21fd28f4f
|
||||
DIST doublecmd-1.1.24-src.tar.gz 9496369 BLAKE2B 0a671dd568d3af97124da19198a709886753e6bd3ce8ea20a5a32a5e2bc5b002bb84c73d678a8d265c93212fe2600064bfd52c32395e65a8d55b69a476ca5cfb SHA512 85e4437adaba4731d91c0b32cebc8210d759ab64709a4109758ec0b04018db0ae4efd818c5b1df31c6efdd80421065ea85a1139089fbaab94a9577e9d404087c
|
||||
|
||||
48
app-misc/doublecmd/doublecmd-1.1.24.ebuild
Normal file
48
app-misc/doublecmd/doublecmd-1.1.24.ebuild
Normal file
@@ -0,0 +1,48 @@
|
||||
# Copyright 2016-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit xdg
|
||||
|
||||
DESCRIPTION="Cross Platform file manager"
|
||||
HOMEPAGE="https://doublecmd.sourceforge.io/ https://github.com/doublecmd/doublecmd"
|
||||
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}-src.tar.gz"
|
||||
|
||||
LICENSE="GPL-2+ LGPL-2.1+ LGPL-3 MPL-1.1 Boost-1.0 BZIP2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
!app-misc/doublecmd-bin
|
||||
dev-libs/glib:2
|
||||
sys-apps/dbus
|
||||
x11-libs/libX11
|
||||
dev-libs/libqt6pas:=
|
||||
"
|
||||
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
sys-libs/ncurses:=
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
>=dev-lang/lazarus-3.0[qt6]
|
||||
"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/00-lazbuild-command.patch )
|
||||
|
||||
# Built with fpc, does not respect anything
|
||||
QA_FLAGS_IGNORED=".*"
|
||||
QA_PRESTRIPPED=".*"
|
||||
|
||||
src_compile(){
|
||||
./build.sh release qt6 || die
|
||||
}
|
||||
|
||||
src_install(){
|
||||
./install/linux/install.sh --install-prefix="${D}" || die
|
||||
dodoc doc/README.txt doc/changelog.txt
|
||||
rm -r "${ED}"/usr/share/doublecmd/doc || die
|
||||
dosym -r /usr/share/doc/"${PF}" /usr/share/doublecmd/doc
|
||||
}
|
||||
Reference in New Issue
Block a user