pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/atril
Module Name: pkgsrc
Committed By: youri
Date: Wed Jan 16 14:49:43 UTC 2019
Modified Files:
pkgsrc/print/atril: Makefile PLIST distinfo
Removed Files:
pkgsrc/print/atril/patches: patch-libview_ev-jobs.c
Log Message:
Update atril to 1.21.1:
### atril 1.21.1
* update translations
* Use make functions for HELP_LINGUAS
* comics: support application/vnd.rar MIME type
* shell: Save document to the same path it was opened from
* Reduce the chattiness of atril daemon
* EvView: Fix cursor movement when logical and visual line order differs
* Update atril_start_window.png
* moveable (older spelling) -> movable
* Update Catalan screenshot
* presentation: avoid deprecated 'gtk_style_context_set_background'
* ev-sidebar-bookmarks: use NULL instead of uninitialized variable
* navigation-action-widget: replace deprecated gtk_menu_popup function
* shell: replace deprecated gtk_menu_popup function
* ev-sidebar-links: replace deprecated gtk_menu_popup function
* ev-sidebar-bookmarks: replace deprecated gtk_menu_popup function
* ev-sidebar: replace deprecated gtk_menu_popup function
* editable-toolbar: replace deprecated gtk_menu_popup function
* libview: replace deprecated gdk_flush
* disable StartPresentation action in fullscreen if document has no pages
* disable ViewPresentation action if document has no pages
* libdocument: Use gdk_pixbuf_get_from_surface()
* thumbnailer: Remove unused code
* view: Fix page background rendering while loading
* libdocument: Deprecate misc_get_page_border_size()
* view: Use a rendered frame instead of custom border
* a11y: Return correct start and end offsets
* a11y: Fix crash with Orca screen reader
* libview: drop deprecated unneeded code
* ev-loading-message: Remove unused variables
* libview: fix text selection with mouse in annotation window
* libview: fix build without epub
### atril 1.21.0
* shell: Don't dist generated files
* Disable view presentation if there is no document.
* Allow changing the page of a presentation
* libview: Fix goto window in presentation mode
* libview: avoid deprecated gdk_screen_get_monitor
* EvPresentationView: Render correctly on hi-dpi displays
* libview: Fix g_return condition in set_device_scale_on_surface()
* EvView: render correctly on hi-dpi displays
* libview: use css to draw the background of presentations
* shell: Use GResource for data files
* toolbar-editor: Add methods to load from GResource
* previewer: Use GResource for data files
* build: Add configure check for glib-compile-resources
* update resource for translations
* libview: Check number of pages when processing button events
* libview: Add check for pageless documents to ev_view_accessible_focus_changed
* libview: Check number of pages on ev_view_document_changed_cb
* Use GtkOverlay to show the loading message
* shell: Remove unused marshalers
* thumbnailer: Send error messages to stderr
* shell: Use GtkApplication to inhibit the screensaver
* shell: Port to GtkApplication
* shell: Use g_printerr instead of g_warning
* daemon: Port to GApplication
* daemon: Use gdbus-codegen for the org.mate.atril.Daemon interface
* shell: Use gdbus-codegen for the org.mate.atril.Window interface
* shell: Use gdbus-codegen for the org.mate.atril.Application interface
* libview: save inverted colors in a document
* Save/restore context when getting colors for a different state
* epub: allow to save epub documents
* epub: fix loading epub thumbnails
* Check legal boundaries of accessible pages
* shell: fix menu-accel for inverted colors
* shell: add keypad accels for zoom_reset
* Add zoom reset
* avoid deprecated GtkStock
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/print/atril/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/atril/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/atril/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/print/atril/patches/patch-libview_ev-jobs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/atril/Makefile
diff -u pkgsrc/print/atril/Makefile:1.35 pkgsrc/print/atril/Makefile:1.36
--- pkgsrc/print/atril/Makefile:1.35 Mon Dec 10 10:59:25 2018
+++ pkgsrc/print/atril/Makefile Wed Jan 16 14:49:43 2019
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.35 2018/12/10 10:59:25 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2019/01/16 14:49:43 youri Exp $
-PKGREVISION= 8
.include "../../meta-pkgs/mate/Makefile.common"
DISTNAME= atril-${VERSION:R}.1
Index: pkgsrc/print/atril/PLIST
diff -u pkgsrc/print/atril/PLIST:1.7 pkgsrc/print/atril/PLIST:1.8
--- pkgsrc/print/atril/PLIST:1.7 Mon May 14 12:22:42 2018
+++ pkgsrc/print/atril/PLIST Wed Jan 16 14:49:43 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2018/05/14 12:22:42 youri Exp $
+@comment $NetBSD: PLIST,v 1.8 2019/01/16 14:49:43 youri Exp $
bin/atril
bin/atril-previewer
bin/atril-thumbnailer
@@ -52,27 +52,27 @@ include/atril/1.5.0/libview/ev-view-type
include/atril/1.5.0/libview/ev-view.h
include/atril/1.5.0/libview/ev-web-view.h
lib/atril/3/backends/comicsdocument.atril-backend
-${PLIST.djvu}lib/atril/3/backends/djvudocument.atril-backend
-${PLIST.dvi}lib/atril/3/backends/dvidocument.atril-backend
+lib/atril/3/backends/djvudocument.atril-backend
+lib/atril/3/backends/dvidocument.atril-backend
lib/atril/3/backends/libcomicsdocument.la
-${PLIST.djvu}lib/atril/3/backends/libdjvudocument.la
-${PLIST.dvi}lib/atril/3/backends/libdvidocument.la
-${PLIST.pdf}lib/atril/3/backends/libpdfdocument.la
-${PLIST.pixbuf}lib/atril/3/backends/libpixbufdocument.la
-${PLIST.ps}lib/atril/3/backends/libpsdocument.la
-${PLIST.tiff}lib/atril/3/backends/libtiffdocument.la
-${PLIST.xps}lib/atril/3/backends/libxpsdocument.la
-${PLIST.pdf}lib/atril/3/backends/pdfdocument.atril-backend
-${PLIST.pixbuf}lib/atril/3/backends/pixbufdocument.atril-backend
-${PLIST.ps}lib/atril/3/backends/psdocument.atril-backend
-${PLIST.tiff}lib/atril/3/backends/tiffdocument.atril-backend
-${PLIST.xps}lib/atril/3/backends/xpsdocument.atril-backend
+lib/atril/3/backends/libdjvudocument.la
+lib/atril/3/backends/libdvidocument.la
+lib/atril/3/backends/libpdfdocument.la
+lib/atril/3/backends/libpixbufdocument.la
+lib/atril/3/backends/libpsdocument.la
+lib/atril/3/backends/libtiffdocument.la
+lib/atril/3/backends/libxpsdocument.la
+lib/atril/3/backends/pdfdocument.atril-backend
+lib/atril/3/backends/pixbufdocument.atril-backend
+lib/atril/3/backends/psdocument.atril-backend
+lib/atril/3/backends/tiffdocument.atril-backend
+lib/atril/3/backends/xpsdocument.atril-backend
lib/caja/extensions-2.0/libatril-properties-page.la
lib/libatrildocument.la
lib/libatrilview.la
lib/pkgconfig/atril-document-1.5.0.pc
lib/pkgconfig/atril-view-1.5.0.pc
-${PLIST.dbus}libexec/atrild
+libexec/atrild
man/man1/atril-previewer.1
man/man1/atril-thumbnailer.1
man/man1/atril.1
@@ -119,7 +119,7 @@ share/atril/icons/hicolor/scalable/actio
share/atril/icons/hicolor/scalable/actions/object-rotate-right.svg
share/atril/icons/hicolor/scalable/mimetypes/x-office-presentation.svg
share/caja/extensions/libatril-properties-page.caja-extension
-${PLIST.dbus}share/dbus-1/services/org.mate.atril.Daemon.service
+share/dbus-1/services/org.mate.atril.Daemon.service
share/glib-2.0/schemas/org.mate.Atril.gschema.xml
share/gtk-doc/html/atril/EggFindBar.html
share/gtk-doc/html/atril/EvFileMonitor.html
@@ -243,72 +243,333 @@ share/gtk-doc/html/libatrilview-1.5.0/vi
share/help/C/atril/figures/atril_start_window.png
share/help/C/atril/index.docbook
share/help/C/atril/legal.xml
+share/help/af/atril/figures/atril_start_window.png
+share/help/af/atril/index.docbook
+share/help/af/atril/legal.xml
+share/help/am/atril/figures/atril_start_window.png
+share/help/am/atril/index.docbook
+share/help/am/atril/legal.xml
+share/help/ar/atril/figures/atril_start_window.png
+share/help/ar/atril/index.docbook
+share/help/ar/atril/legal.xml
+share/help/as/atril/figures/atril_start_window.png
+share/help/as/atril/index.docbook
+share/help/as/atril/legal.xml
+share/help/ast/atril/figures/atril_start_window.png
+share/help/ast/atril/index.docbook
+share/help/ast/atril/legal.xml
+share/help/az/atril/figures/atril_start_window.png
+share/help/az/atril/index.docbook
+share/help/az/atril/legal.xml
+share/help/be/atril/figures/atril_start_window.png
+share/help/be/atril/index.docbook
+share/help/be/atril/legal.xml
share/help/bg/atril/figures/atril_start_window.png
share/help/bg/atril/index.docbook
share/help/bg/atril/legal.xml
+share/help/bn/atril/figures/atril_start_window.png
+share/help/bn/atril/index.docbook
+share/help/bn/atril/legal.xml
+share/help/bn_IN/atril/figures/atril_start_window.png
+share/help/bn_IN/atril/index.docbook
+share/help/bn_IN/atril/legal.xml
+share/help/br/atril/figures/atril_start_window.png
+share/help/br/atril/index.docbook
+share/help/br/atril/legal.xml
+share/help/bs/atril/figures/atril_start_window.png
+share/help/bs/atril/index.docbook
+share/help/bs/atril/legal.xml
share/help/ca/atril/figures/atril_start_window.png
share/help/ca/atril/index.docbook
share/help/ca/atril/legal.xml
+share/help/ca@valencia/atril/figures/atril_start_window.png
+share/help/ca@valencia/atril/index.docbook
+share/help/ca@valencia/atril/legal.xml
+share/help/cmn/atril/figures/atril_start_window.png
+share/help/cmn/atril/index.docbook
+share/help/cmn/atril/legal.xml
+share/help/crh/atril/figures/atril_start_window.png
+share/help/crh/atril/index.docbook
+share/help/crh/atril/legal.xml
share/help/cs/atril/figures/atril_start_window.png
share/help/cs/atril/index.docbook
share/help/cs/atril/legal.xml
+share/help/cy/atril/figures/atril_start_window.png
+share/help/cy/atril/index.docbook
+share/help/cy/atril/legal.xml
+share/help/da/atril/figures/atril_start_window.png
+share/help/da/atril/index.docbook
+share/help/da/atril/legal.xml
share/help/de/atril/figures/atril_start_window.png
share/help/de/atril/index.docbook
share/help/de/atril/legal.xml
+share/help/dz/atril/figures/atril_start_window.png
+share/help/dz/atril/index.docbook
+share/help/dz/atril/legal.xml
share/help/el/atril/figures/atril_start_window.png
share/help/el/atril/index.docbook
share/help/el/atril/legal.xml
+share/help/en_AU/atril/figures/atril_start_window.png
+share/help/en_AU/atril/index.docbook
+share/help/en_AU/atril/legal.xml
+share/help/en_CA/atril/figures/atril_start_window.png
+share/help/en_CA/atril/index.docbook
+share/help/en_CA/atril/legal.xml
share/help/en_GB/atril/figures/atril_start_window.png
share/help/en_GB/atril/index.docbook
share/help/en_GB/atril/legal.xml
+share/help/eo/atril/figures/atril_start_window.png
+share/help/eo/atril/index.docbook
+share/help/eo/atril/legal.xml
share/help/es/atril/figures/atril_start_window.png
share/help/es/atril/index.docbook
share/help/es/atril/legal.xml
+share/help/es_AR/atril/figures/atril_start_window.png
+share/help/es_AR/atril/index.docbook
+share/help/es_AR/atril/legal.xml
+share/help/es_CL/atril/figures/atril_start_window.png
+share/help/es_CL/atril/index.docbook
+share/help/es_CL/atril/legal.xml
+share/help/es_CO/atril/figures/atril_start_window.png
+share/help/es_CO/atril/index.docbook
+share/help/es_CO/atril/legal.xml
+share/help/et/atril/figures/atril_start_window.png
+share/help/et/atril/index.docbook
+share/help/et/atril/legal.xml
share/help/eu/atril/figures/atril_start_window.png
share/help/eu/atril/index.docbook
share/help/eu/atril/legal.xml
+share/help/fa/atril/figures/atril_start_window.png
+share/help/fa/atril/index.docbook
+share/help/fa/atril/legal.xml
share/help/fi/atril/figures/atril_start_window.png
share/help/fi/atril/index.docbook
share/help/fi/atril/legal.xml
share/help/fr/atril/figures/atril_start_window.png
share/help/fr/atril/index.docbook
share/help/fr/atril/legal.xml
+share/help/fur/atril/figures/atril_start_window.png
+share/help/fur/atril/index.docbook
+share/help/fur/atril/legal.xml
+share/help/fy/atril/figures/atril_start_window.png
+share/help/fy/atril/index.docbook
+share/help/fy/atril/legal.xml
+share/help/ga/atril/figures/atril_start_window.png
+share/help/ga/atril/index.docbook
+share/help/ga/atril/legal.xml
+share/help/gl/atril/figures/atril_start_window.png
+share/help/gl/atril/index.docbook
+share/help/gl/atril/legal.xml
+share/help/gu/atril/figures/atril_start_window.png
+share/help/gu/atril/index.docbook
+share/help/gu/atril/legal.xml
+share/help/ha/atril/figures/atril_start_window.png
+share/help/ha/atril/index.docbook
+share/help/ha/atril/legal.xml
+share/help/he/atril/figures/atril_start_window.png
+share/help/he/atril/index.docbook
+share/help/he/atril/legal.xml
+share/help/hi/atril/figures/atril_start_window.png
+share/help/hi/atril/index.docbook
+share/help/hi/atril/legal.xml
+share/help/hr/atril/figures/atril_start_window.png
+share/help/hr/atril/index.docbook
+share/help/hr/atril/legal.xml
+share/help/hu/atril/figures/atril_start_window.png
+share/help/hu/atril/index.docbook
+share/help/hu/atril/legal.xml
+share/help/hy/atril/figures/atril_start_window.png
+share/help/hy/atril/index.docbook
+share/help/hy/atril/legal.xml
+share/help/ia/atril/figures/atril_start_window.png
+share/help/ia/atril/index.docbook
+share/help/ia/atril/legal.xml
+share/help/id/atril/figures/atril_start_window.png
+share/help/id/atril/index.docbook
+share/help/id/atril/legal.xml
+share/help/ig/atril/figures/atril_start_window.png
+share/help/ig/atril/index.docbook
+share/help/ig/atril/legal.xml
+share/help/is/atril/figures/atril_start_window.png
+share/help/is/atril/index.docbook
+share/help/is/atril/legal.xml
share/help/it/atril/figures/atril_start_window.png
share/help/it/atril/index.docbook
share/help/it/atril/legal.xml
share/help/ja/atril/figures/atril_start_window.png
share/help/ja/atril/index.docbook
share/help/ja/atril/legal.xml
+share/help/ka/atril/figures/atril_start_window.png
+share/help/ka/atril/index.docbook
+share/help/ka/atril/legal.xml
+share/help/kab/atril/figures/atril_start_window.png
+share/help/kab/atril/index.docbook
+share/help/kab/atril/legal.xml
+share/help/kk/atril/figures/atril_start_window.png
+share/help/kk/atril/index.docbook
+share/help/kk/atril/legal.xml
+share/help/kn/atril/figures/atril_start_window.png
+share/help/kn/atril/index.docbook
+share/help/kn/atril/legal.xml
+share/help/ko/atril/figures/atril_start_window.png
+share/help/ko/atril/index.docbook
+share/help/ko/atril/legal.xml
+share/help/ks/atril/figures/atril_start_window.png
+share/help/ks/atril/index.docbook
+share/help/ks/atril/legal.xml
+share/help/ku/atril/figures/atril_start_window.png
+share/help/ku/atril/index.docbook
+share/help/ku/atril/legal.xml
+share/help/ku_IQ/atril/figures/atril_start_window.png
+share/help/ku_IQ/atril/index.docbook
+share/help/ku_IQ/atril/legal.xml
+share/help/ky/atril/figures/atril_start_window.png
+share/help/ky/atril/index.docbook
+share/help/ky/atril/legal.xml
+share/help/lt/atril/figures/atril_start_window.png
+share/help/lt/atril/index.docbook
+share/help/lt/atril/legal.xml
+share/help/lv/atril/figures/atril_start_window.png
+share/help/lv/atril/index.docbook
+share/help/lv/atril/legal.xml
+share/help/mai/atril/figures/atril_start_window.png
+share/help/mai/atril/index.docbook
+share/help/mai/atril/legal.xml
+share/help/mg/atril/figures/atril_start_window.png
+share/help/mg/atril/index.docbook
+share/help/mg/atril/legal.xml
+share/help/mk/atril/figures/atril_start_window.png
+share/help/mk/atril/index.docbook
+share/help/mk/atril/legal.xml
+share/help/ml/atril/figures/atril_start_window.png
+share/help/ml/atril/index.docbook
+share/help/ml/atril/legal.xml
+share/help/mn/atril/figures/atril_start_window.png
+share/help/mn/atril/index.docbook
+share/help/mn/atril/legal.xml
+share/help/mr/atril/figures/atril_start_window.png
+share/help/mr/atril/index.docbook
+share/help/mr/atril/legal.xml
+share/help/ms/atril/figures/atril_start_window.png
+share/help/ms/atril/index.docbook
+share/help/ms/atril/legal.xml
+share/help/nb/atril/figures/atril_start_window.png
+share/help/nb/atril/index.docbook
+share/help/nb/atril/legal.xml
+share/help/nds/atril/figures/atril_start_window.png
+share/help/nds/atril/index.docbook
+share/help/nds/atril/legal.xml
+share/help/ne/atril/figures/atril_start_window.png
+share/help/ne/atril/index.docbook
+share/help/ne/atril/legal.xml
share/help/nl/atril/figures/atril_start_window.png
share/help/nl/atril/index.docbook
share/help/nl/atril/legal.xml
+share/help/nn/atril/figures/atril_start_window.png
+share/help/nn/atril/index.docbook
+share/help/nn/atril/legal.xml
+share/help/nso/atril/figures/atril_start_window.png
+share/help/nso/atril/index.docbook
+share/help/nso/atril/legal.xml
share/help/oc/atril/figures/atril_start_window.png
share/help/oc/atril/index.docbook
share/help/oc/atril/legal.xml
+share/help/or/atril/figures/atril_start_window.png
+share/help/or/atril/index.docbook
+share/help/or/atril/legal.xml
+share/help/pa/atril/figures/atril_start_window.png
+share/help/pa/atril/index.docbook
+share/help/pa/atril/legal.xml
+share/help/pl/atril/figures/atril_start_window.png
+share/help/pl/atril/index.docbook
+share/help/pl/atril/legal.xml
+share/help/ps/atril/figures/atril_start_window.png
+share/help/ps/atril/index.docbook
+share/help/ps/atril/legal.xml
+share/help/pt/atril/figures/atril_start_window.png
+share/help/pt/atril/index.docbook
+share/help/pt/atril/legal.xml
share/help/pt_BR/atril/figures/atril_start_window.png
share/help/pt_BR/atril/index.docbook
share/help/pt_BR/atril/legal.xml
+share/help/ro/atril/figures/atril_start_window.png
+share/help/ro/atril/index.docbook
+share/help/ro/atril/legal.xml
share/help/ru/atril/figures/atril_start_window.png
share/help/ru/atril/index.docbook
share/help/ru/atril/legal.xml
+share/help/rw/atril/figures/atril_start_window.png
+share/help/rw/atril/index.docbook
+share/help/rw/atril/legal.xml
+share/help/si/atril/figures/atril_start_window.png
+share/help/si/atril/index.docbook
+share/help/si/atril/legal.xml
+share/help/sk/atril/figures/atril_start_window.png
+share/help/sk/atril/index.docbook
+share/help/sk/atril/legal.xml
share/help/sl/atril/figures/atril_start_window.png
share/help/sl/atril/index.docbook
share/help/sl/atril/legal.xml
+share/help/sq/atril/figures/atril_start_window.png
+share/help/sq/atril/index.docbook
+share/help/sq/atril/legal.xml
share/help/sr/atril/figures/atril_start_window.png
share/help/sr/atril/index.docbook
share/help/sr/atril/legal.xml
+share/help/sr@latin/atril/figures/atril_start_window.png
+share/help/sr@latin/atril/index.docbook
+share/help/sr@latin/atril/legal.xml
share/help/sv/atril/figures/atril_start_window.png
share/help/sv/atril/index.docbook
share/help/sv/atril/legal.xml
+share/help/ta/atril/figures/atril_start_window.png
+share/help/ta/atril/index.docbook
+share/help/ta/atril/legal.xml
+share/help/te/atril/figures/atril_start_window.png
+share/help/te/atril/index.docbook
+share/help/te/atril/legal.xml
+share/help/th/atril/figures/atril_start_window.png
+share/help/th/atril/index.docbook
+share/help/th/atril/legal.xml
+share/help/tr/atril/figures/atril_start_window.png
+share/help/tr/atril/index.docbook
+share/help/tr/atril/legal.xml
+share/help/ug/atril/figures/atril_start_window.png
+share/help/ug/atril/index.docbook
+share/help/ug/atril/legal.xml
share/help/uk/atril/figures/atril_start_window.png
share/help/uk/atril/index.docbook
share/help/uk/atril/legal.xml
+share/help/ur/atril/figures/atril_start_window.png
+share/help/ur/atril/index.docbook
+share/help/ur/atril/legal.xml
+share/help/uz/atril/figures/atril_start_window.png
+share/help/uz/atril/index.docbook
+share/help/uz/atril/legal.xml
share/help/vi/atril/figures/atril_start_window.png
share/help/vi/atril/index.docbook
share/help/vi/atril/legal.xml
+share/help/wa/atril/figures/atril_start_window.png
+share/help/wa/atril/index.docbook
+share/help/wa/atril/legal.xml
+share/help/xh/atril/figures/atril_start_window.png
+share/help/xh/atril/index.docbook
+share/help/xh/atril/legal.xml
+share/help/yo/atril/figures/atril_start_window.png
+share/help/yo/atril/index.docbook
+share/help/yo/atril/legal.xml
share/help/zh_CN/atril/figures/atril_start_window.png
share/help/zh_CN/atril/index.docbook
share/help/zh_CN/atril/legal.xml
+share/help/zh_HK/atril/figures/atril_start_window.png
+share/help/zh_HK/atril/index.docbook
+share/help/zh_HK/atril/legal.xml
+share/help/zh_TW/atril/figures/atril_start_window.png
+share/help/zh_TW/atril/index.docbook
+share/help/zh_TW/atril/legal.xml
+share/help/zu/atril/figures/atril_start_window.png
+share/help/zu/atril/index.docbook
+share/help/zu/atril/legal.xml
share/icons/hicolor/16x16/apps/atril.png
share/icons/hicolor/22x22/apps/atril.png
share/icons/hicolor/24x24/apps/atril.png
@@ -329,6 +590,7 @@ share/locale/bs/LC_MESSAGES/atril.mo
share/locale/ca/LC_MESSAGES/atril.mo
share/locale/ca@valencia/LC_MESSAGES/atril.mo
share/locale/cmn/LC_MESSAGES/atril.mo
+share/locale/crh/LC_MESSAGES/atril.mo
share/locale/cs/LC_MESSAGES/atril.mo
share/locale/cy/LC_MESSAGES/atril.mo
share/locale/da/LC_MESSAGES/atril.mo
@@ -341,9 +603,20 @@ share/locale/en_CA/LC_MESSAGES/atril.mo
share/locale/en_GB/LC_MESSAGES/atril.mo
share/locale/eo/LC_MESSAGES/atril.mo
share/locale/es/LC_MESSAGES/atril.mo
+share/locale/es_AR/LC_MESSAGES/atril.mo
share/locale/es_CL/LC_MESSAGES/atril.mo
share/locale/es_CO/LC_MESSAGES/atril.mo
+share/locale/es_CR/LC_MESSAGES/atril.mo
+share/locale/es_DO/LC_MESSAGES/atril.mo
+share/locale/es_EC/LC_MESSAGES/atril.mo
+share/locale/es_ES/LC_MESSAGES/atril.mo
share/locale/es_MX/LC_MESSAGES/atril.mo
+share/locale/es_NI/LC_MESSAGES/atril.mo
+share/locale/es_PA/LC_MESSAGES/atril.mo
+share/locale/es_PE/LC_MESSAGES/atril.mo
+share/locale/es_PR/LC_MESSAGES/atril.mo
+share/locale/es_SV/LC_MESSAGES/atril.mo
+share/locale/es_UY/LC_MESSAGES/atril.mo
share/locale/es_VE/LC_MESSAGES/atril.mo
share/locale/et/LC_MESSAGES/atril.mo
share/locale/eu/LC_MESSAGES/atril.mo
@@ -352,9 +625,12 @@ share/locale/fi/LC_MESSAGES/atril.mo
share/locale/fr/LC_MESSAGES/atril.mo
share/locale/fr_CA/LC_MESSAGES/atril.mo
share/locale/frp/LC_MESSAGES/atril.mo
+share/locale/fur/LC_MESSAGES/atril.mo
+share/locale/fy/LC_MESSAGES/atril.mo
share/locale/ga/LC_MESSAGES/atril.mo
share/locale/gl/LC_MESSAGES/atril.mo
share/locale/gu/LC_MESSAGES/atril.mo
+share/locale/ha/LC_MESSAGES/atril.mo
share/locale/he/LC_MESSAGES/atril.mo
share/locale/hi/LC_MESSAGES/atril.mo
share/locale/hr/LC_MESSAGES/atril.mo
@@ -362,6 +638,7 @@ share/locale/hu/LC_MESSAGES/atril.mo
share/locale/hy/LC_MESSAGES/atril.mo
share/locale/ia/LC_MESSAGES/atril.mo
share/locale/id/LC_MESSAGES/atril.mo
+share/locale/ig/LC_MESSAGES/atril.mo
share/locale/is/LC_MESSAGES/atril.mo
share/locale/it/LC_MESSAGES/atril.mo
share/locale/ja/LC_MESSAGES/atril.mo
@@ -374,10 +651,12 @@ share/locale/ks/LC_MESSAGES/atril.mo
share/locale/ku/LC_MESSAGES/atril.mo
share/locale/ku_IQ/LC_MESSAGES/atril.mo
share/locale/ky/LC_MESSAGES/atril.mo
+share/locale/li/LC_MESSAGES/atril.mo
share/locale/lt/LC_MESSAGES/atril.mo
share/locale/lv/LC_MESSAGES/atril.mo
share/locale/mai/LC_MESSAGES/atril.mo
share/locale/mg/LC_MESSAGES/atril.mo
+share/locale/mi/LC_MESSAGES/atril.mo
share/locale/mk/LC_MESSAGES/atril.mo
share/locale/ml/LC_MESSAGES/atril.mo
share/locale/mn/LC_MESSAGES/atril.mo
@@ -388,6 +667,8 @@ share/locale/nds/LC_MESSAGES/atril.mo
share/locale/ne/LC_MESSAGES/atril.mo
share/locale/nl/LC_MESSAGES/atril.mo
share/locale/nn/LC_MESSAGES/atril.mo
+share/locale/nqo/LC_MESSAGES/atril.mo
+share/locale/nso/LC_MESSAGES/atril.mo
share/locale/oc/LC_MESSAGES/atril.mo
share/locale/or/LC_MESSAGES/atril.mo
share/locale/pa/LC_MESSAGES/atril.mo
@@ -410,12 +691,21 @@ share/locale/sv/LC_MESSAGES/atril.mo
share/locale/ta/LC_MESSAGES/atril.mo
share/locale/te/LC_MESSAGES/atril.mo
share/locale/th/LC_MESSAGES/atril.mo
+share/locale/tk/LC_MESSAGES/atril.mo
share/locale/tr/LC_MESSAGES/atril.mo
+share/locale/tt/LC_MESSAGES/atril.mo
+share/locale/ug/LC_MESSAGES/atril.mo
share/locale/uk/LC_MESSAGES/atril.mo
+share/locale/ur/LC_MESSAGES/atril.mo
+share/locale/ur_PK/LC_MESSAGES/atril.mo
share/locale/uz/LC_MESSAGES/atril.mo
share/locale/vi/LC_MESSAGES/atril.mo
share/locale/wa/LC_MESSAGES/atril.mo
+share/locale/xh/LC_MESSAGES/atril.mo
+share/locale/yi/LC_MESSAGES/atril.mo
+share/locale/yo/LC_MESSAGES/atril.mo
share/locale/zh_CN/LC_MESSAGES/atril.mo
share/locale/zh_HK/LC_MESSAGES/atril.mo
share/locale/zh_TW/LC_MESSAGES/atril.mo
+share/locale/zu/LC_MESSAGES/atril.mo
share/thumbnailers/atril.thumbnailer
Index: pkgsrc/print/atril/distinfo
diff -u pkgsrc/print/atril/distinfo:1.5 pkgsrc/print/atril/distinfo:1.6
--- pkgsrc/print/atril/distinfo:1.5 Wed May 16 14:18:11 2018
+++ pkgsrc/print/atril/distinfo Wed Jan 16 14:49:43 2019
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/05/16 14:18:11 jperkin Exp $
+$NetBSD: distinfo,v 1.6 2019/01/16 14:49:43 youri Exp $
-SHA1 (atril-1.20.1.tar.xz) = 16e508a469d1ed7850b75ddb9d9a1faf764379a9
-RMD160 (atril-1.20.1.tar.xz) = 6695e587bc1260fe8f5f8e0ab776b246cbd5c346
-SHA512 (atril-1.20.1.tar.xz) = 7a1216ff3302e1dd8caf09d8ff840e51d729c7e886ff3b2a4f7e4f860a46f1d5ac1ab7e7979aa3dac60d13c0ee316966309657462c35c815f6d5d93460ff26ed
-Size (atril-1.20.1.tar.xz) = 1754572 bytes
-SHA1 (patch-libview_ev-jobs.c) = e435e6d3703829f46b1708ac72825fbac3c7a8b2
+SHA1 (atril-1.21.1.tar.xz) = 290a33ba9b72b9f6a5f994335c63257c3563ea47
+RMD160 (atril-1.21.1.tar.xz) = d681b174c1bfee862c9e57c97273d817c772790e
+SHA512 (atril-1.21.1.tar.xz) = aad77b3c3089c8732dd75f9b99b28d24cc75959bf49b1b21e8eeb150500d5a1ba98149657ddf1c55de658ca5d8cec1269352a59afda4697b4f7715108bd95fac
+Size (atril-1.21.1.tar.xz) = 1849380 bytes
Home |
Main Index |
Thread Index |
Old Index