diff options
author | prlw1 <prlw1@pkgsrc.org> | 2014-11-10 23:23:17 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2014-11-10 23:23:17 +0000 |
commit | 653c1a382c1b23ffea46df0be565c20e199d905f (patch) | |
tree | 831d87a6f15c74eafbbe319994a29e32ac7d9a68 /devel/dconf-editor | |
parent | 40ae5e6b487adc2e99049c4241ce59871aacf928 (diff) | |
download | pkgsrc-653c1a382c1b23ffea46df0be565c20e199d905f.tar.gz |
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 (limited to 'devel/dconf-editor')
-rw-r--r-- | devel/dconf-editor/Makefile | 6 | ||||
-rw-r--r-- | devel/dconf-editor/PLIST | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/devel/dconf-editor/Makefile b/devel/dconf-editor/Makefile index 2791ef7ec6d..0d6497c9737 100644 --- a/devel/dconf-editor/Makefile +++ b/devel/dconf-editor/Makefile @@ -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 @@ pre-build: .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 --git a/devel/dconf-editor/PLIST b/devel/dconf-editor/PLIST index ba28af76cad..b056c680a8a 100644 --- a/devel/dconf-editor/PLIST +++ b/devel/dconf-editor/PLIST @@ -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 |