pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/dconf-editor



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Tue Aug 29 10:02:14 UTC 2017

Modified Files:
        pkgsrc/devel/dconf-editor: Makefile distinfo

Log Message:
Update dconf-editor to 3.22.3

Highlight:

The UI has completely evolved, into an all-in-one-window. That
permits notably a "delay mode" in which multiple changes are applied
at the same time (only schema by schema when there're some, and
other keys via a DConfChangeset). Keys without schema can also be
deleted now.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/dconf-editor/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/dconf-editor/distinfo

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

Modified files:

Index: pkgsrc/devel/dconf-editor/Makefile
diff -u pkgsrc/devel/dconf-editor/Makefile:1.38 pkgsrc/devel/dconf-editor/Makefile:1.39
--- pkgsrc/devel/dconf-editor/Makefile:1.38     Mon May 29 12:20:23 2017
+++ pkgsrc/devel/dconf-editor/Makefile  Tue Aug 29 10:02:14 2017
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2017/05/29 12:20:23 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2017/08/29 10:02:14 prlw1 Exp $
 
-DISTNAME=      dconf-editor-3.20.1
-PKGREVISION=   4
+DISTNAME=      dconf-editor-3.22.3
 CATEGORIES=    devel gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/dconf-editor/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -16,15 +15,15 @@ USE_LANGUAGES=      c99
 USE_LIBTOOL=   yes
 USE_TOOLS+=    pkg-config gmake intltool msgfmt
 
-BUILDLINK_API_DEPENDS.dconf+=  dconf>=0.23.2
+BUILDLINK_API_DEPENDS.dconf+=  dconf>=0.25.1
 .include "../../devel/dconf/buildlink3.mk"
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.46.0
 .include "../../devel/glib2/schemas.mk"
 BUILDLINK_DEPMETHOD.vala= build
-BUILDLINK_API_DEPENDS.vala+=   vala>=0.18.0
+BUILDLINK_API_DEPENDS.vala+=   vala>=0.33.1
 .include "../../lang/vala/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
-BUILDLINK_API_DEPENDS.gtk3+=   gtk3+>=3.19.5
+BUILDLINK_API_DEPENDS.gtk3+=   gtk3+>=3.22.0
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/dconf-editor/distinfo
diff -u pkgsrc/devel/dconf-editor/distinfo:1.1 pkgsrc/devel/dconf-editor/distinfo:1.2
--- pkgsrc/devel/dconf-editor/distinfo:1.1      Wed Apr 20 22:08:52 2016
+++ pkgsrc/devel/dconf-editor/distinfo  Tue Aug 29 10:02:14 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/04/20 22:08:52 prlw1 Exp $
+$NetBSD: distinfo,v 1.2 2017/08/29 10:02:14 prlw1 Exp $
 
-SHA1 (dconf-editor-3.20.1.tar.xz) = 3873087902b708975a50bbbdb18459199d679c80
-RMD160 (dconf-editor-3.20.1.tar.xz) = 8ddc76f4560a1da5793679f7de45db5d09a165cb
-SHA512 (dconf-editor-3.20.1.tar.xz) = 2ef85cf32614373b9ecc098af1c12f66488e6e8abe6b51ce74b688d80acce216e75cf719c1ecc51773e01ea089aaecf73d9fc6abeb375e159b06ea15762cc0b7
-Size (dconf-editor-3.20.1.tar.xz) = 336820 bytes
+SHA1 (dconf-editor-3.22.3.tar.xz) = 50540d0605dc4f81ae64d901221bb5ea65494e3f
+RMD160 (dconf-editor-3.22.3.tar.xz) = 271990088515c863223cd33df16f8a6183761935
+SHA512 (dconf-editor-3.22.3.tar.xz) = 0e1ddce6e970ea23329c6233ed87e6d4541b6f1e991e3159bda44c43b8092a4d983acbca18bbedb88304ac1afb541a15073a261dab9ffe94c94cfd06e3e412dc
+Size (dconf-editor-3.22.3.tar.xz) = 394760 bytes



Home | Main Index | Thread Index | Old Index