pkgsrc/graphics/viewnior/Makefile
nia b694fd1773 viewnior: Update to 1.7
Viewnior 1.7
------------

New features included:
 - Show image dimensions to title bar
 - Add option to hide the scrollbars
 - Wallpaper support for Cinnamon, Puppylinux, and autodetect DE
 - Updated translations

Fixed:
 - Setting wallpaper on XFCE 4.12+ and MATE

Misc:
 - Move to the Meson Build system

Viewnior 1.6
------------

New features included:
 - Support back & forward buttons on your mouse

Fixed:
 - Mouse scroll behaviour and actions settings

Viewnior 1.5
------------

New features included:
 - Disable Wallpaper support during compilation
 - Updated translations

Fixed:
 - Preferences menu position
 - Nitrogen wallpaper support

Viewnior 1.4
------------

New features included:
 - Read EXIF and IPTC metadata
 - Nitrogen support
 - Updated translations

Fixed:
 - Preserve metadata after image modification
 - Rendidering artifacts when panning
2020-05-16 19:37:46 +00:00

28 lines
844 B
Makefile

# $NetBSD: Makefile,v 1.32 2020/05/16 19:37:46 nia Exp $
DISTNAME= viewnior-1.7
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=hellosiyan/}
GITHUB_PROJECT= Viewnior
GITHUB_TAG= ${DISTNAME}
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://siyanpanayotov.com/project/viewnior
COMMENT= Viewnior is a fast and simple image viewer
LICENSE= gnu-gpl-v3
WRKSRC= ${WRKDIR}/Viewnior-${DISTNAME}
USE_TOOLS+= pkg-config msgfmt xgettext
USE_LANGUAGES= c c++
# XXX: msgfmt: unknown option -- desktop
_TOOLS_USE_PKGSRC.msgfmt= yes
.include "../../devel/meson/build.mk"
.include "../../databases/shared-mime-info/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../graphics/exiv2/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"