pkgsrc/print/atril/Makefile
gutteridge 3ca6bbf5b8 atril: update to 1.22.3
Change log:

### atril 1.22.3

  * update translations
  * libview: fixing memory leak
  * Revert "First page should not reloaded"
  * libview: Reset `pressed_button` when starting Drag and Drop

### atril 1.22.2

  * update translations
  * fixed greek translation for user guide
  * prevent segfaults when no document loaded
  * Fix buffer overflow in backend/tiff-document.c
2019-12-16 04:08:11 +00:00

28 lines
842 B
Makefile

# $NetBSD: Makefile,v 1.52 2019/12/16 04:08:11 gutteridge Exp $
.include "../../meta-pkgs/mate/Makefile.common"
DISTNAME= atril-${VERSION:R}.3
CATEGORIES= print
COMMENT= Simple multi-page document viewer for the MATE environment
USE_LANGUAGES= c c++
TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
PKGCONFIG_OVERRIDE+= atril-document.pc.in
PKGCONFIG_OVERRIDE+= atril-view.pc.in
.include "options.mk"
.include "../../devel/glib2/schemas.mk"
.include "../../sysutils/caja/buildlink3.mk"
.include "../../x11/mate-desktop/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"