pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/libgdata



Module Name:    pkgsrc
Committed By:   cirnatdan
Date:           Thu Apr 29 09:12:44 UTC 2021

Modified Files:
        pkgsrc/net/libgdata: Makefile

Log Message:
libgdata: Remove unnecessary dependency on GConf

GConf doesn't seem to be needed as the package doesn't install any schemas
GConf itself has been deprecated for more than 8 years.

If necessary, GConf should be replace with gsettings and dconf


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/net/libgdata/Makefile

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

Modified files:

Index: pkgsrc/net/libgdata/Makefile
diff -u pkgsrc/net/libgdata/Makefile:1.62 pkgsrc/net/libgdata/Makefile:1.63
--- pkgsrc/net/libgdata/Makefile:1.62   Wed Apr 21 13:24:13 2021
+++ pkgsrc/net/libgdata/Makefile        Thu Apr 29 09:12:44 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2021/04/21 13:24:13 adam Exp $
+# $NetBSD: Makefile,v 1.63 2021/04/29 09:12:44 cirnatdan Exp $
 
 DISTNAME=      libgdata-0.16.1
 PKGREVISION=   34
@@ -23,7 +23,6 @@ PKGCONFIG_OVERRIDE+=  libgdata.pc.in
 #.include "options.mk"
 CONFIGURE_ARGS+=       --disable-gnome
 
-.include "../../devel/GConf/schemas.mk"
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.19.7
 .include "../../devel/glib2/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libsoup+=        libsoup>=2.26.0



Home | Main Index | Thread Index | Old Index