pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print Remove print/evince3 (now print/evince, no chang...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a601f03de08
branches:  trunk
changeset: 387490:6a601f03de08
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Mon Oct 31 09:03:38 2022 +0000

description:
Remove print/evince3 (now print/evince, no change in PKGNAME)

diffstat:

 print/Makefile                |     3 +-
 print/evince3/DESCR           |     2 -
 print/evince3/MESSAGE         |    10 -
 print/evince3/Makefile        |    25 -
 print/evince3/Makefile.common |    55 -
 print/evince3/PLIST           |  3040 -----------------------------------------
 print/evince3/buildlink3.mk   |    15 -
 print/evince3/distinfo        |     5 -
 print/evince3/options.mk      |    48 -
 9 files changed, 1 insertions(+), 3202 deletions(-)

diffs (truncated from 3249 to 300 lines):

diff -r dc00a824af8e -r 6a601f03de08 print/Makefile
--- a/print/Makefile    Mon Oct 31 08:26:32 2022 +0000
+++ b/print/Makefile    Mon Oct 31 09:03:38 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.891 2022/10/27 06:05:10 jnemeth Exp $
+# $NetBSD: Makefile,v 1.892 2022/10/31 09:03:38 prlw1 Exp $
 #
 
 COMMENT=       Desktop publishing
@@ -41,7 +41,6 @@
 SUBDIR+=       epdfview
 SUBDIR+=       epstool
 SUBDIR+=       evince
-SUBDIR+=       evince3
 SUBDIR+=       fig2dev
 SUBDIR+=       flpsed
 SUBDIR+=       foliate
diff -r dc00a824af8e -r 6a601f03de08 print/evince3/DESCR
--- a/print/evince3/DESCR       Mon Oct 31 08:26:32 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-Evince is a document viewer for multiple document formats like PDF,
-PostScript, and many others.
diff -r dc00a824af8e -r 6a601f03de08 print/evince3/MESSAGE
--- a/print/evince3/MESSAGE     Mon Oct 31 08:26:32 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2012/03/21 17:40:20 drochner Exp $
-
-Per the way the print/poppler package behaves, to change the default paper
-size to US Letter make sure that
-
-       LC_MESSAGES=en_US.UTF-8
-
-is in your environment.
-===========================================================================
diff -r dc00a824af8e -r 6a601f03de08 print/evince3/Makefile
--- a/print/evince3/Makefile    Mon Oct 31 08:26:32 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.116 2022/08/11 05:09:12 gutteridge Exp $
-
-PKGREVISION= 20
-.include "../../print/evince3/Makefile.common"
-
-COMMENT=               Document viewer
-
-.include "options.mk"
-
-CONFIGURE_ARGS+=       --enable-comics
-CONFIGURE_ARGS+=       --disable-nautilus
-
-USE_TOOLS+=    gsed
-
-CONFIGURE_ARGS+=       --disable-compile-warnings
-
-.include "../../devel/gettext-tools/msgfmt-desktop.mk"
-.include "../../devel/glib2/schemas.mk"
-.include "../../graphics/librsvg/buildlink3.mk"
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../security/libsecret/buildlink3.mk"
-BUILDLINK_DEPMETHOD.libXt=     build
-.include "../../x11/libXt/buildlink3.mk"
-.include "../../x11/libSM/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r dc00a824af8e -r 6a601f03de08 print/evince3/Makefile.common
--- a/print/evince3/Makefile.common     Mon Oct 31 08:26:32 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,55 +0,0 @@
-# $NetBSD: Makefile.common,v 1.24 2022/03/12 07:19:24 nia Exp $
-#
-# used by print/evince3/Makefile
-# would probably be used by print/evince3-nautilus/Makefile if that existed
-
-DISTNAME=              evince-3.34.2
-CATEGORIES=            print gnome
-MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/evince/${PKGVERSION_NOREV:R}/}
-EXTRACT_SUFX=          .tar.xz
-
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              https://wiki.gnome.org/Apps/Evince
-LICENSE=               gnu-gpl-v2
-
-#FILESDIR=             ../../print/evince3/files
-#PATCHDIR=             ../../print/evince3/patches
-DISTINFO_FILE=         ${.CURDIR}/../../print/evince3/distinfo
-
-GNU_CONFIGURE=         yes
-USE_LIBTOOL=           yes
-USE_PKGLOCALEDIR=      yes
-USE_TOOLS+=            gmake intltool msgfmt pkg-config itstool
-USE_TOOLS+=            gdbus-codegen
-USE_LANGUAGES=         c c++
-
-CONFIGURE_ARGS+=       --disable-browser-plugin
-CONFIGURE_ARGS+=       --without-gspell
-# Disable thumbnail cache
-CONFIGURE_ARGS+=       --disable-libgnome-desktop
-
-# XXX fake for "configure" to allow build w/o a gs installed
-# (avoid hard dependency on a specific version)
-CONFIGURE_ARGS+=       --with-gs=${PREFIX}/bin/gs
-pre-configure:
-       ${ECHO} "echo 8.51" >${BUILDLINK_DIR}/bin/gs
-       ${CHMOD} +x ${BUILDLINK_DIR}/bin/gs
-
-BUILDLINK_API_DEPENDS.libarchive+=     libarchive>=3.2.0
-.include "../../archivers/libarchive/buildlink3.mk"
-.include "../../databases/shared-mime-info/buildlink3.mk"
-BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.36.0
-.include "../../devel/glib2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.adwaita-icon-theme+=     adwaita-icon-theme>=2.17.1
-.include "../../graphics/adwaita-icon-theme/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gdk-pixbuf2+=    gdk-pixbuf2>=2.36.5
-.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
-.include "../../graphics/tiff/buildlink3.mk"
-.include "../../print/libspectre/buildlink3.mk"
-BUILDLINK_API_DEPENDS.poppler-glib+=   poppler-glib>=0.33.0
-.include "../../print/poppler-glib/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../textproc/gnome-doc-utils/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gtk3+=   gtk3+>=3.15.3
-.include "../../x11/gtk3/buildlink3.mk"
diff -r dc00a824af8e -r 6a601f03de08 print/evince3/PLIST
--- a/print/evince3/PLIST       Mon Oct 31 08:26:32 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3040 +0,0 @@
-@comment $NetBSD: PLIST,v 1.18 2019/12/12 14:15:50 leot Exp $
-bin/evince
-bin/evince-previewer
-bin/evince-thumbnailer
-include/evince/3.0/evince-document.h
-include/evince/3.0/evince-view.h
-include/evince/3.0/libdocument/ev-annotation.h
-include/evince/3.0/libdocument/ev-async-renderer.h
-include/evince/3.0/libdocument/ev-attachment.h
-include/evince/3.0/libdocument/ev-backends-manager.h
-include/evince/3.0/libdocument/ev-document-annotations.h
-include/evince/3.0/libdocument/ev-document-attachments.h
-include/evince/3.0/libdocument/ev-document-factory.h
-include/evince/3.0/libdocument/ev-document-find.h
-include/evince/3.0/libdocument/ev-document-fonts.h
-include/evince/3.0/libdocument/ev-document-forms.h
-include/evince/3.0/libdocument/ev-document-images.h
-include/evince/3.0/libdocument/ev-document-info.h
-include/evince/3.0/libdocument/ev-document-layers.h
-include/evince/3.0/libdocument/ev-document-links.h
-include/evince/3.0/libdocument/ev-document-media.h
-include/evince/3.0/libdocument/ev-document-misc.h
-include/evince/3.0/libdocument/ev-document-print.h
-include/evince/3.0/libdocument/ev-document-security.h
-include/evince/3.0/libdocument/ev-document-text.h
-include/evince/3.0/libdocument/ev-document-transition.h
-include/evince/3.0/libdocument/ev-document-type-builtins.h
-include/evince/3.0/libdocument/ev-document.h
-include/evince/3.0/libdocument/ev-file-exporter.h
-include/evince/3.0/libdocument/ev-file-helpers.h
-include/evince/3.0/libdocument/ev-form-field.h
-include/evince/3.0/libdocument/ev-image.h
-include/evince/3.0/libdocument/ev-init.h
-include/evince/3.0/libdocument/ev-layer.h
-include/evince/3.0/libdocument/ev-link-action.h
-include/evince/3.0/libdocument/ev-link-dest.h
-include/evince/3.0/libdocument/ev-link.h
-include/evince/3.0/libdocument/ev-macros.h
-include/evince/3.0/libdocument/ev-mapping-list.h
-include/evince/3.0/libdocument/ev-media.h
-include/evince/3.0/libdocument/ev-page.h
-include/evince/3.0/libdocument/ev-render-context.h
-include/evince/3.0/libdocument/ev-selection.h
-include/evince/3.0/libdocument/ev-transition-effect.h
-include/evince/3.0/libdocument/ev-version.h
-include/evince/3.0/libview/ev-document-model.h
-include/evince/3.0/libview/ev-job-scheduler.h
-include/evince/3.0/libview/ev-jobs.h
-include/evince/3.0/libview/ev-print-operation.h
-include/evince/3.0/libview/ev-stock-icons.h
-include/evince/3.0/libview/ev-view-presentation.h
-include/evince/3.0/libview/ev-view-type-builtins.h
-include/evince/3.0/libview/ev-view.h
-lib/evince/4/backends/comicsdocument.evince-backend
-${PLIST.djvu}lib/evince/4/backends/djvudocument.evince-backend
-${PLIST.dvi}lib/evince/4/backends/dvidocument.evince-backend
-lib/evince/4/backends/libcomicsdocument.la
-${PLIST.djvu}lib/evince/4/backends/libdjvudocument.la
-${PLIST.dvi}lib/evince/4/backends/libdvidocument.la
-lib/evince/4/backends/libpdfdocument.la
-lib/evince/4/backends/libtiffdocument.la
-${PLIST.xps}lib/evince/4/backends/libxpsdocument.la
-lib/evince/4/backends/pdfdocument.evince-backend
-lib/evince/4/backends/tiffdocument.evince-backend
-${PLIST.xps}lib/evince/4/backends/xpsdocument.evince-backend
-lib/libevdocument3.la
-lib/libevview3.la
-lib/pkgconfig/evince-document-3.0.pc
-lib/pkgconfig/evince-view-3.0.pc
-${PLIST.dbus}lib/systemd/user/org.gnome.Evince.service
-${PLIST.dbus}libexec/evinced
-man/man1/evince.1
-share/GConf/gsettings/evince.convert
-share/applications/org.gnome.Evince-previewer.desktop
-share/applications/org.gnome.Evince.desktop
-${PLIST.dbus}share/dbus-1/services/org.gnome.evince.Daemon.service
-share/evince/hand-open.png
-share/evince/icons/hicolor/16x16/actions/object-rotate-left.png
-share/evince/icons/hicolor/16x16/actions/object-rotate-right.png
-share/evince/icons/hicolor/16x16/actions/view-page-continuous.png
-share/evince/icons/hicolor/16x16/actions/view-page-facing.png
-share/evince/icons/hicolor/16x16/actions/zoom-fit-height.png
-share/evince/icons/hicolor/16x16/actions/zoom-fit-width.png
-share/evince/icons/hicolor/16x16/actions/zoom.png
-share/evince/icons/hicolor/16x16/mimetypes/x-office-presentation.png
-share/evince/icons/hicolor/22x22/actions/object-rotate-left.png
-share/evince/icons/hicolor/22x22/actions/object-rotate-right.png
-share/evince/icons/hicolor/22x22/actions/view-page-continuous.png
-share/evince/icons/hicolor/22x22/actions/view-page-facing.png
-share/evince/icons/hicolor/22x22/actions/zoom-fit-page.png
-share/evince/icons/hicolor/22x22/actions/zoom-fit-width.png
-share/evince/icons/hicolor/22x22/actions/zoom.png
-share/evince/icons/hicolor/22x22/mimetypes/x-office-presentation.png
-share/evince/icons/hicolor/24x24/actions/object-rotate-left.png
-share/evince/icons/hicolor/24x24/actions/object-rotate-right.png
-share/evince/icons/hicolor/24x24/actions/stock_filters-invert.png
-share/evince/icons/hicolor/24x24/actions/view-page-continuous.png
-share/evince/icons/hicolor/24x24/actions/view-page-facing.png
-share/evince/icons/hicolor/24x24/actions/zoom-fit-height.png
-share/evince/icons/hicolor/24x24/actions/zoom-fit-width.png
-share/evince/icons/hicolor/24x24/actions/zoom.png
-share/evince/icons/hicolor/24x24/mimetypes/x-office-presentation.png
-share/evince/icons/hicolor/32x32/actions/object-rotate-left.png
-share/evince/icons/hicolor/32x32/actions/object-rotate-right.png
-share/evince/icons/hicolor/32x32/actions/view-page-continuous.png
-share/evince/icons/hicolor/32x32/actions/view-page-facing.png
-share/evince/icons/hicolor/32x32/mimetypes/x-office-presentation.png
-share/evince/icons/hicolor/48x48/actions/close.png
-share/evince/icons/hicolor/48x48/actions/resize-se.png
-share/evince/icons/hicolor/48x48/actions/resize-sw.png
-share/evince/icons/hicolor/48x48/actions/view-page-continuous.png
-share/evince/icons/hicolor/48x48/actions/view-page-facing.png
-share/evince/icons/hicolor/scalable/actions/annotations-squiggly-symbolic.svg
-share/evince/icons/hicolor/scalable/actions/annotations-text-symbolic.svg
-share/evince/icons/hicolor/scalable/actions/find-unsupported-symbolic.svg
-share/evince/icons/hicolor/scalable/actions/object-rotate-left.svg
-share/evince/icons/hicolor/scalable/actions/object-rotate-right.svg
-share/evince/icons/hicolor/scalable/actions/outline-symbolic.svg
-share/evince/icons/hicolor/scalable/actions/view-sidebar-symbolic.svg
-share/evince/icons/hicolor/scalable/actions/visible-symbolic.svg
-share/evince/icons/hicolor/scalable/mimetypes/x-office-presentation.svg
-share/glib-2.0/schemas/org.gnome.Evince.gschema.xml
-share/gtk-doc/html/evince/EvFileMonitor.html
-share/gtk-doc/html/evince/EvHistory.html
-share/gtk-doc/html/evince/EvMessageArea.html
-share/gtk-doc/html/evince/EvPageActionWidget.html
-share/gtk-doc/html/evince/EvPasswordView.html
-share/gtk-doc/html/evince/EvProgressMessageArea.html
-share/gtk-doc/html/evince/EvSidebar.html
-share/gtk-doc/html/evince/EvSidebarAttachments.html
-share/gtk-doc/html/evince/EvSidebarLayers.html
-share/gtk-doc/html/evince/EvSidebarLinks.html
-share/gtk-doc/html/evince/EvSidebarPage.html
-share/gtk-doc/html/evince/EvSidebarThumbnails.html
-share/gtk-doc/html/evince/EvWindow.html
-share/gtk-doc/html/evince/api-index-full.html
-share/gtk-doc/html/evince/evince-ev-application.html
-share/gtk-doc/html/evince/evince-ev-keyring.html
-share/gtk-doc/html/evince/evince-ev-media-player-keys.html
-share/gtk-doc/html/evince/evince-ev-metadata.html
-share/gtk-doc/html/evince/evince-ev-properties-dialog.html
-share/gtk-doc/html/evince/evince-ev-properties-fonts.html
-share/gtk-doc/html/evince/evince-ev-properties-license.html
-share/gtk-doc/html/evince/evince-ev-utils.html
-share/gtk-doc/html/evince/evince-ev-window-title.html
-share/gtk-doc/html/evince/evince-frontend.html
-share/gtk-doc/html/evince/evince.devhelp2
-share/gtk-doc/html/evince/home.png
-share/gtk-doc/html/evince/index.html
-share/gtk-doc/html/evince/left-insensitive.png
-share/gtk-doc/html/evince/left.png
-share/gtk-doc/html/evince/licence.html
-share/gtk-doc/html/evince/object-tree.html
-share/gtk-doc/html/evince/right-insensitive.png
-share/gtk-doc/html/evince/right.png
-share/gtk-doc/html/evince/style.css
-share/gtk-doc/html/evince/up-insensitive.png
-share/gtk-doc/html/evince/up.png
-share/gtk-doc/html/libevdocument-3.0/EvAnnotation.html
-share/gtk-doc/html/libevdocument-3.0/EvAsyncRenderer.html
-share/gtk-doc/html/libevdocument-3.0/EvAttachment.html
-share/gtk-doc/html/libevdocument-3.0/EvDocument.html
-share/gtk-doc/html/libevdocument-3.0/EvDocumentAnnotations.html
-share/gtk-doc/html/libevdocument-3.0/EvDocumentAttachments.html
-share/gtk-doc/html/libevdocument-3.0/EvDocumentFind.html
-share/gtk-doc/html/libevdocument-3.0/EvDocumentFonts.html
-share/gtk-doc/html/libevdocument-3.0/EvDocumentForms.html
-share/gtk-doc/html/libevdocument-3.0/EvDocumentImages.html
-share/gtk-doc/html/libevdocument-3.0/EvDocumentInfo.html
-share/gtk-doc/html/libevdocument-3.0/EvDocumentLayers.html
-share/gtk-doc/html/libevdocument-3.0/EvDocumentLinks.html



Home | Main Index | Thread Index | Old Index