pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libgdata libgdata: Remove unnecessary dependency o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2fb9348e5797
branches:  trunk
changeset: 451620:2fb9348e5797
user:      cirnatdan <cirnatdan%pkgsrc.org@localhost>
date:      Thu Apr 29 09:12:44 2021 +0000

description:
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

diffstat:

 net/libgdata/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 29b3e54bb13b -r 2fb9348e5797 net/libgdata/Makefile
--- a/net/libgdata/Makefile     Thu Apr 29 08:24:24 2021 +0000
+++ b/net/libgdata/Makefile     Thu Apr 29 09:12:44 2021 +0000
@@ -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 @@
 #.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