head 1.2; access; symbols pkgsrc-2016Q4:1.1.0.6 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.4 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.2 pkgsrc-2016Q2-base:1.1; locks; strict; comment @// @; 1.2 date 2017.02.10.05.51.43; author adam; state dead; branches; next 1.1; commitid Ddq7P6dxwEvNQmFz; 1.1 date 2016.04.12.21.33.49; author adam; state Exp; branches; next ; commitid Ufl8AJmRhbaSPn2z; desc @@ 1.2 log @The Inkscape project announces a new version 0.92 of its popular vector drawing software. New features include mesh gradients, improved SVG2 and CSS3 support, new path effects, interactive smoothing for the pencil tool, a new Object dialog for directly managing all drawing elements, and much more. Infrastructural changes are also under way, including a switch to CMake from the venerable Autotools build system. @ text @$NetBSD: patch-src_ui_clipboard.cpp,v 1.1 2016/04/12 21:33:49 adam Exp $ Fix building with newer glibmm. --- src/ui/clipboard.cpp.orig 2016-04-12 21:18:03.000000000 +0000 +++ src/ui/clipboard.cpp @@@@ -1402,7 +1402,7 @@@@ void ClipboardManagerImpl::_inkscape_wai Glib::ustring target; if (atom_name) { - target = Glib::ScopedPtr(atom_name).get(); //This frees the gchar*. + target = Glib::make_unique_ptr_gfree(atom_name).get(); //This frees the gchar*. } listTargets.push_back(target); @ 1.1 log @Fix building with newer glibmm. @ text @d1 1 a1 1 $NetBSD$ @