pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel Update dconf to 0.22.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0cd450064efc
branches:  trunk
changeset: 641556:0cd450064efc
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Mon Nov 10 23:23:17 2014 +0000

description:
Update dconf to 0.22.0

Changes in dconf 0.22.0
========================

 - fix handling of floating point keys in editor

 - update appdata for renamed desktop file

 - minor doap changes

Translations:
   French
   Indonesian
   Lithuanian
   Hungarian
   Catalan (Valencian)
   Korean
   Traditional Chinese
   Spanish
   Brazilian Portuguese
   Galician translations
   Catalan
   Basque language
   Danish
   Norwegian bokmal
   Greek
   Czech
   Slovenian
   Swedish
   Polish
   Latvian
   Hebrew
   Russian
   German
   Assamese
   Serbian

Changes in dconf 0.21.0
========================

 - editor desktop file renamed to ca.desrt.dconf-editor to take advantage of
   D-Bus activation

 - prevent the service from being released more than once if we receive
   multiple signals (which caused a hang)

Translations:
  Indonesian
  Greek
  Swedish

diffstat:

 devel/dconf-editor/Makefile |  6 ++++--
 devel/dconf-editor/PLIST    |  7 ++++---
 devel/dconf/Makefile        |  7 +++----
 devel/dconf/Makefile.common |  6 +++---
 devel/dconf/distinfo        |  8 ++++----
 5 files changed, 18 insertions(+), 16 deletions(-)

diffs (98 lines):

diff -r 43f5b7640134 -r 0cd450064efc devel/dconf-editor/Makefile
--- a/devel/dconf-editor/Makefile       Mon Nov 10 22:53:11 2014 +0000
+++ b/devel/dconf-editor/Makefile       Mon Nov 10 23:23:17 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2014/09/10 10:54:46 prlw1 Exp $
+# $NetBSD: Makefile,v 1.29 2014/11/10 23:23:18 prlw1 Exp $
 
 .include "../../devel/dconf/Makefile.common"
 
@@ -24,10 +24,12 @@
 
 .include "../../devel/glib2/schemas.mk"
 BUILDLINK_DEPMETHOD.vala= build
-.include "../../lang/vala018/buildlink3.mk"
+BUILDLINK_API_DEPENDS.vala+=   vala>=0.18.0
+.include "../../lang/vala/buildlink3.mk"
 BUILDLINK_API_DEPENDS.dconf+=  dconf>=${PKGVERSION_NOREV}
 .include "../../devel/dconf/buildlink3.mk"
 .include "../../sysutils/dbus/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
diff -r 43f5b7640134 -r 0cd450064efc devel/dconf-editor/PLIST
--- a/devel/dconf-editor/PLIST  Mon Nov 10 22:53:11 2014 +0000
+++ b/devel/dconf-editor/PLIST  Mon Nov 10 23:23:17 2014 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.7 2014/09/10 10:54:46 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.8 2014/11/10 23:23:18 prlw1 Exp $
 bin/dconf-editor
-share/appdata/dconf-editor.appdata.xml
-share/applications/dconf-editor.desktop
+share/appdata/ca.desrt.dconf-editor.appdata.xml
+share/applications/ca.desrt.dconf-editor.desktop
+share/dbus-1/services/ca.desrt.dconf-editor.service
 share/glib-2.0/schemas/ca.desrt.dconf-editor.gschema.xml
 share/icons/HighContrast/16x16/apps/dconf-editor.png
 share/icons/HighContrast/22x22/apps/dconf-editor.png
diff -r 43f5b7640134 -r 0cd450064efc devel/dconf/Makefile
--- a/devel/dconf/Makefile      Mon Nov 10 22:53:11 2014 +0000
+++ b/devel/dconf/Makefile      Mon Nov 10 23:23:17 2014 +0000
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2014/10/28 07:36:21 prlw1 Exp $
+# $NetBSD: Makefile,v 1.24 2014/11/10 23:23:17 prlw1 Exp $
 
 .include "Makefile.common"
 
-PKGREVISION=   1
-
 CONFIGURE_ARGS+= --disable-editor
 
 PKGCONFIG_OVERRIDE+=   client/dconf.pc.in dbus-1/dconf-dbus-1.pc.in
@@ -25,7 +23,8 @@
 BUILD_DEPENDS+=        docbook-xsl-[0-9]*:../../textproc/docbook-xsl
 
 BUILDLINK_DEPMETHOD.vala= build
-.include "../../lang/vala018/buildlink3.mk"
+BUILDLINK_API_DEPENDS.vala+=   vala>=0.18.0
+.include "../../lang/vala/buildlink3.mk"
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.39.1
 .include "../../devel/glib2/modules.mk"
 .include "../../sysutils/dbus/buildlink3.mk"
diff -r 43f5b7640134 -r 0cd450064efc devel/dconf/Makefile.common
--- a/devel/dconf/Makefile.common       Mon Nov 10 22:53:11 2014 +0000
+++ b/devel/dconf/Makefile.common       Mon Nov 10 23:23:17 2014 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile.common,v 1.6 2014/10/28 07:36:21 prlw1 Exp $
+# $NetBSD: Makefile.common,v 1.7 2014/11/10 23:23:17 prlw1 Exp $
 #
 # used by devel/dconf-editor/Makefile
 
-DISTNAME=      dconf-0.20.0
+DISTNAME=      dconf-0.22.0
 CATEGORIES=    devel gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/dconf/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://live.gnome.org/dconf
+HOMEPAGE=      https://wiki.gnome.org/Projects/dconf
 COMMENT=       Backend for gsettings
 LICENSE=       gnu-lgpl-v2.1
 
diff -r 43f5b7640134 -r 0cd450064efc devel/dconf/distinfo
--- a/devel/dconf/distinfo      Mon Nov 10 22:53:11 2014 +0000
+++ b/devel/dconf/distinfo      Mon Nov 10 23:23:17 2014 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2014/09/10 10:54:46 prlw1 Exp $
+$NetBSD: distinfo,v 1.9 2014/11/10 23:23:17 prlw1 Exp $
 
-SHA1 (dconf-0.20.0.tar.xz) = 638a92d176b3efa01c7b3f5dfd89029acc8d799b
-RMD160 (dconf-0.20.0.tar.xz) = eae9e6cbe6c41e76225933239672dd794c168b80
-Size (dconf-0.20.0.tar.xz) = 389388 bytes
+SHA1 (dconf-0.22.0.tar.xz) = d1a03938451b19a53f0d2fd09b6c737542fdd4c4
+RMD160 (dconf-0.22.0.tar.xz) = a69abcb409ebdb3a72923ecbb23cbf5b43a5f98c
+Size (dconf-0.22.0.tar.xz) = 393260 bytes
 SHA1 (patch-aa) = c786bb85c3971f918294293df7c03fabf1ff201e
 SHA1 (patch-editor_Makefile.in) = 5caa945a7b792daa36fb090741b05e38f0f3945a



Home | Main Index | Thread Index | Old Index