7afc71b552
================ Evince 2.24.1 ================ Bug fixes: * Disable toggle function of F5 when in presentation mode (#556162, Dave Neary) * Create a loading thumbnail for every different page size (#556264, Carlos Garcia Campos) * Fix several memory leaks (Carlos Garcia Campos) * Do not show bad titles like 'Microsoft Word' in the window title bar (#534684, Robin Sonefors and Nickolay V. Shmyrev) * Fix mailto links which were considered as http uris (#555801, Carlos Garcia Campos) * Fix launching external applications (#554500, Carlos Garcia Campos) * Other bugs fixed (#552382, #553369, #555134, Carlos Garcia Campos) Translation updates: * Ihar Hrachyshka (be@latin) * Adrian Guniš (cs) * Kenneth Nielsen (da) * Ivar Smolin (et) * Takeshi AIHANA (ja)
20 lines
489 B
Makefile
20 lines
489 B
Makefile
# $NetBSD: Makefile,v 1.27 2008/10/25 00:11:13 wiz Exp $
|
|
#
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../print/evince/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/evince/evince-nautilus/}
|
|
COMMENT= File properties plugin for evince files
|
|
|
|
.include "options.mk"
|
|
|
|
INSTALL_DIRS= properties
|
|
|
|
BUILDLINK_DEPMETHOD.libXt?= build
|
|
|
|
.include "../../sysutils/nautilus/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|