summaryrefslogtreecommitdiff
path: root/graphics/eog2/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-02-14 21:11:26 +0000
committerjmmv <jmmv>2003-02-14 21:11:26 +0000
commitba19284a500f2af3f5dd8caa6f7f0b64de13ac22 (patch)
tree933c6f04068977a2ba75e5132fc7f9c02a09520f /graphics/eog2/Makefile
parent796e03e35f663f034aaa91ceabcb43ee11ede77b (diff)
downloadpkgsrc-ba19284a500f2af3f5dd8caa6f7f0b64de13ac22.tar.gz
Update to 2.2.0. Changes since 1.0.4:
* Translation updates. * Toolbar fix (Christian Neumaier) * Typo fixes. (Kjartan Maraas) * Typo fixes. (Kjartan Maraas) * Documentation updates. - #91027 (Irene Ryan) * URI handling fixes. (Jens) * Don't depend on libgnomeprint until printing is working again. (Jens) * We don't crash anymore if the user doesn't have permissions to read a file - #85263 (Federico). * The window is correctly sized upon startup, and you can shrink it again - #72352, #75713 (Jens). * Nautilus will now display "Display as Image", which is better than "Display as EOG Image" - #73651 (Federico). * Images now have a simple context menu - #75889 (Federico). * We do the right thing to destroy the window list on File/Exit - #86469 (Federico). * Filenames with percent signs in them are now handled correctly - * #89372 (Federico). * The File/Open dialog now displays a list of the supported image types - #85690 (Jens). * Removed Tiles interpolation as it does not make sense for EOG. (Federico) * Reworked preferences dialog and droped View menu settings. (Jens) * Components are installed in $(libexec) (Michael). * Restarted work on the collection component, currently disabled by default (Jens). * No distorted view anymore when resizing an empty window. - #85927 (Jens) * DnD into an empty window doesn't open a new window. (Jens) * Load control ui xml file correctly (Ross Burton). * Fullscreen now uses the whole screen again. (Jens) * Better HIG compliance. (Jens) * Rotating and flipping images - #68340 (Jens). * New Latvian translation (Peteris Krisjanis). * New Bulgarian translation (Borislav Aleksandrov). * New Albanian translation (Laurent Dhima, Christian Rose). * Lots of updated translations. Changes in the package: - Depend on gnome2-dirs. - Use the new schemas.mk framework to handle GConf2 schemas.
Diffstat (limited to 'graphics/eog2/Makefile')
-rw-r--r--graphics/eog2/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/graphics/eog2/Makefile b/graphics/eog2/Makefile
index 103a4b6ead9..bf4ae8c533f 100644
--- a/graphics/eog2/Makefile
+++ b/graphics/eog2/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2002/12/24 06:10:05 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2003/02/14 21:11:26 jmmv Exp $
#
-DISTNAME= eog-1.0.4
-PKGREVISION= 1
+DISTNAME= eog-2.2.0
CATEGORIES= graphics gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/eog/1.0/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/eog/2.2/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= packages@netbsd.org
@@ -12,6 +11,7 @@ HOMEPAGE= http://www.gnome.org/
COMMENT= Eye of GNOME: an image viewing and cataloging program
BUILD_USES_MSGFMT= YES
+DEPENDS= gnome2-dirs>=1.0:../../misc/gnome2-dirs
GNU_CONFIGURE= YES
USE_X11= YES
@@ -20,10 +20,13 @@ USE_BUILDLINK2= YES
USE_PKGLOCALEDIR= YES
CONFIGURE_ARGS+= --localstatedir=${SCROLLKEEPER_DATADIR}
+GCONF2_SCHEMAS= eog.schemas
+
.include "../../textproc/scrollkeeper/buildlink2.mk"
.include "../../print/libgnomeprint/buildlink2.mk"
.include "../../sysutils/gnome-vfs2/buildlink2.mk"
.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../devel/GConf2/schemas.mk"
.include "../../devel/libbonoboui/buildlink2.mk"
.include "../../devel/libgnomeui/buildlink2.mk"
.include "../../graphics/librsvg2/buildlink2.mk"