pkgsrc/print/evince/Makefile

34 lines
926 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.78 2012/03/03 00:12:01 wiz Exp $
#
2008-06-12 04:14:13 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../print/evince/Makefile.common"
PKGREVISION= 10
COMMENT= Document viewer
GCONF_SCHEMAS+= evince-thumbnailer.schemas
GCONF_SCHEMAS+= evince-thumbnailer-ps.schemas
.include "options.mk"
CONFIGURE_ARGS+= --enable-comics
CONFIGURE_ARGS+= --disable-nautilus
GCONF_SCHEMAS+= evince-thumbnailer-comics.schemas
USE_TOOLS+= gsed
.include "../../devel/GConf/schemas.mk"
.include "../../devel/glib2/schemas.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../security/libgnome-keyring/buildlink3.mk"
Update to 0.5.2: ============== Evince 0.5.2 ============== Bug Fixes: * View don't jump on scrolling. * In presentation mode we scroll by one page. Translations: * bg bn da de et fa fr hi hu ja ka pt pt_BR ro ru sv uk vi ============== Evince 0.5.1 ============== New Features: * Evince can search text in DJVU files Interface improvements: * Odd pages are placed to the right in dual page mode Bug Fixes: * Produce thumbnails for comic books and carefully work with unzip * Correctly interoperate with DBUS 0.60 * Ghostscript interpreter is checked in runtime * PS mime types are listed in desktop file * It's possible to add sidebar checkbutton on toolbar * It's possible to print in inverse order * Filechooser now will ask for overwrite confirmation * Search now takes account for scrolling * It's allowed to scroll view from find entry * Evince don't jump to find result if window was scrolled during search * It's now clear what page the toolbar page number applies to Translations: * bg ca cs cy da el en_CA es et eu fi gl gu he hu ja lt nb nl no pl pt_BR pt ru sq sr th vi zh_CN zh_HK zh_TW * Spanish docs are updated and we have Bulgarian translation now Thanks: Ricardo Markiewicz, Rostislav Raykov, Stanislav Slusny, Francisco Javier F. Serrador, Antoine Dopffer, Michael Hofmann, Gary Coady, Luca Ferretti, Carlos Garcia Campos, Eduardo de Barros Lima, Christopher Aillon and all translators. ============== Evince 0.5.0 ============== New Features: * Various types of PDF links are now supported * New backend for comic books (CBR/CBZ archives) * Storage of passwords for protected documents in gnome-keyring * Layout settings for new documents are taken from the last used document Interface Improvements: * Statusbar was removed to save space * Notification about page processing is shown on the page * More key bindings * Improved intelligent window title that shouldn't confuse users * Show index by default if available * Tooltips for links * Now we have right click context menu Bug Fixes: * Crashes on reload and window close are fixed * DBus usage cleaned * Printing of multiple copies start to work * Crash on structured ps document * Improved session handling * Vertical and horizontal scrolling on selection Translations: * be, bg, bn, ca, cs, de, en_CA, es, et, eu, fi, fr, gl, gu hu, it, ku, lt, nb, nl, no, ro, ru, sr, sv, th, vi, zh_CN, zh_HK, zh_TW * nl for documentation.
2006-03-30 23:30:42 +02:00
.include "../../sysutils/dbus/buildlink3.mk"
BUILDLINK_API_DEPENDS.dbus-glib+= dbus-glib>=0.70
Update to 0.5.2: ============== Evince 0.5.2 ============== Bug Fixes: * View don't jump on scrolling. * In presentation mode we scroll by one page. Translations: * bg bn da de et fa fr hi hu ja ka pt pt_BR ro ru sv uk vi ============== Evince 0.5.1 ============== New Features: * Evince can search text in DJVU files Interface improvements: * Odd pages are placed to the right in dual page mode Bug Fixes: * Produce thumbnails for comic books and carefully work with unzip * Correctly interoperate with DBUS 0.60 * Ghostscript interpreter is checked in runtime * PS mime types are listed in desktop file * It's possible to add sidebar checkbutton on toolbar * It's possible to print in inverse order * Filechooser now will ask for overwrite confirmation * Search now takes account for scrolling * It's allowed to scroll view from find entry * Evince don't jump to find result if window was scrolled during search * It's now clear what page the toolbar page number applies to Translations: * bg ca cs cy da el en_CA es et eu fi gl gu he hu ja lt nb nl no pl pt_BR pt ru sq sr th vi zh_CN zh_HK zh_TW * Spanish docs are updated and we have Bulgarian translation now Thanks: Ricardo Markiewicz, Rostislav Raykov, Stanislav Slusny, Francisco Javier F. Serrador, Antoine Dopffer, Michael Hofmann, Gary Coady, Luca Ferretti, Carlos Garcia Campos, Eduardo de Barros Lima, Christopher Aillon and all translators. ============== Evince 0.5.0 ============== New Features: * Various types of PDF links are now supported * New backend for comic books (CBR/CBZ archives) * Storage of passwords for protected documents in gnome-keyring * Layout settings for new documents are taken from the last used document Interface Improvements: * Statusbar was removed to save space * Notification about page processing is shown on the page * More key bindings * Improved intelligent window title that shouldn't confuse users * Show index by default if available * Tooltips for links * Now we have right click context menu Bug Fixes: * Crashes on reload and window close are fixed * DBus usage cleaned * Printing of multiple copies start to work * Crash on structured ps document * Improved session handling * Vertical and horizontal scrolling on selection Translations: * be, bg, bn, ca, cs, de, en_CA, es, et, eu, fi, fr, gl, gu hu, it, ku, lt, nb, nl, no, ro, ru, sr, sv, th, vi, zh_CN, zh_HK, zh_TW * nl for documentation.
2006-03-30 23:30:42 +02:00
.include "../../sysutils/dbus-glib/buildlink3.mk"
BUILDLINK_DEPMETHOD.libXt?= build
2007-01-10 17:58:32 +01:00
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/libSM/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"