Wed Mar 6 06:08:16 2019 UTC ()
atril: remove duplicated CONFIGURE_ARGS setting in Makefile

Ride previous revision. Also, the change log was missed in my previous
commit.

Change log:

  * update translations
  * Add update-authors.pl script which helps to update atril.about
  * Read authors (updated) from atril.about gresource
  * Initialize Travis CI support
  * Update Documenters
  * [ephy-zoom-control] Avoid deprecated g_type_class_add_private
  * [ephy-zoom-action] Avoid deprecated g_type_class_add_private
  * Add pixbuf, tiff and xps TypeDescription to POTFILES.in
  * eggsmclient: avoid deprecated 'g_type_class_add_private'
  * move appdata to metainfo directory
  * message-area: set a11y object name from actual icon name
  * shell: remove duplicate condition check
  * tiff: fix possible NULL pointer dereference
  * pdf: add missing break statement
  * libdocument: drop useless freeing of NULL pointer
  * comics: fix incorrect mimetype saying to open and thumbnail all rarfiles
  * disable deprecation warnings for distcheck


(gutteridge)
diff -r1.38 -r1.39 pkgsrc/print/atril/Makefile

cvs diff -r1.38 -r1.39 pkgsrc/print/atril/Makefile (expand / switch to unified diff)

--- pkgsrc/print/atril/Makefile 2019/03/06 05:48:55 1.38
+++ pkgsrc/print/atril/Makefile 2019/03/06 06:08:16 1.39
@@ -1,30 +1,28 @@ @@ -1,30 +1,28 @@
1# $NetBSD: Makefile,v 1.38 2019/03/06 05:48:55 gutteridge Exp $ 1# $NetBSD: Makefile,v 1.39 2019/03/06 06:08:16 gutteridge Exp $
2 2
3.include "../../meta-pkgs/mate/Makefile.common" 3.include "../../meta-pkgs/mate/Makefile.common"
4 4
5DISTNAME= atril-${VERSION} 5DISTNAME= atril-${VERSION}
6CATEGORIES= print 6CATEGORIES= print
7 7
8COMMENT= Simple multi-page document viewer for the MATE environment 8COMMENT= Simple multi-page document viewer for the MATE environment
9 9
10USE_LANGUAGES= c c++ 10USE_LANGUAGES= c c++
11 11
12TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen 12TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
13 13
14PKGCONFIG_OVERRIDE+= atril-document.pc.in 14PKGCONFIG_OVERRIDE+= atril-document.pc.in
15PKGCONFIG_OVERRIDE+= atril-view.pc.in 15PKGCONFIG_OVERRIDE+= atril-view.pc.in
16 16
17CONFIGURE_ARGS+= --disable-introspection 
18 
19.include "options.mk" 17.include "options.mk"
20 18
21.include "../../devel/glib2/schemas.mk" 19.include "../../devel/glib2/schemas.mk"
22 20
23.include "../../sysutils/caja/buildlink3.mk" 21.include "../../sysutils/caja/buildlink3.mk"
24.include "../../x11/mate-desktop/buildlink3.mk" 22.include "../../x11/mate-desktop/buildlink3.mk"
25.include "../../devel/zlib/buildlink3.mk" 23.include "../../devel/zlib/buildlink3.mk"
26.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 24.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
27.include "../../textproc/libxml2/buildlink3.mk" 25.include "../../textproc/libxml2/buildlink3.mk"
28.include "../../security/openssl/buildlink3.mk" 26.include "../../security/openssl/buildlink3.mk"
29.include "../../sysutils/desktop-file-utils/desktopdb.mk" 27.include "../../sysutils/desktop-file-utils/desktopdb.mk"
30.include "../../mk/bsd.pkg.mk" 28.include "../../mk/bsd.pkg.mk"