pkgsrc/sysutils/pcmanfm/Makefile
youri 31644aaca4 Update to 1.3.0:
* Fixed potential access violation, use runtime user dir instead of tmp dir
    for single instance socket.

* Fixed an issue with losing icons on desktop, when file name has a '[' char.

* Added a missing tooltip for 'New Window' toolbar button.

* Fixed an issue when single instance socket' directory did not exist (see
    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874753).


Changes on 1.2.5 since 1.2.4:

* Removed options to Cut, Remove and Rename from context menu on mounted
    drive on the desktop, user might accidentally recursively remove its
    contents.

* Removed 'Open in terminal' from context menu on folder on the desktop
    that cannot be opened in terminal.

* Fixed invalid unref on CSS provider (GTK+ 3.0).

* Fixed unwanted unselection of items when right-clicked the desktop.

* Fixed endless loop in desktop items placement in some corner cases.

* Fixed spelling error in the manual page.
2018-05-22 16:08:13 +00:00

33 lines
973 B
Makefile

# $NetBSD: Makefile,v 1.39 2018/05/22 16:08:13 youri Exp $
#
DISTNAME= pcmanfm-1.3.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pcmanfm/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= youri@NetBSD.org
HOMEPAGE= http://pcmanfm.sourceforge.net/
COMMENT= Extremly fast and lightweight file manager
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= intltool msgfmt pkg-config
CONF= share/examples/pcmanfm
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/${CONF}
LIBS.SunOS+= -lsocket -lnsl
PKG_SYSCONFSUBDIR= xdg
MAKE_DIRS= ${PKG_SYSCONFDIR}/pcmanfm/default
CONF_FILES+= ${CONF}/xdg/pcmanfm/default/pcmanfm.conf \
${PKG_SYSCONFDIR}/pcmanfm/default/pcmanfm.conf
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../sysutils/menu-cache/buildlink3.mk"
.include "../../sysutils/libfm/buildlink3.mk"
.include "../../sysutils/libfm-extra/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"