pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/atril



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Wed Mar  6 06:08:16 UTC 2019

Modified Files:
        pkgsrc/print/atril: Makefile

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/print/atril/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/atril/Makefile
diff -u pkgsrc/print/atril/Makefile:1.38 pkgsrc/print/atril/Makefile:1.39
--- pkgsrc/print/atril/Makefile:1.38    Wed Mar  6 05:48:55 2019
+++ pkgsrc/print/atril/Makefile Wed Mar  6 06:08:16 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2019/03/06 05:48:55 gutteridge Exp $
+# $NetBSD: Makefile,v 1.39 2019/03/06 06:08:16 gutteridge Exp $
 
 .include "../../meta-pkgs/mate/Makefile.common"
 
@@ -14,8 +14,6 @@ TOOL_DEPENDS+=        gdbus-codegen-[0-9]*:../.
 PKGCONFIG_OVERRIDE+=   atril-document.pc.in
 PKGCONFIG_OVERRIDE+=   atril-view.pc.in
 
-CONFIGURE_ARGS+=       --disable-introspection
-
 .include "options.mk"
 
 .include "../../devel/glib2/schemas.mk"



Home | Main Index | Thread Index | Old Index