555bc6fa59
* Updated Japanese and Romanian translations. * Added support for scrolling with a horizontal mouse wheel. * Fix crash when removing items from a collection window. * Fix occasional incorrect rankings in find duplicates window. * Fix bug allowing focus to go beyond last row in icon view. * Fix keyboard focus positioning in the list view when deleting images. * Fix incorrect regeneration of thumbnails when the user is not the owner of the thumbnail. * Fix application hang during execution of a verbose script from an editor slot. * Fix delay when showing pop-up rename overlay.
23 lines
628 B
Makefile
23 lines
628 B
Makefile
# $NetBSD: Makefile,v 1.47 2004/04/30 23:33:37 snj Exp $
|
|
|
|
DISTNAME= gqview-1.4.3
|
|
CATEGORIES= graphics x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqview/}
|
|
|
|
MAINTAINER= wiz@NetBSD.org
|
|
HOMEPAGE= http://gqview.sourceforge.net/
|
|
COMMENT= GTK2-based graphic file viewer
|
|
|
|
BUILD_USES_MSGFMT= # defined
|
|
|
|
USE_BUILDLINK3= yes
|
|
GNU_CONFIGURE= # defined
|
|
USE_PKGLOCALEDIR= # defined
|
|
CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG=no
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|