Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 855028 Details for
Bug 415029
app-misc/doublecmd - Double Commander is a cross platform open source file manager with two panels side by side
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for v1.0.10
doublecmd-1.0.10.ebuild (text/plain), 899 bytes, created by
MeatShooter
on 2023-02-27 13:56:44 UTC
(
hide
)
Description:
ebuild for v1.0.10
Filename:
MIME Type:
Creator:
MeatShooter
Created:
2023-02-27 13:56:44 UTC
Size:
899 bytes
patch
obsolete
># Copyright 1999-2018 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 > >inherit eutils xdg-utils > >ABBREV="doublecmd" >DESCRIPTION="Cross Platform file manager." >HOMEPAGE="https://doublecmd.sourceforge.io/" >SRC_URI="mirror://sourceforge/${ABBREV}/${ABBREV}-${PV}-src.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" > >DEPEND=">=dev-lang/lazarus-1.8" >RDEPEND=" > ${DEPEND} > sys-apps/dbus > dev-libs/glib > sys-libs/ncurses > x11-libs/libX11 > >=dev-qt/qtcore-5.6 > dev-libs/libqt5pas >" > > >PATCHES=( "${FILESDIR}"/${ABBREV}-build.patch ) > >HOME="${PORTAGE_BUILDDIR}/homedir" >export HOME >src_compile(){ > # Set temporary HOME for lazarus primary config directory > ./build.sh beta qt5 || die > >} > >src_install(){ >./install/linux/install.sh --install-prefix="${D}" >} > >pkg_postinst() { > xdg_desktop_database_update >} > >pkg_postrm() { > xdg_desktop_database_update >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 415029
:
423760
|
429458
|
457400
|
515606
|
535350
|
855026
|
855028
|
898971