0e897b7bfe
Changelog [1]: 2.7.2 "Peace of Mind" ===================== FIXED: Memory leak in the Locate dialog FIXED: UDSEntry::insert deprecation warnings FIXED: [ 167410 ] synchronize directory window: column widths are incorrect FIXED: [ 328918 ] Context menu item "copy selected to clipboard" copies all result items FIXED: [ 330788 ] "Information - Krusader" dialog does not fit to screen width; text non-copyable FIXED: [ 392750 ] After trying to rename the file that's being updated, rename function stops working on any file on this tab FIXED: [ 395609 ] New Text File is created with 600 (-rw-------) permissions FIXED: [ 397398 ] Misleading ‘Created’ date in file properties FIXED: [ 405212 ] Compilation error because of QOverload usage FIXED: [ 410118 ] The list of search results doesn't get the focus FIXED: [ 410120 ] Krusader does not search correctly if the "Follow links" checkbox is disabled FIXED: Okteta support for versions >= 0.26 (due to oktetapart file layout change) [1] https://cgit.kde.org/krusader.git/tree/ChangeLog?h=v2.7.2
26 lines
802 B
Makefile
26 lines
802 B
Makefile
# Created by: Heiner <h.eichmann@gmx.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= krusader
|
|
DISTVERSION= 2.7.2
|
|
CATEGORIES= x11-fm kde
|
|
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Twin panel file manager for KDE, like midnight or norton commander
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
CONFLICTS_INSTALL= krusader2-kde4
|
|
|
|
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
|
|
USE_KDE= archive auth auth bookmarks codecs completion config \
|
|
configwidgets coreaddons doctools ecm guiaddons i18n \
|
|
iconthemes itemviews jobwidgets kio notifications parts \
|
|
service solid sonnet textwidgets wallet widgetsaddons \
|
|
windowsystem xmlgui
|
|
USE_QT= concurrent core dbus gui network printsupport xml widgets \
|
|
buildtools_build qmake_build
|
|
|
|
.include <bsd.port.mk>
|