pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Remove print/evince - replacements print/atril, print/...
details: https://anonhg.NetBSD.org/pkgsrc/rev/237a2cda6f69
branches: trunk
changeset: 401306:237a2cda6f69
user: nia <nia%pkgsrc.org@localhost>
date: Sat Sep 14 19:14:22 2019 +0000
description:
Remove print/evince - replacements print/atril, print/evince3
diffstat:
print/Makefile | 4 +-
print/evince-nautilus/DESCR | 4 -
print/evince-nautilus/Makefile | 21 --
print/evince-nautilus/PLIST | 2 -
print/evince-nautilus/options.mk | 20 -
print/evince/DESCR | 2 -
print/evince/MESSAGE | 10 -
print/evince/Makefile | 22 --
print/evince/Makefile.common | 44 ----
print/evince/PLIST | 397 ---------------------------------------
print/evince/buildlink3.mk | 16 -
print/evince/distinfo | 12 -
print/evince/options.mk | 66 ------
print/evince/patches/patch-aa | 33 ---
print/evince/patches/patch-ba | 22 --
print/evince/patches/patch-bb | 15 -
print/evince/patches/patch-bc | 29 --
print/evince/patches/patch-bd | 14 -
print/evince/patches/patch-be | 17 -
x11/py-gnome2-desktop/Makefile | 6 +-
x11/py-gnome2-desktop/PLIST | 4 +-
21 files changed, 4 insertions(+), 756 deletions(-)
diffs (truncated from 881 to 300 lines):
diff -r 42c60a813a13 -r 237a2cda6f69 print/Makefile
--- a/print/Makefile Sat Sep 14 19:01:58 2019 +0000
+++ b/print/Makefile Sat Sep 14 19:14:22 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.746 2019/09/14 18:11:41 tsutsui Exp $
+# $NetBSD: Makefile,v 1.747 2019/09/14 19:14:22 nia Exp $
#
COMMENT= Desktop publishing
@@ -39,8 +39,6 @@
SUBDIR+= enscript
SUBDIR+= epdfview
SUBDIR+= epstool
-SUBDIR+= evince
-SUBDIR+= evince-nautilus
SUBDIR+= evince3
SUBDIR+= fig2dev
SUBDIR+= flpsed
diff -r 42c60a813a13 -r 237a2cda6f69 print/evince-nautilus/DESCR
--- a/print/evince-nautilus/DESCR Sat Sep 14 19:01:58 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-Evince is a document viewer for multiple document formats like pdf, postscript,
-and many others.
-The evince plugin to nautilus adds information about specific document
-properties to the nautilus context menu.
diff -r 42c60a813a13 -r 237a2cda6f69 print/evince-nautilus/Makefile
--- a/print/evince-nautilus/Makefile Sat Sep 14 19:01:58 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.114 2019/07/23 17:20:00 wiz Exp $
-
-.include "../../print/evince/Makefile.common"
-
-PKGNAME= ${DISTNAME:S/evince/evince-nautilus/}
-PKGREVISION= 75
-COMMENT= File properties plugin for evince files
-
-.include "options.mk"
-
-INSTALL_DIRS= properties
-
-BUILDLINK_DEPMETHOD.libXt?= build
-BUILDLINK_API_DEPENDS.libgnomeui+= libgnomeui>=2.14.0
-
-.include "../../print/evince/buildlink3.mk"
-.include "../../security/libgnome-keyring/buildlink3.mk"
-.include "../../sysutils/nautilus/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
-.include "../../x11/libXt/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 42c60a813a13 -r 237a2cda6f69 print/evince-nautilus/PLIST
--- a/print/evince-nautilus/PLIST Sat Sep 14 19:01:58 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:11:55 joerg Exp $
-lib/nautilus/extensions-2.0/libevince-properties-page.la
diff -r 42c60a813a13 -r 237a2cda6f69 print/evince-nautilus/options.mk
--- a/print/evince-nautilus/options.mk Sat Sep 14 19:01:58 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: options.mk,v 1.2 2009/10/21 17:48:24 drochner Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.evince
-PKG_SUPPORTED_OPTIONS= dvi djvu
-PKG_SUGGESTED_OPTIONS= # none
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mdvi)
-CONFIGURE_ARGS+= --enable-dvi
-#BUILD_DIRS= pdf dvi backend lib properties
-.include "../../print/kpathsea/buildlink3.mk"
-#.else
-#BUILD_DIRS= pdf backend lib properties
-.endif
-
-.if !empty(PKG_OPTIONS:Mdjvu)
-CONFIGURE_ARGS+= --enable-djvu
-.include "../../graphics/djvulibre-lib/buildlink3.mk"
-.endif
diff -r 42c60a813a13 -r 237a2cda6f69 print/evince/DESCR
--- a/print/evince/DESCR Sat Sep 14 19:01:58 2019 +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 42c60a813a13 -r 237a2cda6f69 print/evince/MESSAGE
--- a/print/evince/MESSAGE Sat Sep 14 19:01:58 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.2 2008/12/05 12:20:05 smb 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 42c60a813a13 -r 237a2cda6f69 print/evince/Makefile
--- a/print/evince/Makefile Sat Sep 14 19:01:58 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.153 2019/07/23 17:19:59 wiz Exp $
-
-.include "../../print/evince/Makefile.common"
-PKGREVISION= 84
-
-COMMENT= Document viewer
-
-.include "options.mk"
-
-CONFIGURE_ARGS+= --enable-comics
-CONFIGURE_ARGS+= --disable-nautilus
-
-USE_TOOLS+= gsed
-
-.include "../../devel/glib2/schemas.mk"
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-BUILDLINK_DEPMETHOD.libXt?= build
-.include "../../x11/libXt/buildlink3.mk"
-.include "../../x11/libSM/buildlink3.mk"
-.include "../../x11/libICE/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff -r 42c60a813a13 -r 237a2cda6f69 print/evince/Makefile.common
--- a/print/evince/Makefile.common Sat Sep 14 19:01:58 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,44 +0,0 @@
-# $NetBSD: Makefile.common,v 1.39 2017/10/15 23:19:12 prlw1 Exp $
-#
-# used by print/evince/Makefile
-# used by print/evince-nautilus/Makefile
-
-DISTNAME= evince-2.32.0
-CATEGORIES= print
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evince/2.32/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://www.gnome.org/projects/evince/
-LICENSE= gnu-gpl-v2
-
-PATCHDIR= ${.CURDIR}/../evince/patches
-DISTINFO_FILE= ${.CURDIR}/../evince/distinfo
-
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-USE_PKGLOCALEDIR= yes
-USE_TOOLS+= gmake intltool msgfmt pkg-config
-USE_LANGUAGES= c c++
-
-# XXX fake for "configure" to allow build w/o a gs installed
-# (avoid hard dependency on a specific version)
-CONFIGURE_ARGS+= --with-gs=${LOCALBASE}/bin/gs
-pre-configure:
- ${ECHO} "echo 8.51" >${BUILDLINK_DIR}/bin/gs
- ${CHMOD} +x ${BUILDLINK_DIR}/bin/gs
-
-.include "../../databases/shared-mime-info/buildlink3.mk"
-BUILDLINK_API_DEPENDS.glib2+= glib2>=2.15.6
-.include "../../devel/glib2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gnome-icon-theme+= gnome-icon-theme>=2.17.1
-.include "../../graphics/gnome-icon-theme/buildlink3.mk"
-.include "../../graphics/tiff/buildlink3.mk"
-.include "../../print/libspectre/buildlink3.mk"
-BUILDLINK_API_DEPENDS.poppler-glib+= poppler-glib>=0.12.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.gtk2+= gtk2+>=2.10.0
-.include "../../x11/gtk2/buildlink3.mk"
diff -r 42c60a813a13 -r 237a2cda6f69 print/evince/PLIST
--- a/print/evince/PLIST Sat Sep 14 19:01:58 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,397 +0,0 @@
-@comment $NetBSD: PLIST,v 1.32 2013/01/20 00:52:18 riastradh Exp $
-bin/evince
-bin/evince-previewer
-bin/evince-thumbnailer
-include/evince/2.32/evince-document.h
-include/evince/2.32/evince-view.h
-include/evince/2.32/libdocument/ev-annotation.h
-include/evince/2.32/libdocument/ev-async-renderer.h
-include/evince/2.32/libdocument/ev-attachment.h
-include/evince/2.32/libdocument/ev-backends-manager.h
-include/evince/2.32/libdocument/ev-document-annotations.h
-include/evince/2.32/libdocument/ev-document-attachments.h
-include/evince/2.32/libdocument/ev-document-factory.h
-include/evince/2.32/libdocument/ev-document-find.h
-include/evince/2.32/libdocument/ev-document-fonts.h
-include/evince/2.32/libdocument/ev-document-forms.h
-include/evince/2.32/libdocument/ev-document-images.h
-include/evince/2.32/libdocument/ev-document-info.h
-include/evince/2.32/libdocument/ev-document-layers.h
-include/evince/2.32/libdocument/ev-document-links.h
-include/evince/2.32/libdocument/ev-document-misc.h
-include/evince/2.32/libdocument/ev-document-print.h
-include/evince/2.32/libdocument/ev-document-security.h
-include/evince/2.32/libdocument/ev-document-text.h
-include/evince/2.32/libdocument/ev-document-thumbnails.h
-include/evince/2.32/libdocument/ev-document-transition.h
-include/evince/2.32/libdocument/ev-document-type-builtins.h
-include/evince/2.32/libdocument/ev-document.h
-include/evince/2.32/libdocument/ev-file-exporter.h
-include/evince/2.32/libdocument/ev-file-helpers.h
-include/evince/2.32/libdocument/ev-form-field.h
-include/evince/2.32/libdocument/ev-image.h
-include/evince/2.32/libdocument/ev-init.h
-include/evince/2.32/libdocument/ev-layer.h
-include/evince/2.32/libdocument/ev-link-action.h
-include/evince/2.32/libdocument/ev-link-dest.h
-include/evince/2.32/libdocument/ev-link.h
-include/evince/2.32/libdocument/ev-mapping-list.h
-include/evince/2.32/libdocument/ev-page.h
-include/evince/2.32/libdocument/ev-render-context.h
-include/evince/2.32/libdocument/ev-selection.h
-include/evince/2.32/libdocument/ev-transition-effect.h
-include/evince/2.32/libdocument/ev-version.h
-include/evince/2.32/libview/ev-document-model.h
-include/evince/2.32/libview/ev-job-scheduler.h
-include/evince/2.32/libview/ev-jobs.h
-include/evince/2.32/libview/ev-print-operation.h
-include/evince/2.32/libview/ev-stock-icons.h
-include/evince/2.32/libview/ev-view-presentation.h
-include/evince/2.32/libview/ev-view-type-builtins.h
-include/evince/2.32/libview/ev-view.h
-lib/evince/3/backends/comicsdocument.evince-backend
-${PLIST.djvu}lib/evince/3/backends/djvudocument.evince-backend
-${PLIST.dvi}lib/evince/3/backends/dvidocument.evince-backend
-lib/evince/3/backends/libcomicsdocument.la
-${PLIST.djvu}lib/evince/3/backends/libdjvudocument.la
-${PLIST.dvi}lib/evince/3/backends/libdvidocument.la
-lib/evince/3/backends/libpdfdocument.la
-${PLIST.gdk-pixbuf}lib/evince/3/backends/libpixbufdocument.la
-lib/evince/3/backends/libpsdocument.la
-lib/evince/3/backends/libtiffdocument.la
-lib/evince/3/backends/pdfdocument.evince-backend
-${PLIST.gdk-pixbuf}lib/evince/3/backends/pixbufdocument.evince-backend
-lib/evince/3/backends/psdocument.evince-backend
-lib/evince/3/backends/tiffdocument.evince-backend
-lib/libevdocument.la
-lib/libevview.la
-lib/pkgconfig/evince-document-2.32.pc
-lib/pkgconfig/evince-view-2.32.pc
-libexec/evince-convert-metadata
-${PLIST.dbus}libexec/evinced
-man/man1/evince.1
-share/GConf/gsettings/evince.convert
-share/applications/evince.desktop
-${PLIST.dbus}share/dbus-1/services/org.gnome.evince.Daemon.service
-share/evince/evince-previewer-ui.xml
-share/evince/evince-toolbar.xml
-share/evince/evince-ui.xml
-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/eye.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/object-rotate-left.svg
-share/evince/icons/hicolor/scalable/actions/object-rotate-right.svg
-share/evince/icons/hicolor/scalable/mimetypes/x-office-presentation.svg
-${PLIST.gconf}share/gconf/schemas/evince-thumbnailer-comics.schemas
-${PLIST.gconf}${PLIST.djvu}share/gconf/schemas/evince-thumbnailer-djvu.schemas
-${PLIST.gconf}${PLIST.dvi}share/gconf/schemas/evince-thumbnailer-dvi.schemas
Home |
Main Index |
Thread Index |
Old Index