pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/epdfview Update to 0.1.6.
details: https://anonhg.NetBSD.org/pkgsrc/rev/4659e67e9dad
branches: trunk
changeset: 528023:4659e67e9dad
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Thu Apr 19 02:28:59 2007 +0000
description:
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.
diffstat:
print/epdfview/Makefile | 7 ++-----
print/epdfview/PLIST | 4 ++--
2 files changed, 4 insertions(+), 7 deletions(-)
diffs (39 lines):
diff -r 3ede88373909 -r 4659e67e9dad print/epdfview/Makefile
--- a/print/epdfview/Makefile Thu Apr 19 01:08:51 2007 +0000
+++ b/print/epdfview/Makefile Thu Apr 19 02:28:59 2007 +0000
@@ -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 @@
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 -r 3ede88373909 -r 4659e67e9dad print/epdfview/PLIST
--- a/print/epdfview/PLIST Thu Apr 19 01:08:51 2007 +0000
+++ b/print/epdfview/PLIST Thu Apr 19 02:28:59 2007 +0000
@@ -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 @@
@dirrm share/epdfview/ui
@dirrm share/epdfview/pixmaps
@dirrm share/epdfview
-@comment @dirrm share/applications
+@comment in xdg-dirs: @dirrm share/applications
Home |
Main Index |
Thread Index |
Old Index