Update to 0.1.6.
New features: * Support for printer's instances. * Support for stdint (i.e, '-') as filename from command line. Interface improvements: * About box's link is now clickable (#45). * "Open" and "Save As" dialogs now use extension patterns in addition to mime types filters (#50). * Full screen support. * "Save As" dialog sets the current file's name as the default save name. Bug fixes: * Prevent showing the menu entry twice. * Fixed typo that check for Poppler version 0.5.2 or higher in order to show the index). * The cache is emptied between file loads, so the previous file's page are displayed. * Changed the "Save As" dialog's button from "Open" to "Save". * Prevent crashes in FreeBSD when searching in a document. * Fixed some bugs rendering pages under some systems. * Fixed problems printing documents under some systems, specially 64-bit systems.
This commit is contained in:
parent
327ec40cc3
commit
7835a15910
2 changed files with 4 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2007/01/28 00:13:49 dillo Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2007/04/19 02:28:59 xtraeme Exp $
|
||||
#
|
||||
|
||||
DISTNAME= epdfview-0.1.5
|
||||
|
@ -14,13 +14,10 @@ GNU_CONFIGURE= yes
|
|||
USE_LANGUAGES+= c c++
|
||||
USE_PKGLOCALEDIR= yes
|
||||
USE_TOOLS+= pkg-config
|
||||
USE_DIRS+= xdg-1.4
|
||||
|
||||
.include "options.mk"
|
||||
|
||||
.include "../../print/poppler-glib/buildlink3.mk"
|
||||
.include "../../x11/gtk2/buildlink3.mk"
|
||||
|
||||
# XXX Should this be used?
|
||||
# .include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/30 07:30:29 reed Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2007/04/19 02:28:59 xtraeme Exp $
|
||||
bin/epdfview
|
||||
share/applications/epdfview.desktop
|
||||
share/epdfview/pixmaps/icon_epdfview-24.png
|
||||
|
@ -19,4 +19,4 @@ share/locale/vi/LC_MESSAGES/epdfview.mo
|
|||
@dirrm share/epdfview/ui
|
||||
@dirrm share/epdfview/pixmaps
|
||||
@dirrm share/epdfview
|
||||
@comment @dirrm share/applications
|
||||
@comment in xdg-dirs: @dirrm share/applications
|
||||
|
|
Loading…
Reference in a new issue