diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-04-19 02:28:59 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-04-19 02:28:59 +0000 |
commit | 7835a15910539b0bfb86f5044d59d2bdd876c55f (patch) | |
tree | 13381855e75217ba21c5f9e3b19f3eedc4709ded | |
parent | 327ec40cc3280455d2d17af7ed42fcf1c35fd397 (diff) | |
download | pkgsrc-7835a15910539b0bfb86f5044d59d2bdd876c55f.tar.gz |
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.
-rw-r--r-- | print/epdfview/Makefile | 7 | ||||
-rw-r--r-- | print/epdfview/PLIST | 4 |
2 files changed, 4 insertions, 7 deletions
diff --git a/print/epdfview/Makefile b/print/epdfview/Makefile index cfe7ac2dc6d..cd93718a358 100644 --- a/print/epdfview/Makefile +++ b/print/epdfview/Makefile @@ -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" diff --git a/print/epdfview/PLIST b/print/epdfview/PLIST index 469e61a8b43..2ac899a6532 100644 --- a/print/epdfview/PLIST +++ b/print/epdfview/PLIST @@ -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 |