pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print Remove gnome-vfs dependency. It was removed in v...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87e6c6d1eea8
branches:  trunk
changeset: 552011:87e6c6d1eea8
user:      reed <reed%pkgsrc.org@localhost>
date:      Mon Dec 22 15:27:02 2008 +0000

description:
Remove gnome-vfs dependency. It was removed in version 2.21.90.
(It was replaced with gio from glib2.)

Bump PKGREVISION due to that change.

Also remove the libgnomeui dependency -- I had moved that to an
option. Sorry for that. (Noticed by wiz.)

diffstat:

 print/evince-nautilus/Makefile |  3 ++-
 print/evince/Makefile          |  4 ++--
 print/evince/Makefile.common   |  5 +----
 3 files changed, 5 insertions(+), 7 deletions(-)

diffs (56 lines):

diff -r 040fed1636db -r 87e6c6d1eea8 print/evince-nautilus/Makefile
--- a/print/evince-nautilus/Makefile    Mon Dec 22 15:00:01 2008 +0000
+++ b/print/evince-nautilus/Makefile    Mon Dec 22 15:27:02 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2008/12/20 20:52:27 reed Exp $
+# $NetBSD: Makefile,v 1.29 2008/12/22 15:27:02 reed Exp $
 #
 
 PKG_DESTDIR_SUPPORT=   user-destdir
@@ -7,6 +7,7 @@
 
 PKGNAME=               ${DISTNAME:S/evince/evince-nautilus/}
 COMMENT=               File properties plugin for evince files
+PKGREVISION=           1
 
 .include "options.mk"
 
diff -r 040fed1636db -r 87e6c6d1eea8 print/evince/Makefile
--- a/print/evince/Makefile     Mon Dec 22 15:00:01 2008 +0000
+++ b/print/evince/Makefile     Mon Dec 22 15:27:02 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.49 2008/12/20 20:52:27 reed Exp $
+# $NetBSD: Makefile,v 1.50 2008/12/22 15:27:02 reed Exp $
 #
 
-PKGREVISION=   2
+PKGREVISION=   3
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 .include "../../print/evince/Makefile.common"
diff -r 040fed1636db -r 87e6c6d1eea8 print/evince/Makefile.common
--- a/print/evince/Makefile.common      Mon Dec 22 15:00:01 2008 +0000
+++ b/print/evince/Makefile.common      Mon Dec 22 15:27:02 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.24 2008/12/02 13:04:18 wiz Exp $
+# $NetBSD: Makefile.common,v 1.25 2008/12/22 15:27:02 reed Exp $
 #
 # used by print/evince/Makefile
 # used by print/evince-nautilus/Makefile
@@ -32,8 +32,6 @@
 BUILDLINK_API_DEPENDS.glib2+=   glib2>=2.15.6
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/libglade/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libgnomeui+=     libgnomeui>=2.14.0
-.include "../../devel/libgnomeui/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"
@@ -41,7 +39,6 @@
 BUILDLINK_API_DEPENDS.poppler-glib+=   poppler-glib>=0.8.0
 .include "../../print/poppler-glib/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../sysutils/gnome-vfs/buildlink3.mk"
 .include "../../textproc/gnome-doc-utils/buildlink3.mk"
 .include "../../mk/omf-scrollkeeper.mk"
 BUILDLINK_API_DEPENDS.gtk2+=           gtk2+>=2.10.0



Home | Main Index | Thread Index | Old Index